Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W Z 

A

abort() - Method in class tachyon.security.login.AppLoginModule
Aborts the authentication (second phase).
abort() - Method in class tachyon.security.login.TachyonLoginModule
Aborts the authentication (second phase).
abortBlock(long, long) - Method in class tachyon.worker.block.BlockDataManager
Aborts the temporary block created by the session.
abortBlock(long, long) - Method in class tachyon.worker.block.TieredBlockStore
 
abortTempBlockMeta(TempBlockMeta) - Method in class tachyon.worker.block.BlockMetadataManager
Aborts a temp block.
AbstractAclCommand - Class in tachyon.shell.command
Parent class for commands: chown, chownr, chgrp, chgrpr, chmod and chmodr.
AbstractAclCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.AbstractAclCommand
 
AbstractLineageClient - Class in tachyon.client.lineage
Tachyon Lineage client.
AbstractLineageClient() - Constructor for class tachyon.client.lineage.AbstractLineageClient
Constructs a new instance with a LineageContext.
AbstractLocalTachyonCluster - Class in tachyon.master
Local Tachyon cluster.
AbstractLocalTachyonCluster(long, int) - Constructor for class tachyon.master.AbstractLocalTachyonCluster
 
AbstractLsCommand - Class in tachyon.shell.command
Parent class for commands ls and lsr.
AbstractLsCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.AbstractLsCommand
 
AbstractTfsShellCommand - Class in tachyon.shell.command
The base class for all the TfsShellCommand classes.
AbstractTfsShellCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.AbstractTfsShellCommand
 
ACCESS_BLOCK_SESSION_ID - Static variable in class tachyon.Sessions
 
ACCESS_LOGGER_TYPE - Static variable in class tachyon.Constants
 
accessBlock(long) - Method in class tachyon.client.worker.BlockWorkerClient
Updates the latest block access time on the worker.
accessBlock(long, AsyncMethodCallback) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient
 
accessBlock(long, AsyncMethodCallback) - Method in interface tachyon.thrift.BlockWorkerClientService.AsyncIface
 
accessBlock() - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.accessBlock
 
accessBlock(long) - Method in class tachyon.thrift.BlockWorkerClientService.Client
 
accessBlock(long) - Method in interface tachyon.thrift.BlockWorkerClientService.Iface
Accesses a block given the block id.
accessBlock() - Constructor for class tachyon.thrift.BlockWorkerClientService.Processor.accessBlock
 
accessBlock(long, long) - Method in class tachyon.worker.block.BlockDataManager
Access the block for a given session.
accessBlock(long) - Method in class tachyon.worker.block.BlockWorkerClientServiceHandler
This should be called whenever a client does a direct read in order to update the worker's components that may care about the access times of the blocks (for example, Evictor, UI).
accessBlock(long, long) - Method in class tachyon.worker.block.TieredBlockStore
 
accessBlock_args() - Constructor for class tachyon.thrift.BlockWorkerClientService.accessBlock_args
 
accessBlock_args(long) - Constructor for class tachyon.thrift.BlockWorkerClientService.accessBlock_args
 
accessBlock_args(BlockWorkerClientService.accessBlock_args) - Constructor for class tachyon.thrift.BlockWorkerClientService.accessBlock_args
Performs a deep copy on other.
accessBlock_call(long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncClient.accessBlock_call
 
accessBlock_result() - Constructor for class tachyon.thrift.BlockWorkerClientService.accessBlock_result
 
accessBlock_result(BlockWorkerClientService.accessBlock_result) - Constructor for class tachyon.thrift.BlockWorkerClientService.accessBlock_result
Performs a deep copy on other.
AccessControlException - Exception in tachyon.exception
Thrown when permission checking fails.
AccessControlException(String) - Constructor for exception tachyon.exception.AccessControlException
 
AccessControlException(String, Throwable) - Constructor for exception tachyon.exception.AccessControlException
 
AccessControlException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.AccessControlException
 
AccessControlException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.AccessControlException
 
acquire() - Method in class tachyon.resource.ResourcePool
Acquires an object of type T from the pool.
acquireLocalWorkerClient() - Method in enum tachyon.client.block.BlockStoreContext
Obtains a worker client on the local worker in the system.
acquireMasterClient() - Method in enum tachyon.client.block.BlockStoreContext
Acquires a block master client from the block master client pool.
acquireMasterClient() - Method in enum tachyon.client.file.FileSystemContext
Acquires a block master client from the block master client pool.
acquireMasterClient() - Method in enum tachyon.client.lineage.LineageContext
Acquires a lineage master client from the lineage master client pool.
acquireWorkerClient() - Method in enum tachyon.client.block.BlockStoreContext
Obtains a worker client to a worker in the system.
acquireWorkerClient(String) - Method in enum tachyon.client.block.BlockStoreContext
Obtains a worker client to the worker with the given hostname in the system.
acquireWorkerClient(NetAddress) - Method in enum tachyon.client.block.BlockStoreContext
Obtains a client for a worker with the given address.
add(T, List<T>) - Method in class tachyon.collections.DirectedAcyclicGraph
Adds a node to the DAG, that takes the given payload and depends on the specified parents.
add(T) - Method in class tachyon.collections.IndexedSet
Adds an object o to the set if there is no other object o2 such that (o == null ? o2 == null : o.equals(o2)).
add(TachyonURI, TachyonURI) - Method in class tachyon.master.file.meta.MountTable
Mounts the given UFS path at the given Tachyon path.
ADD_MOUNT_POINT_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
 
addAllBlockIds(Iterable<? extends Long>) - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
repeated int64 block_ids = 1;
addAllBlocks(Iterable<? extends Long>) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
repeated int64 blocks = 12;
addAllInputFiles(Iterable<? extends Long>) - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
repeated int64 input_files = 2;
addAllOutputFileIds(Iterable<? extends Long>) - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
repeated int64 output_file_ids = 3;
addBlock(long) - Method in class tachyon.master.block.meta.MasterWorkerInfo
Adds a block to the worker.
addBlock(String, long, long, long) - Method in class tachyon.web.UIFileInfo
Adds a block to the file information.
addBlockIds(long) - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
repeated int64 block_ids = 1;
addBlockMeta(BlockMeta) - Method in class tachyon.worker.block.meta.StorageDir
Adds the metadata of a new block into this storage dir.
addBlocks(long) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
repeated int64 blocks = 12;
addChild(DirectedAcyclicGraphNode<T>) - Method in class tachyon.collections.DirectedAcyclicGraphNode
Adds a child node to the node.
addChild(Inode) - Method in class tachyon.master.file.meta.InodeDirectory
Adds the given inode to the set of children.
addedBlocksOnTiers - Variable in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
the map of added blocks on all tiers
addFile(InodeFile) - Method in class tachyon.master.file.meta.TtlBucket
Adds a file to the bucket.
addHandler(AbstractHandler) - Method in class tachyon.web.UIWebServer
Adds a handler.
addInodeFromJournal(Journal.JournalEntry) - Method in class tachyon.master.file.meta.InodeTree
Adds the inode represented by the entry parameter into the inode tree.
addInputFiles(long) - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
repeated int64 input_files = 2;
addKey(Configuration, TachyonConf, String) - Static method in class tachyon.underfs.hdfs.HdfsUnderFileSystemUtils
Replaces default key with user provided key.
addLineageFromJournal(Lineage.LineageEntry) - Method in class tachyon.master.lineage.meta.LineageStore
Constructs the lineage store from the journal.
addListener(ClientHandler.ResponseListener) - Method in class tachyon.client.netty.ClientHandler
Adds a ClientHandler.ResponseListener listener to the client handler.
addOutputFileIds(long) - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
repeated int64 output_file_ids = 3;
addParent(DirectedAcyclicGraphNode<T>) - Method in class tachyon.collections.DirectedAcyclicGraphNode
Adds a parent node to the node.
address - Variable in class tachyon.thrift.WorkerInfo
 
addS3Credentials(Configuration) - Static method in class tachyon.hadoop.Utils
Adds S3 keys to the given Hadoop Configuration object if the user has specified them using System properties, and they're not already set.
addS3Credentials(Configuration) - Static method in class tachyon.underfs.hdfs.HdfsUnderFileSystemUtils
Adds S3 keys to the given conf object if the user has specified them using system properties, and they're not already set.
addTempBlockMeta(TempBlockMeta) - Method in class tachyon.worker.block.BlockMetadataManager
Adds a temp block.
addTempBlockMeta(TempBlockMeta) - Method in class tachyon.worker.block.meta.StorageDir
Adds the metadata of a new block into this storage dir.
addTimer(ScheduledTimer) - Static method in class tachyon.heartbeat.HeartbeatScheduler
 
addToBlockIds(long) - Method in class tachyon.thrift.FileInfo
 
addToBlockIds(long) - Method in class tachyon.thrift.PersistFile
 
addToChildren(long) - Method in class tachyon.thrift.LineageInfo
 
addToData(long) - Method in class tachyon.thrift.Command
 
addToInputFiles(String) - Method in class tachyon.thrift.LineageInfo
 
addToInputFiles(String) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
 
addToLocations(BlockLocation) - Method in class tachyon.thrift.BlockInfo
 
addToMetrics(long) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
 
addToOutputFiles(String) - Method in class tachyon.thrift.LineageInfo
 
addToOutputFiles(String) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
 
addToParents(long) - Method in class tachyon.thrift.LineageInfo
 
addToPersistedFiles(long) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
 
addToPersistFiles(PersistFile) - Method in class tachyon.thrift.PersistCommandOptions
 
addToRemovedBlockIds(long) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
addToStorageTiers(String) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
addToSuccess(WorkerInfo) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
 
addToSuccess(FileBlockInfo) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
 
addToSuccess(FileInfo) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
 
addToSuccess(long) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
 
addToSuccess(PartitionInfo) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
 
addToSuccess(ByteBuffer) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
addToSuccess(LineageInfo) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
 
addToUfsLocations(WorkerNetAddress) - Method in class tachyon.thrift.FileBlockInfo
 
addWorker(long, String) - Method in class tachyon.master.block.meta.MasterBlockInfo
Adds a location of the block.
afterConnect() - Method in class tachyon.client.block.BlockMasterClient
 
afterConnect() - Method in class tachyon.client.file.FileSystemMasterClient
 
afterConnect() - Method in class tachyon.client.keyvalue.KeyValueMasterClient
 
afterConnect() - Method in class tachyon.client.keyvalue.KeyValueWorkerClient
 
afterConnect() - Method in class tachyon.client.lineage.LineageMasterClient
 
afterConnect() - Method in class tachyon.ClientBase
This method is called after the connection is made to the remote.
afterConnect() - Method in class tachyon.worker.block.BlockMasterClient
 
afterConnect() - Method in class tachyon.worker.file.FileSystemMasterClient
 
afterDisconnect() - Method in class tachyon.client.worker.BlockWorkerClient
 
afterDisconnect() - Method in class tachyon.ClientBase
This method is called after the connection is disconnected.
allocateBlockWithView(long, long, BlockStoreLocation, BlockMetadataManagerView) - Method in interface tachyon.worker.block.allocator.Allocator
Allocates a block from the given block store location under a given view.
allocateBlockWithView(long, long, BlockStoreLocation, BlockMetadataManagerView) - Method in class tachyon.worker.block.allocator.GreedyAllocator
 
allocateBlockWithView(long, long, BlockStoreLocation, BlockMetadataManagerView) - Method in class tachyon.worker.block.allocator.MaxFreeAllocator
 
allocateBlockWithView(long, long, BlockStoreLocation, BlockMetadataManagerView) - Method in class tachyon.worker.block.allocator.RoundRobinAllocator
 
Allocator - Interface in tachyon.worker.block.allocator
Interface for the allocation policy of Tachyon managed data.
Allocator.Factory - Class in tachyon.worker.block.allocator
Factory for Allocator.
allowExists - Variable in class tachyon.thrift.CreateDirectoryTOptions
 
and(FileSystemAction) - Method in enum tachyon.security.authorization.FileSystemAction
 
ANSI_BLACK - Static variable in class tachyon.Constants
 
ANSI_BLUE - Static variable in class tachyon.Constants
 
ANSI_CYAN - Static variable in class tachyon.Constants
 
ANSI_GREEN - Static variable in class tachyon.Constants
 
ANSI_PURPLE - Static variable in class tachyon.Constants
 
ANSI_RED - Static variable in class tachyon.Constants
 
ANSI_RESET - Static variable in class tachyon.Constants
 
ANSI_WHITE - Static variable in class tachyon.Constants
 
ANSI_YELLOW - Static variable in class tachyon.Constants
 
anyDirInTier(String) - Static method in class tachyon.worker.block.BlockStoreLocation
Convenience method to return the block store location representing any dir in the tier.
anyTier() - Static method in class tachyon.worker.block.BlockStoreLocation
Convenience method to return the block store location representing any dir in any tier.
AppCallbackHandler - Class in tachyon.security.login
A callback handler for AppLoginModule
AppCallbackHandler(TachyonConf) - Constructor for class tachyon.security.login.AppCallbackHandler
 
append(ByteBuffer) - Method in interface tachyon.worker.block.io.BlockWriter
Appends data to the end of a block from an input ByteBuffer.
append(ByteBuffer) - Method in class tachyon.worker.block.io.LocalFileBlockWriter
 
AppLoginModule - Class in tachyon.security.login
An app login module that creates a user based on the user name provided through application configuration.
AppLoginModule() - Constructor for class tachyon.security.login.AppLoginModule
 
applyUMask(FileSystemPermission) - Method in class tachyon.security.authorization.FileSystemPermission
Applies a umask to this permission and return a new one.
applyUMask(TachyonConf) - Method in class tachyon.security.authorization.FileSystemPermission
Applies a umask to this permission and return a new one.
applyUMask(FileSystemPermission) - Method in class tachyon.security.authorization.PermissionStatus
Applies umask.
assertValidPort(int) - Static method in class tachyon.util.network.NetworkAddressUtils
Checks if the given port is valid.
assertValidPort(InetSocketAddress) - Static method in class tachyon.util.network.NetworkAddressUtils
Checks if the given port in the address is valid.
ASYNC_PERSIST_REQUEST_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
 
asyncCheckpoint(long) - Method in class tachyon.client.worker.BlockWorkerClient
Notifies the worker to checkpoint the file asynchronously.
asyncCheckpoint(long, AsyncMethodCallback) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient
 
asyncCheckpoint(long, AsyncMethodCallback) - Method in interface tachyon.thrift.BlockWorkerClientService.AsyncIface
 
asyncCheckpoint() - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.asyncCheckpoint
 
asyncCheckpoint(long) - Method in class tachyon.thrift.BlockWorkerClientService.Client
 
asyncCheckpoint(long) - Method in interface tachyon.thrift.BlockWorkerClientService.Iface
Asynchronously checkpoints a file: returns whether the checkpoint operation succeeded.
asyncCheckpoint() - Constructor for class tachyon.thrift.BlockWorkerClientService.Processor.asyncCheckpoint
 
asyncCheckpoint(long) - Method in class tachyon.worker.block.BlockWorkerClientServiceHandler
 
asyncCheckpoint_args() - Constructor for class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
 
asyncCheckpoint_args(long) - Constructor for class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
 
asyncCheckpoint_args(BlockWorkerClientService.asyncCheckpoint_args) - Constructor for class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
Performs a deep copy on other.
asyncCheckpoint_call(long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncClient.asyncCheckpoint_call
 
asyncCheckpoint_result() - Constructor for class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
 
asyncCheckpoint_result(boolean, TachyonTException) - Constructor for class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
 
asyncCheckpoint_result(BlockWorkerClientService.asyncCheckpoint_result) - Constructor for class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
Performs a deep copy on other.
AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockMasterClientService.AsyncClient
 
AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockMasterWorkerService.AsyncClient
 
AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncClient
 
AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient
 
AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.AsyncClient
 
AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class tachyon.thrift.KeyValueMasterClientService.AsyncClient
 
AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.AsyncClient
 
AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class tachyon.thrift.LineageMasterClientService.AsyncClient
 
AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class tachyon.thrift.TachyonService.AsyncClient
 
AsyncProcessor(I) - Constructor for class tachyon.thrift.BlockMasterClientService.AsyncProcessor
 
AsyncProcessor(I, Map<String, AsyncProcessFunction<I, ? extends TBase, ?>>) - Constructor for class tachyon.thrift.BlockMasterClientService.AsyncProcessor
 
AsyncProcessor(I) - Constructor for class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor
 
AsyncProcessor(I, Map<String, AsyncProcessFunction<I, ? extends TBase, ?>>) - Constructor for class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor
 
AsyncProcessor(I) - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncProcessor
 
AsyncProcessor(I, Map<String, AsyncProcessFunction<I, ? extends TBase, ?>>) - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncProcessor
 
AsyncProcessor(I) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor
 
AsyncProcessor(I, Map<String, AsyncProcessFunction<I, ? extends TBase, ?>>) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor
 
AsyncProcessor(I) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor
 
AsyncProcessor(I, Map<String, AsyncProcessFunction<I, ? extends TBase, ?>>) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor
 
AsyncProcessor(I) - Constructor for class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor
 
AsyncProcessor(I, Map<String, AsyncProcessFunction<I, ? extends TBase, ?>>) - Constructor for class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor
 
AsyncProcessor(I) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor
 
AsyncProcessor(I, Map<String, AsyncProcessFunction<I, ? extends TBase, ?>>) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor
 
AsyncProcessor(I) - Constructor for class tachyon.thrift.LineageMasterClientService.AsyncProcessor
 
AsyncProcessor(I, Map<String, AsyncProcessFunction<I, ? extends TBase, ?>>) - Constructor for class tachyon.thrift.LineageMasterClientService.AsyncProcessor
 
AsyncProcessor(I) - Constructor for class tachyon.thrift.TachyonService.AsyncProcessor
 
AsyncProcessor(I, Map<String, AsyncProcessFunction<I, ? extends TBase, ?>>) - Constructor for class tachyon.thrift.TachyonService.AsyncProcessor
 
attemptRetry() - Method in class tachyon.retry.CountingRetry
 
attemptRetry() - Method in interface tachyon.retry.RetryPolicy
Attempts to run the given operation, returning false if unable to (max retries have happened).
attemptRetry() - Method in class tachyon.retry.SleepingRetry
 
authenticate(String, String) - Method in interface tachyon.security.authentication.AuthenticationProvider
The authenticate method is called by the PlainSaslServer.PlainServerCallbackHandler in the PlainSaslServer layer to authenticate users for their requests.
authenticate(String, String) - Method in class tachyon.security.authentication.CustomAuthenticationProviderImpl
 
authenticate(String, String) - Method in class tachyon.security.authentication.SimpleAuthenticationProviderImpl
 
AuthenticationProvider - Interface in tachyon.security.authentication
Abstraction for an authentication provider for different authentication types.
AuthenticationProvider.Factory - Class in tachyon.security.authentication
AuthenticationUtils - Class in tachyon.security.authentication
This class provides factory methods for authentication in Tachyon.
AuthorizedClientUser() - Constructor for class tachyon.security.authentication.PlainSaslServer.AuthorizedClientUser
 
AuthType - Enum in tachyon.security.authentication
Different authentication types for Tachyon.
available() - Method in class tachyon.hadoop.HdfsFileInputStream
This method is not supported in HdfsFileInputStream.
available() - Static method in class tachyon.underfs.UnderFileSystemRegistry
Returns a read-only view of the available factories
await(String) - Static method in class tachyon.heartbeat.HeartbeatScheduler
Waits until the given thread can be executed.
await(String, long, TimeUnit) - Static method in class tachyon.heartbeat.HeartbeatScheduler
Waits until the given thread can be executed or the given timeout expires.

B

BaseFileSystem - Class in tachyon.client.file
Default implementation of the FileSystem interface.
BaseFileSystem() - Constructor for class tachyon.client.file.BaseFileSystem
 
BaseKeyValueStores - Class in tachyon.client.keyvalue
Default implementation of the KeyValueStores interface.
BaseKeyValueStores() - Constructor for class tachyon.client.keyvalue.BaseKeyValueStores
 
BasicCheckpoint - Class in tachyon.examples
An example to show to how use Tachyon's API
BasicCheckpoint(String, int) - Constructor for class tachyon.examples.BasicCheckpoint
 
BasicNonByteBufferOperations - Class in tachyon.examples
Basic example of using the FileSystem for writing to and reading from files.
BasicNonByteBufferOperations(TachyonURI, TachyonURI, ReadType, WriteType, boolean, int) - Constructor for class tachyon.examples.BasicNonByteBufferOperations
 
BasicOperations - Class in tachyon.examples
Example to show the basic operations of Tachyon.
BasicOperations(TachyonURI, TachyonURI, ReadType, WriteType) - Constructor for class tachyon.examples.BasicOperations
 
beforeDisconnect() - Method in class tachyon.client.worker.BlockWorkerClient
 
beforeDisconnect() - Method in class tachyon.ClientBase
This method is called before the connection is disconnected.
belongTo(BlockStoreLocation) - Method in class tachyon.worker.block.BlockStoreLocation
Returns whether this location belongs to the specific location.
Block - Class in tachyon.proto.journal
 
Block.BlockContainerIdGeneratorEntry - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.BlockContainerIdGeneratorEntry
Block.BlockContainerIdGeneratorEntry.Builder - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.BlockContainerIdGeneratorEntry
Block.BlockContainerIdGeneratorEntryOrBuilder - Interface in tachyon.proto.journal
 
Block.BlockInfoEntry - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.BlockInfoEntry
Block.BlockInfoEntry.Builder - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.BlockInfoEntry
Block.BlockInfoEntryOrBuilder - Interface in tachyon.proto.journal
 
BLOCK_CONTAINER_ID_GENERATOR_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
 
BLOCK_ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Block.BlockInfoEntry
 
BLOCK_ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
 
BLOCK_IDS_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.CompleteFileEntry
 
BLOCK_INFO_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
 
BLOCK_MASTER_CLIENT_SERVICE_NAME - Static variable in class tachyon.Constants
 
BLOCK_MASTER_CLIENT_SERVICE_VERSION - Static variable in class tachyon.Constants
 
BLOCK_MASTER_NAME - Static variable in class tachyon.Constants
 
BLOCK_MASTER_WORKER_SERVICE_NAME - Static variable in class tachyon.Constants
 
BLOCK_MASTER_WORKER_SERVICE_VERSION - Static variable in class tachyon.Constants
 
BLOCK_SIZE_BYTES_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeFileEntry
 
BLOCK_SIZE_BYTES_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.ReinitializeFileEntry
 
BLOCK_WORKER_CLIENT_SERVICE_NAME - Static variable in class tachyon.Constants
 
BLOCK_WORKER_SERVICE_VERSION - Static variable in class tachyon.Constants
 
BlockAlreadyExistsException - Exception in tachyon.exception
The exception thrown when a block already exists in Tachyon.
BlockAlreadyExistsException(String) - Constructor for exception tachyon.exception.BlockAlreadyExistsException
Constructs a new exception with the specified detail message.
BlockAlreadyExistsException(String, Throwable) - Constructor for exception tachyon.exception.BlockAlreadyExistsException
Constructs a new exception with the specified detail message and cause.
BlockAlreadyExistsException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.BlockAlreadyExistsException
Constructs a new exception with the specified exception message and multiple parameters.
BlockAlreadyExistsException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.BlockAlreadyExistsException
Constructs a new exception with the specified exception message, the cause and multiple parameters.
BlockContainerIdGenerator - Class in tachyon.master.block
This class generates unique block container ids.
BlockContainerIdGenerator() - Constructor for class tachyon.master.block.BlockContainerIdGenerator
Creates a new instance of BlockContainerIdGenerator.
BlockDataManager - Class in tachyon.worker.block
Class is responsible for managing the Tachyon BlockStore and Under FileSystem.
BlockDataManager(WorkerSource, BlockMasterClient, FileSystemMasterClient, BlockStore) - Constructor for class tachyon.worker.block.BlockDataManager
Creates a new instace of BlockDataManager based on the configuration values.
BlockDoesNotExistException - Exception in tachyon.exception
The exception thrown when a block does not exist in Tachyon.
BlockDoesNotExistException(String) - Constructor for exception tachyon.exception.BlockDoesNotExistException
Constructs a new exception with the specified detail message.
BlockDoesNotExistException(String, Throwable) - Constructor for exception tachyon.exception.BlockDoesNotExistException
Constructs a new exception with the specified detail message and cause.
BlockDoesNotExistException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.BlockDoesNotExistException
Constructs a new exception with the specified exception message and multiple parameters.
BlockDoesNotExistException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.BlockDoesNotExistException
Constructs a new exception with the specified exception message, the cause and multiple parameters.
blockHashIndex(long) - Static method in class tachyon.worker.block.BlockLockManager
Gets index of the lock that will be used to lock the block.
BlockHeartbeatReport - Class in tachyon.worker.block
Container for the delta information in each worker to master heartbeat.
BlockHeartbeatReport(Map<String, List<Long>>, List<Long>) - Constructor for class tachyon.worker.block.BlockHeartbeatReport
Creates a new instance of BlockHeartbeatReport.
BlockHeartbeatReporter - Class in tachyon.worker.block
Represents the delta of the block store within one heartbeat period.
BlockHeartbeatReporter() - Constructor for class tachyon.worker.block.BlockHeartbeatReporter
Creates a new instance of BlockHeartbeatReporter.
BlockId - Class in tachyon.master.block
This class provides a set of methods related to block Ids.
blockId - Variable in class tachyon.thrift.BlockInfo
 
blockId - Variable in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
the id of the block
blockId - Variable in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
the id of the block being committed
blockId - Variable in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
the id of the block being accessed
blockId - Variable in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
the id of the block being accessed
blockId - Variable in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
the id of the block being accessed
blockId - Variable in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
the id of the block being accessed
blockId - Variable in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
the id of the block being accessed
blockId - Variable in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
the id of the block being accessed
blockId - Variable in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
the id of the block being accessed
blockId - Variable in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
the id of the block being accessed
blockId - Variable in class tachyon.thrift.KeyValueWorkerClientService.get_args
the id of the block being accessed
blockId - Variable in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
the id of the partition
blockId - Variable in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
the id of the partition
blockId - Variable in class tachyon.thrift.PartitionInfo
 
blockIds - Variable in class tachyon.thrift.FileInfo
 
blockIds - Variable in class tachyon.thrift.PersistFile
 
BlockInfo - Class in tachyon.thrift
 
BlockInfo() - Constructor for class tachyon.thrift.BlockInfo
 
BlockInfo(long, long, List<BlockLocation>) - Constructor for class tachyon.thrift.BlockInfo
 
BlockInfo(BlockInfo) - Constructor for class tachyon.thrift.BlockInfo
Performs a deep copy on other.
blockInfo - Variable in class tachyon.thrift.FileBlockInfo
 
BlockInfo._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockInfoException - Exception in tachyon.exception
The exception thrown when something with the block goes wrong, i.e.
BlockInfoException(String) - Constructor for exception tachyon.exception.BlockInfoException
Constructs a new exception with the specified detail message.
BlockInfoException(String, Throwable) - Constructor for exception tachyon.exception.BlockInfoException
Constructs a new exception with the specified detail message and cause.
BlockInfoException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.BlockInfoException
Constructs a new exception with the specified exception message and multiple parameters.
BlockInfoException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.BlockInfoException
Constructs a new exception with the specified exception message, the cause and multiple parameters.
BlockInStream - Class in tachyon.client.block
This class represents a stream to a block in the Tachyon system.
BlockInStream() - Constructor for class tachyon.client.block.BlockInStream
 
BlockLocation - Class in tachyon.thrift
 
BlockLocation() - Constructor for class tachyon.thrift.BlockLocation
 
BlockLocation(long, WorkerNetAddress, String) - Constructor for class tachyon.thrift.BlockLocation
 
BlockLocation(BlockLocation) - Constructor for class tachyon.thrift.BlockLocation
Performs a deep copy on other.
BlockLocation._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockLockManager - Class in tachyon.worker.block
Handle all block locks.
BlockLockManager() - Constructor for class tachyon.worker.block.BlockLockManager
Creates a new instance of BlockLockManager.
BlockLockType - Enum in tachyon.worker.block
A ReadWrite Lock to guard one block.
BlockMaster - Class in tachyon.master.block
This master manages the metadata for all the blocks and block workers in Tachyon.
BlockMaster(Journal) - Constructor for class tachyon.master.block.BlockMaster
Creates a new instance of BlockMaster.
BlockMasterClient - Class in tachyon.client.block
A wrapper for the thrift client to interact with the block master, used by tachyon clients.
BlockMasterClient(InetSocketAddress, TachyonConf) - Constructor for class tachyon.client.block.BlockMasterClient
Creates a new block master client.
BlockMasterClient - Class in tachyon.worker.block
A wrapper for the thrift client to interact with the block master, used by tachyon worker.
BlockMasterClient(InetSocketAddress, TachyonConf) - Constructor for class tachyon.worker.block.BlockMasterClient
Creates a new instance of BlockMasterClient for the worker.
BlockMasterClientService - Class in tachyon.thrift
 
BlockMasterClientService() - Constructor for class tachyon.thrift.BlockMasterClientService
 
BlockMasterClientService.AsyncClient - Class in tachyon.thrift
 
BlockMasterClientService.AsyncClient.Factory - Class in tachyon.thrift
 
BlockMasterClientService.AsyncClient.getBlockInfo_call - Class in tachyon.thrift
 
BlockMasterClientService.AsyncClient.getCapacityBytes_call - Class in tachyon.thrift
 
BlockMasterClientService.AsyncClient.getUsedBytes_call - Class in tachyon.thrift
 
BlockMasterClientService.AsyncClient.getWorkerInfoList_call - Class in tachyon.thrift
 
BlockMasterClientService.AsyncIface - Interface in tachyon.thrift
 
BlockMasterClientService.AsyncProcessor<I extends BlockMasterClientService.AsyncIface> - Class in tachyon.thrift
 
BlockMasterClientService.AsyncProcessor.getBlockInfo<I extends BlockMasterClientService.AsyncIface> - Class in tachyon.thrift
 
BlockMasterClientService.AsyncProcessor.getCapacityBytes<I extends BlockMasterClientService.AsyncIface> - Class in tachyon.thrift
 
BlockMasterClientService.AsyncProcessor.getUsedBytes<I extends BlockMasterClientService.AsyncIface> - Class in tachyon.thrift
 
BlockMasterClientService.AsyncProcessor.getWorkerInfoList<I extends BlockMasterClientService.AsyncIface> - Class in tachyon.thrift
 
BlockMasterClientService.Client - Class in tachyon.thrift
 
BlockMasterClientService.Client.Factory - Class in tachyon.thrift
 
BlockMasterClientService.getBlockInfo_args - Class in tachyon.thrift
 
BlockMasterClientService.getBlockInfo_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterClientService.getBlockInfo_result - Class in tachyon.thrift
 
BlockMasterClientService.getBlockInfo_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterClientService.getCapacityBytes_args - Class in tachyon.thrift
 
BlockMasterClientService.getCapacityBytes_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterClientService.getCapacityBytes_result - Class in tachyon.thrift
 
BlockMasterClientService.getCapacityBytes_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterClientService.getUsedBytes_args - Class in tachyon.thrift
 
BlockMasterClientService.getUsedBytes_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterClientService.getUsedBytes_result - Class in tachyon.thrift
 
BlockMasterClientService.getUsedBytes_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterClientService.getWorkerInfoList_args - Class in tachyon.thrift
 
BlockMasterClientService.getWorkerInfoList_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterClientService.getWorkerInfoList_result - Class in tachyon.thrift
 
BlockMasterClientService.getWorkerInfoList_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterClientService.Iface - Interface in tachyon.thrift
This interface contains block master service endpoints for Tachyon clients.
BlockMasterClientService.Processor<I extends BlockMasterClientService.Iface> - Class in tachyon.thrift
 
BlockMasterClientService.Processor.getBlockInfo<I extends BlockMasterClientService.Iface> - Class in tachyon.thrift
 
BlockMasterClientService.Processor.getCapacityBytes<I extends BlockMasterClientService.Iface> - Class in tachyon.thrift
 
BlockMasterClientService.Processor.getUsedBytes<I extends BlockMasterClientService.Iface> - Class in tachyon.thrift
 
BlockMasterClientService.Processor.getWorkerInfoList<I extends BlockMasterClientService.Iface> - Class in tachyon.thrift
 
BlockMasterClientServiceHandler - Class in tachyon.master.block
This class is a Thrift handler for block master RPCs invoked by a Tachyon client.
BlockMasterClientServiceHandler(BlockMaster) - Constructor for class tachyon.master.block.BlockMasterClientServiceHandler
Creates a new instance of BlockMasterClientServiceHandler.
BlockMasterSync - Class in tachyon.worker.block
Task that carries out the necessary block worker to master communications, including register and heartbeat.
BlockMasterWorkerService - Class in tachyon.thrift
 
BlockMasterWorkerService() - Constructor for class tachyon.thrift.BlockMasterWorkerService
 
BlockMasterWorkerService.AsyncClient - Class in tachyon.thrift
 
BlockMasterWorkerService.AsyncClient.commitBlock_call - Class in tachyon.thrift
 
BlockMasterWorkerService.AsyncClient.Factory - Class in tachyon.thrift
 
BlockMasterWorkerService.AsyncClient.getWorkerId_call - Class in tachyon.thrift
 
BlockMasterWorkerService.AsyncClient.heartbeat_call - Class in tachyon.thrift
 
BlockMasterWorkerService.AsyncClient.registerWorker_call - Class in tachyon.thrift
 
BlockMasterWorkerService.AsyncIface - Interface in tachyon.thrift
 
BlockMasterWorkerService.AsyncProcessor<I extends BlockMasterWorkerService.AsyncIface> - Class in tachyon.thrift
 
BlockMasterWorkerService.AsyncProcessor.commitBlock<I extends BlockMasterWorkerService.AsyncIface> - Class in tachyon.thrift
 
BlockMasterWorkerService.AsyncProcessor.getWorkerId<I extends BlockMasterWorkerService.AsyncIface> - Class in tachyon.thrift
 
BlockMasterWorkerService.AsyncProcessor.heartbeat<I extends BlockMasterWorkerService.AsyncIface> - Class in tachyon.thrift
 
BlockMasterWorkerService.AsyncProcessor.registerWorker<I extends BlockMasterWorkerService.AsyncIface> - Class in tachyon.thrift
 
BlockMasterWorkerService.Client - Class in tachyon.thrift
 
BlockMasterWorkerService.Client.Factory - Class in tachyon.thrift
 
BlockMasterWorkerService.commitBlock_args - Class in tachyon.thrift
 
BlockMasterWorkerService.commitBlock_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterWorkerService.commitBlock_result - Class in tachyon.thrift
 
BlockMasterWorkerService.commitBlock_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterWorkerService.getWorkerId_args - Class in tachyon.thrift
 
BlockMasterWorkerService.getWorkerId_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterWorkerService.getWorkerId_result - Class in tachyon.thrift
 
BlockMasterWorkerService.getWorkerId_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterWorkerService.heartbeat_args - Class in tachyon.thrift
 
BlockMasterWorkerService.heartbeat_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterWorkerService.heartbeat_result - Class in tachyon.thrift
 
BlockMasterWorkerService.heartbeat_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterWorkerService.Iface - Interface in tachyon.thrift
This interface contains block master service endpoints for Tachyon workers.
BlockMasterWorkerService.Processor<I extends BlockMasterWorkerService.Iface> - Class in tachyon.thrift
 
BlockMasterWorkerService.Processor.commitBlock<I extends BlockMasterWorkerService.Iface> - Class in tachyon.thrift
 
BlockMasterWorkerService.Processor.getWorkerId<I extends BlockMasterWorkerService.Iface> - Class in tachyon.thrift
 
BlockMasterWorkerService.Processor.heartbeat<I extends BlockMasterWorkerService.Iface> - Class in tachyon.thrift
 
BlockMasterWorkerService.Processor.registerWorker<I extends BlockMasterWorkerService.Iface> - Class in tachyon.thrift
 
BlockMasterWorkerService.registerWorker_args - Class in tachyon.thrift
 
BlockMasterWorkerService.registerWorker_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterWorkerService.registerWorker_result - Class in tachyon.thrift
 
BlockMasterWorkerService.registerWorker_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterWorkerServiceHandler - Class in tachyon.master.block
This class is a Thrift handler for block master RPCs invoked by a Tachyon worker.
BlockMasterWorkerServiceHandler(BlockMaster) - Constructor for class tachyon.master.block.BlockMasterWorkerServiceHandler
Creates a new instance of BlockMasterWorkerServiceHandler.
BlockMeta - Class in tachyon.worker.block.meta
Represents the metadata of a block in Tachyon managed storage.
BlockMeta(long, long, StorageDir) - Constructor for class tachyon.worker.block.meta.BlockMeta
Creates a new instance of BlockMeta.
BlockMeta(TempBlockMeta) - Constructor for class tachyon.worker.block.meta.BlockMeta
Creates a new instance of BlockMeta from TempBlockMeta.
BlockMetaBase - Class in tachyon.worker.block.meta
A base class of the metadata of blocks in Tachyon managed storage.
BlockMetaBase(long, StorageDir) - Constructor for class tachyon.worker.block.meta.BlockMetaBase
Creates a new instance of BlockMetaBase.
BlockMetadataManager - Class in tachyon.worker.block
Manages the metadata of all blocks in managed space.
BlockMetadataManagerView - Class in tachyon.worker.block
This class exposes a narrower view of BlockMetadataManager to Evictors and Allocators, filtering out un-evictable blocks and un-allocatable space internally, so that evictors and allocators can be developed with much simpler logic, without worrying about various constraints, e.g.
BlockMetadataManagerView(BlockMetadataManager, Set<Long>, Set<Long>) - Constructor for class tachyon.worker.block.BlockMetadataManagerView
Creates a new instance of BlockMetadataManagerView.
BlockMetricsReporter - Class in tachyon.worker.block
This class listens on block events and increases the metrics counters.
BlockMetricsReporter(WorkerSource) - Constructor for class tachyon.worker.block.BlockMetricsReporter
Creates a new instance of BlockMetricsReporter.
blockPath - Variable in class tachyon.thrift.LockBlockResult
 
BlockReader - Interface in tachyon.worker.block.io
A reader interface to access the data of a block stored in managed storage.
BLOCKS_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeFileEntry
 
BLOCKS_READ_LOCAL_INDEX - Static variable in class tachyon.Constants
 
BLOCKS_READ_REMOTE_INDEX - Static variable in class tachyon.Constants
 
BLOCKS_WRITTEN_LOCAL_INDEX - Static variable in class tachyon.Constants
 
BLOCKS_WRITTEN_REMOTE_INDEX - Static variable in class tachyon.Constants
 
blockSizeBytes - Variable in class tachyon.thrift.CreateFileTOptions
 
blockSizeBytes - Variable in class tachyon.thrift.FileInfo
 
blockSizeBytes - Variable in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
block size in bytes
BlockStoreContext - Enum in tachyon.client.block
A shared context in each client JVM for common block master client functionality such as a pool of master clients and a pool of local worker clients.
BlockStoreEventListener - Interface in tachyon.worker.block
A listener interface for receiving meta data mutation events of BlockStore.
BlockStoreEventListenerBase - Class in tachyon.worker.block
A block store event listener base class implementing the BlockStoreEventListener interface with empty methods bodies.
BlockStoreEventListenerBase() - Constructor for class tachyon.worker.block.BlockStoreEventListenerBase
 
BlockStoreLocation - Class in tachyon.worker.block
Where to store a block within a block store.
BlockStoreLocation(String, int) - Constructor for class tachyon.worker.block.BlockStoreLocation
Creates a new instance of BlockStoreLocation.
BlockStoreMeta - Class in tachyon.worker.block
This class holds the meta data information of a block store.
BlockStoreMeta(BlockMetadataManager) - Constructor for class tachyon.worker.block.BlockStoreMeta
Creates a new instance of BlockStoreMeta.
BlockTransferInfo - Class in tachyon.worker.block.evictor
Provides information about the transfer of a block.
BlockTransferInfo(long, BlockStoreLocation, BlockStoreLocation) - Constructor for class tachyon.worker.block.evictor.BlockTransferInfo
Creates a new instance of BlockTransferInfo.
BlockWorker - Class in tachyon.worker.block
The class is responsible for managing all top level components of the Block Worker, including: Servers: BlockWorkerClientServiceHandler (RPC Server), BlockDataServer (Data Server) Periodic Threads: BlockMasterSync (Worker to Master continuous communication) Logic: BlockDataManager (Logic for all block related storage operations)
BlockWorker() - Constructor for class tachyon.worker.block.BlockWorker
Creates a new instance of BlockWorker.
BlockWorkerClient - Class in tachyon.client.worker
The client talks to a block worker server.
BlockWorkerClient(NetAddress, ExecutorService, TachyonConf, long, boolean, ClientMetrics) - Constructor for class tachyon.client.worker.BlockWorkerClient
BlockWorkerClientService - Class in tachyon.thrift
 
BlockWorkerClientService() - Constructor for class tachyon.thrift.BlockWorkerClientService
 
BlockWorkerClientService.accessBlock_args - Class in tachyon.thrift
 
BlockWorkerClientService.accessBlock_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockWorkerClientService.accessBlock_result - Class in tachyon.thrift
 
BlockWorkerClientService.accessBlock_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockWorkerClientService.asyncCheckpoint_args - Class in tachyon.thrift
 
BlockWorkerClientService.asyncCheckpoint_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockWorkerClientService.asyncCheckpoint_result - Class in tachyon.thrift
 
BlockWorkerClientService.asyncCheckpoint_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockWorkerClientService.AsyncClient - Class in tachyon.thrift
 
BlockWorkerClientService.AsyncClient.accessBlock_call - Class in tachyon.thrift
 
BlockWorkerClientService.AsyncClient.asyncCheckpoint_call - Class in tachyon.thrift
 
BlockWorkerClientService.AsyncClient.cacheBlock_call - Class in tachyon.thrift
 
BlockWorkerClientService.AsyncClient.cancelBlock_call - Class in tachyon.thrift
 
BlockWorkerClientService.AsyncClient.Factory - Class in tachyon.thrift
 
BlockWorkerClientService.AsyncClient.lockBlock_call - Class in tachyon.thrift
 
BlockWorkerClientService.AsyncClient.promoteBlock_call - Class in tachyon.thrift
 
BlockWorkerClientService.AsyncClient.requestBlockLocation_call - Class in tachyon.thrift
 
BlockWorkerClientService.AsyncClient.requestSpace_call - Class in tachyon.thrift
 
BlockWorkerClientService.AsyncClient.sessionHeartbeat_call - Class in tachyon.thrift
 
BlockWorkerClientService.AsyncClient.unlockBlock_call - Class in tachyon.thrift
 
BlockWorkerClientService.AsyncIface - Interface in tachyon.thrift
 
BlockWorkerClientService.AsyncProcessor<I extends BlockWorkerClientService.AsyncIface> - Class in tachyon.thrift
 
BlockWorkerClientService.AsyncProcessor.accessBlock<I extends BlockWorkerClientService.AsyncIface> - Class in tachyon.thrift
 
BlockWorkerClientService.AsyncProcessor.asyncCheckpoint<I extends BlockWorkerClientService.AsyncIface> - Class in tachyon.thrift
 
BlockWorkerClientService.AsyncProcessor.cacheBlock<I extends BlockWorkerClientService.AsyncIface> - Class in tachyon.thrift
 
BlockWorkerClientService.AsyncProcessor.cancelBlock<I extends BlockWorkerClientService.AsyncIface> - Class in tachyon.thrift
 
BlockWorkerClientService.AsyncProcessor.lockBlock<I extends BlockWorkerClientService.AsyncIface> - Class in tachyon.thrift
 
BlockWorkerClientService.AsyncProcessor.promoteBlock<I extends BlockWorkerClientService.AsyncIface> - Class in tachyon.thrift
 
BlockWorkerClientService.AsyncProcessor.requestBlockLocation<I extends BlockWorkerClientService.AsyncIface> - Class in tachyon.thrift
 
BlockWorkerClientService.AsyncProcessor.requestSpace<I extends BlockWorkerClientService.AsyncIface> - Class in tachyon.thrift
 
BlockWorkerClientService.AsyncProcessor.sessionHeartbeat<I extends BlockWorkerClientService.AsyncIface> - Class in tachyon.thrift
 
BlockWorkerClientService.AsyncProcessor.unlockBlock<I extends BlockWorkerClientService.AsyncIface> - Class in tachyon.thrift
 
BlockWorkerClientService.cacheBlock_args - Class in tachyon.thrift
 
BlockWorkerClientService.cacheBlock_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockWorkerClientService.cacheBlock_result - Class in tachyon.thrift
 
BlockWorkerClientService.cacheBlock_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockWorkerClientService.cancelBlock_args - Class in tachyon.thrift
 
BlockWorkerClientService.cancelBlock_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockWorkerClientService.cancelBlock_result - Class in tachyon.thrift
 
BlockWorkerClientService.cancelBlock_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockWorkerClientService.Client - Class in tachyon.thrift
 
BlockWorkerClientService.Client.Factory - Class in tachyon.thrift
 
BlockWorkerClientService.Iface - Interface in tachyon.thrift
 
BlockWorkerClientService.lockBlock_args - Class in tachyon.thrift
 
BlockWorkerClientService.lockBlock_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockWorkerClientService.lockBlock_result - Class in tachyon.thrift
 
BlockWorkerClientService.lockBlock_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockWorkerClientService.Processor<I extends BlockWorkerClientService.Iface> - Class in tachyon.thrift
 
BlockWorkerClientService.Processor.accessBlock<I extends BlockWorkerClientService.Iface> - Class in tachyon.thrift
 
BlockWorkerClientService.Processor.asyncCheckpoint<I extends BlockWorkerClientService.Iface> - Class in tachyon.thrift
 
BlockWorkerClientService.Processor.cacheBlock<I extends BlockWorkerClientService.Iface> - Class in tachyon.thrift
 
BlockWorkerClientService.Processor.cancelBlock<I extends BlockWorkerClientService.Iface> - Class in tachyon.thrift
 
BlockWorkerClientService.Processor.lockBlock<I extends BlockWorkerClientService.Iface> - Class in tachyon.thrift
 
BlockWorkerClientService.Processor.promoteBlock<I extends BlockWorkerClientService.Iface> - Class in tachyon.thrift
 
BlockWorkerClientService.Processor.requestBlockLocation<I extends BlockWorkerClientService.Iface> - Class in tachyon.thrift
 
BlockWorkerClientService.Processor.requestSpace<I extends BlockWorkerClientService.Iface> - Class in tachyon.thrift
 
BlockWorkerClientService.Processor.sessionHeartbeat<I extends BlockWorkerClientService.Iface> - Class in tachyon.thrift
 
BlockWorkerClientService.Processor.unlockBlock<I extends BlockWorkerClientService.Iface> - Class in tachyon.thrift
 
BlockWorkerClientService.promoteBlock_args - Class in tachyon.thrift
 
BlockWorkerClientService.promoteBlock_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockWorkerClientService.promoteBlock_result - Class in tachyon.thrift
 
BlockWorkerClientService.promoteBlock_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockWorkerClientService.requestBlockLocation_args - Class in tachyon.thrift
 
BlockWorkerClientService.requestBlockLocation_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockWorkerClientService.requestBlockLocation_result - Class in tachyon.thrift
 
BlockWorkerClientService.requestBlockLocation_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockWorkerClientService.requestSpace_args - Class in tachyon.thrift
 
BlockWorkerClientService.requestSpace_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockWorkerClientService.requestSpace_result - Class in tachyon.thrift
 
BlockWorkerClientService.requestSpace_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockWorkerClientService.sessionHeartbeat_args - Class in tachyon.thrift
 
BlockWorkerClientService.sessionHeartbeat_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockWorkerClientService.sessionHeartbeat_result - Class in tachyon.thrift
 
BlockWorkerClientService.sessionHeartbeat_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockWorkerClientService.unlockBlock_args - Class in tachyon.thrift
 
BlockWorkerClientService.unlockBlock_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockWorkerClientService.unlockBlock_result - Class in tachyon.thrift
 
BlockWorkerClientService.unlockBlock_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockWorkerClientServiceHandler - Class in tachyon.worker.block
This class is a Thrift handler for block worker RPCs invoked by a Tachyon client.
BlockWorkerClientServiceHandler(BlockDataManager) - Constructor for class tachyon.worker.block.BlockWorkerClientServiceHandler
Creates a new instance of BlockWorkerClientServiceHandler.
BlockWorkerInfo - Class in tachyon.client.block
Information of an active block worker.
BlockWorkerInfo(NetAddress, long, long) - Constructor for class tachyon.client.block.BlockWorkerInfo
Constructs the block worker information.
BlockWriter - Interface in tachyon.worker.block.io
A writer interface to write or update a block stored in managed storage.
BoundedStream - Interface in tachyon.client
This interface should be implemented by all Tachyon streams which are bounded at a certain byte size.
BufferedBlockInStream - Class in tachyon.client.block
Provides a stream API to read a block from Tachyon.
BufferedBlockInStream(long, long) - Constructor for class tachyon.client.block.BufferedBlockInStream
Basic constructor for a BufferedBlockInStream.
BufferedBlockOutStream - Class in tachyon.client.block
Provides a stream API to write a block to Tachyon.
BufferedBlockOutStream(long, long) - Constructor for class tachyon.client.block.BufferedBlockOutStream
Constructs a new BufferedBlockOutStream.
bufferedRead(int) - Method in class tachyon.client.block.BufferedBlockInStream
Reads from the data source into the buffer.
bufferedRead(int) - Method in class tachyon.client.block.LocalBlockInStream
 
bufferedRead(int) - Method in class tachyon.client.block.RemoteBlockInStream
 
bufferForKey() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
 
bufferForKey() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
 
bufferForKeyLimit() - Method in class tachyon.thrift.PartitionInfo
 
bufferForKeyStart() - Method in class tachyon.thrift.PartitionInfo
 
bufferForSuccess() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
BufferUtils - Class in tachyon.util.io
Utilities related to buffers, not only ByteBuffer.
build() - Method in class tachyon.master.file.meta.Inode.Builder
Builds a new instance of Inode.
build() - Method in class tachyon.master.file.meta.InodeDirectory.Builder
Builds a new instance of InodeDirectory.
build() - Method in class tachyon.master.file.meta.InodeFile.Builder
Builds a new instance of InodeFile.
build() - Method in class tachyon.master.file.meta.options.CreatePathOptions.Builder
Builds a new instance of CreatePathOptions.
build() - Method in class tachyon.master.file.options.CompleteFileOptions.Builder
Builds a new instance of CompleteFileOptions.
build() - Method in class tachyon.master.file.options.CreateDirectoryOptions.Builder
Builds a new instance of CreateDirectoryOptions.
build() - Method in class tachyon.master.file.options.CreateFileOptions.Builder
Builds a new instance of CreateFileOptions.
build() - Method in class tachyon.master.file.options.SetAclOptions.Builder
Builds a new instance of SetAclOptions.
build() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry.Builder
 
build() - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
 
build() - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
 
build() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry.Builder
 
build() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
 
build() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
 
build() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
 
build() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
 
build() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
 
build() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
 
build() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
 
build() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry.Builder
 
build() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
 
build() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
 
build() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
 
build() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
 
build() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
 
build() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
 
build() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
 
build() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry.Builder
 
build() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry.Builder
 
build() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry.Builder
 
build() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
 
build() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
 
build() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
 
build() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry.Builder
 
build(String, boolean) - Static method in class tachyon.util.ThreadFactoryUtils
Creates a ThreadFactory that spawns off threads.
Builder() - Constructor for class tachyon.master.file.meta.Inode.Builder
Creates a new builder for Inode.
Builder() - Constructor for class tachyon.master.file.meta.InodeDirectory.Builder
Creates a new builder for InodeDirectory.
Builder() - Constructor for class tachyon.master.file.meta.InodeFile.Builder
Creates a new builder for InodeFile.
Builder() - Constructor for class tachyon.master.file.meta.options.CreatePathOptions.Builder
Creates a new builder for CreatePathOptions.
Builder(TachyonConf) - Constructor for class tachyon.master.file.meta.options.CreatePathOptions.Builder
Creates a new builder for CreatePathOptions.
Builder(TachyonConf) - Constructor for class tachyon.master.file.options.CompleteFileOptions.Builder
Creates a new builder for CompleteFileOptions.
Builder(TachyonConf) - Constructor for class tachyon.master.file.options.CreateDirectoryOptions.Builder
Creates a new builder for CreateDirectoryOptions.
Builder(TachyonConf) - Constructor for class tachyon.master.file.options.CreateFileOptions.Builder
Creates a new builder for CreateFileOptions.
Builder() - Constructor for class tachyon.master.file.options.SetAclOptions.Builder
Creates a new builder for SetAclOptions.
Builder(TachyonConf) - Constructor for class tachyon.master.file.options.SetAclOptions.Builder
Creates a new builder for SetAclOptions.
buildPartial() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry.Builder
 
buildPartial() - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
 
buildPartial() - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
 
buildPartial() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry.Builder
 
buildPartial() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
 
buildPartial() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
 
buildPartial() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
 
buildPartial() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
 
buildPartial() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
 
buildPartial() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
 
buildPartial() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
 
buildPartial() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry.Builder
 
buildPartial() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
 
buildPartial() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
 
buildPartial() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
 
buildPartial() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
 
buildPartial() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
 
buildPartial() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
 
buildPartial() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
 
buildPartial() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry.Builder
 
buildPartial() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry.Builder
 
buildPartial() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry.Builder
 
buildPartial() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
 
buildPartial() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
 
buildPartial() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
 
buildPartial() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry.Builder
 
ByteBufferKeyValuePartitionReader - Class in tachyon.client.keyvalue
Reader that implements KeyValuePartitionReader to access a key-value file using random access API.
ByteBufferKeyValuePartitionReader(ByteBuffer) - Constructor for class tachyon.client.keyvalue.ByteBufferKeyValuePartitionReader
byteBufferToString(ByteBuffer) - Static method in class tachyon.util.FormatUtils
Parses a ByteBuffer into a String.
byteCount() - Method in interface tachyon.client.keyvalue.Index
 
byteCount() - Method in class tachyon.client.keyvalue.LinearProbingIndex
 
ByteIOUtils - Class in tachyon.util.io
A collection of utility functions to read/write primitive values from/to a byte array.
BYTES_IN_INTEGER - Static variable in class tachyon.Constants
 
BYTES_READ_LOCAL_INDEX - Static variable in class tachyon.Constants
 
BYTES_READ_REMOTE_INDEX - Static variable in class tachyon.Constants
 
BYTES_READ_UFS_INDEX - Static variable in class tachyon.Constants
 
BYTES_WRITTEN_LOCAL_INDEX - Static variable in class tachyon.Constants
 
BYTES_WRITTEN_REMOTE_INDEX - Static variable in class tachyon.Constants
 
BYTES_WRITTEN_UFS_INDEX - Static variable in class tachyon.Constants
 
byteToInt(byte) - Static method in class tachyon.util.io.BufferUtils
Converts a byte to an integer.

C

CACHEABLE_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeFileEntry
 
cacheBlock(long) - Method in class tachyon.client.worker.BlockWorkerClient
Notifies the worker the block is cached.
cacheBlock(long, long, AsyncMethodCallback) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient
 
cacheBlock(long, long, AsyncMethodCallback) - Method in interface tachyon.thrift.BlockWorkerClientService.AsyncIface
 
cacheBlock() - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.cacheBlock
 
cacheBlock(long, long) - Method in class tachyon.thrift.BlockWorkerClientService.Client
 
cacheBlock(long, long) - Method in interface tachyon.thrift.BlockWorkerClientService.Iface
Used to cache a block into Tachyon space, worker will move the temporary block file from session folder to data folder, and update the space usage information related.
cacheBlock() - Constructor for class tachyon.thrift.BlockWorkerClientService.Processor.cacheBlock
 
cacheBlock(long, long) - Method in class tachyon.worker.block.BlockWorkerClientServiceHandler
Used to cache a block into Tachyon space, worker will move the temporary block file from session folder to data folder, and update the space usage information related.
cacheBlock_args() - Constructor for class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
 
cacheBlock_args(long, long) - Constructor for class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
 
cacheBlock_args(BlockWorkerClientService.cacheBlock_args) - Constructor for class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
Performs a deep copy on other.
cacheBlock_call(long, long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncClient.cacheBlock_call
 
cacheBlock_result() - Constructor for class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
 
cacheBlock_result(TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
 
cacheBlock_result(BlockWorkerClientService.cacheBlock_result) - Constructor for class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
Performs a deep copy on other.
call() - Method in interface tachyon.ClientBase.RpcCallable
The task where RPC happens.
call() - Method in interface tachyon.ClientBase.RpcCallableThrowsTachyonTException
The task where RPC happens.
call() - Method in class tachyon.examples.BasicCheckpoint
 
call() - Method in class tachyon.examples.BasicNonByteBufferOperations
 
call() - Method in class tachyon.examples.BasicOperations
 
call() - Method in interface tachyon.replay.ReplayCache.ReplayCallable
Calls the RPC handler.
call() - Method in interface tachyon.replay.ReplayCache.ReplayCallableThrowsIOException
Calls the RPC handler.
cancel() - Method in class tachyon.client.block.LocalBlockOutStream
 
cancel() - Method in class tachyon.client.block.RemoteBlockOutStream
 
cancel() - Method in interface tachyon.client.Cancelable
Cancels the write to Tachyon storage.
cancel() - Method in class tachyon.client.file.FileOutStream
 
cancel() - Method in class tachyon.client.OutStreamBase
Aborts the output stream.
Cancelable - Interface in tachyon.client
This interface should be implemented by all Tachyon output streams which support aborting the temporary data that has been written.
cancelBlock(long) - Method in class tachyon.client.worker.BlockWorkerClient
Notifies worker that the block has been cancelled
cancelBlock(long, long, AsyncMethodCallback) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient
 
cancelBlock(long, long, AsyncMethodCallback) - Method in interface tachyon.thrift.BlockWorkerClientService.AsyncIface
 
cancelBlock() - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.cancelBlock
 
cancelBlock(long, long) - Method in class tachyon.thrift.BlockWorkerClientService.Client
 
cancelBlock(long, long) - Method in interface tachyon.thrift.BlockWorkerClientService.Iface
Used to cancel a block which is being written.
cancelBlock() - Constructor for class tachyon.thrift.BlockWorkerClientService.Processor.cancelBlock
 
cancelBlock(long, long) - Method in class tachyon.worker.block.BlockWorkerClientServiceHandler
Used to cancel a block which is being written.
cancelBlock_args() - Constructor for class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
 
cancelBlock_args(long, long) - Constructor for class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
 
cancelBlock_args(BlockWorkerClientService.cancelBlock_args) - Constructor for class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
Performs a deep copy on other.
cancelBlock_call(long, long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncClient.cancelBlock_call
 
cancelBlock_result() - Constructor for class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
 
cancelBlock_result(TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
 
cancelBlock_result(BlockWorkerClientService.cancelBlock_result) - Constructor for class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
Performs a deep copy on other.
CANNOT_READ_FOLDER - Static variable in class tachyon.exception.PreconditionMessage
 
canPut(byte[], byte[]) - Method in interface tachyon.client.keyvalue.KeyValuePartitionWriter
Returns whether this writer will be full after inserting the given key-value pair.
capacityBytes - Variable in class tachyon.thrift.WorkerInfo
 
cascade - Variable in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
whether to delete the lineage in cascade
CASCADE_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Lineage.DeleteLineageEntry
 
cascadingEvict(long, BlockStoreLocation, EvictionPlan) - Method in class tachyon.worker.block.evictor.EvictorBase
A recursive implementation of cascading eviction.
CatCommand - Class in tachyon.shell.command
Prints the file's contents to the console.
CatCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.CatCommand
 
changeLocalFilePermission(String, String) - Static method in class tachyon.util.io.FileUtils
Changes local file's permission.
changeLocalFileToFullPermission(String) - Static method in class tachyon.util.io.FileUtils
Changes local file's permission to be 777.
channelRead0(ChannelHandlerContext, RPCMessage) - Method in class tachyon.client.netty.ClientHandler
 
channelRead0(ChannelHandlerContext, RPCMessage) - Method in class tachyon.worker.netty.DataServerHandler
 
ChannelType - Enum in tachyon.network
What type of netty channel to use.
check(boolean, ExceptionMessage, Object...) - Static method in exception tachyon.exception.LineageDoesNotExistException
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkIfClosed() - Method in class tachyon.client.block.BufferedBlockOutStream
Convenience method for checking the state of the stream.
checkMinimalPollingPeriod(TimeUnit, int) - Static method in class tachyon.metrics.MetricsSystem
Checks if the poll period is smaller that the minimal poll period which is 1 second.
checkOutputSpecs(FileSystem, JobConf) - Method in class tachyon.client.keyvalue.hadoop.KeyValueOutputFormat
checkOwner(String, List<String>, TachyonURI, List<FileInfo>) - Static method in class tachyon.master.permission.FileSystemPermissionChecker
Checks whether the user is the owner of the path.
checkParentPermission(String, List<String>, FileSystemAction, TachyonURI, List<FileInfo>) - Static method in class tachyon.master.permission.FileSystemPermissionChecker
Checks requested permission and basic permission on the parent of the path.
checkPermission(String, List<String>, FileSystemAction, TachyonURI, List<FileInfo>) - Static method in class tachyon.master.permission.FileSystemPermissionChecker
Checks requested permission and basic permission on the path.
CHECKPOINT_SESSION_ID - Static variable in class tachyon.Sessions
 
checkpointExists() - Method in class tachyon.master.journal.JournalTailer
 
CheckpointLatestPlanner - Class in tachyon.master.lineage.checkpoint
This class tries to checkpoint the latest created lineage that is ready for persistence.
CheckpointLatestPlanner(LineageStoreView, FileSystemMasterView) - Constructor for class tachyon.master.lineage.checkpoint.CheckpointLatestPlanner
Creates a new instance of CheckpointLatestPlanner, which does not use the lineage store view.
CheckpointPlan - Class in tachyon.master.lineage.checkpoint
A plan for checkpointing lineage.
CheckpointPlan(List<Long>) - Constructor for class tachyon.master.lineage.checkpoint.CheckpointPlan
Creates a new instance of CheckpointPlan.
CheckpointPlanner - Interface in tachyon.master.lineage.checkpoint
Generates plans for Lineage checkpointing.
CheckpointPlanner.Factory - Class in tachyon.master.lineage.checkpoint
Factory for CheckpointPlanner.
CheckpointSchedulingExcecutor - Class in tachyon.master.lineage.checkpoint
Schedules a checkpoint plan.
CheckpointSchedulingExcecutor(LineageMaster, FileSystemMaster) - Constructor for class tachyon.master.lineage.checkpoint.CheckpointSchedulingExcecutor
 
checkReady() - Method in class tachyon.worker.DataServerMessage
Checks if the message is ready.
checkSuperuser(String, List<String>) - Static method in class tachyon.master.permission.FileSystemPermissionChecker
Checks whether the user is a super user or in super group.
checkType(FileSystemCommandOptions._Fields, Object) - Method in class tachyon.thrift.FileSystemCommandOptions
 
chgrp(TachyonURI, String, boolean) - Method in class tachyon.shell.command.AbstractAclCommand
Changes the group for the directory or file with the path specified in args.
ChgrpCommand - Class in tachyon.shell.command
Changes the group of a file or directory specified by args.
ChgrpCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.ChgrpCommand
Creates a new instance of ChgrpCommand.
ChgrpRecursiveCommand - Class in tachyon.shell.command
Changes the group of a file or directory specified by args recursively.
ChgrpRecursiveCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.ChgrpRecursiveCommand
Creates a new instance of ChgrpRecursiveCommand.
children - Variable in class tachyon.thrift.LineageInfo
 
chmod(TachyonURI, String, boolean) - Method in class tachyon.shell.command.AbstractAclCommand
Changes the permissions of directory or file with the path specified in args.
ChmodCommand - Class in tachyon.shell.command
Changes the permission of a file or directory specified by args.
ChmodCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.ChmodCommand
Creates a new instance of ChmodCommand.
ChmodRecursiveCommand - Class in tachyon.shell.command
Changes the permission of a file or directory specified by args recursively.
ChmodRecursiveCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.ChmodRecursiveCommand
Creates a new instance of ChmodRecursiveCommand.
chown(TachyonURI, String, boolean) - Method in class tachyon.shell.command.AbstractAclCommand
Changes the owner for the directory or file with the path specified in args.
ChownCommand - Class in tachyon.shell.command
Changes the owner of a file or directory specified by args.
ChownCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.ChownCommand
Creates a new instance of ChownCommand.
ChownRecursiveCommand - Class in tachyon.shell.command
Changes the owner of a file or directory specified by args recursively.
ChownRecursiveCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.ChownRecursiveCommand
Creates a new instance of ChownRecursiveCommand.
cleanDirectBuffer(ByteBuffer) - Static method in class tachyon.util.io.BufferUtils
Forces to unmap a direct buffer if this buffer is no longer used.
cleanPath(String) - Static method in class tachyon.util.io.PathUtils
Checks and normalizes the given path.
cleanup() - Method in class tachyon.underfs.UnderFileSystemCluster
To clean up the test environment over underfs cluster system, so that we can re-use the running system for the next test round instead of turning on/off it from time to time.
cleanupSession(long) - Method in class tachyon.worker.block.BlockLockManager
Cleans up the locks currently hold by a specific session.
cleanupSession(long) - Method in class tachyon.worker.block.TieredBlockStore
 
cleanupSessions() - Method in class tachyon.worker.block.BlockDataManager
Cleans up after sessions, to prevent zombie sessions.
cleanupSessionTempBlocks(long, List<Long>) - Method in class tachyon.worker.block.BlockMetadataManager
Deprecated.
As of version 0.8.
cleanupSessionTempBlocks(long, List<Long>) - Method in class tachyon.worker.block.meta.StorageDir
Cleans up the temp block meta data for each block id passed in.
clear() - Method in class tachyon.collections.IndexedSet
Removes all the entries in this set.
clear() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry.Builder
 
clear() - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
 
clear() - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
 
clear() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry.Builder
 
clear() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
 
clear() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
 
clear() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
 
clear() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
 
clear() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
 
clear() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
 
clear() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
 
clear() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry.Builder
 
clear() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
 
clear() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
 
clear() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
 
clear() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
 
clear() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
 
clear() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
 
clear() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
 
clear() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry.Builder
 
clear() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry.Builder
 
clear() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry.Builder
 
clear() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
 
clear() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
 
clear() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
 
clear() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry.Builder
 
clear() - Method in class tachyon.thrift.BlockInfo
 
clear() - Method in class tachyon.thrift.BlockLocation
 
clear() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
 
clear() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
 
clear() - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_args
 
clear() - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
 
clear() - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_args
 
clear() - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
 
clear() - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args
 
clear() - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
 
clear() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
 
clear() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_result
 
clear() - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
 
clear() - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
 
clear() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
clear() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
 
clear() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
clear() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
 
clear() - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
 
clear() - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_result
 
clear() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
 
clear() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
 
clear() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
 
clear() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
 
clear() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
 
clear() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
 
clear() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
 
clear() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
 
clear() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
 
clear() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
clear() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
 
clear() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
clear() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
 
clear() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
 
clear() - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
 
clear() - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result
 
clear() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
 
clear() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
 
clear() - Method in class tachyon.thrift.Command
 
clear() - Method in class tachyon.thrift.CommandLineJobInfo
 
clear() - Method in class tachyon.thrift.CompleteFileTOptions
 
clear() - Method in class tachyon.thrift.CreateDirectoryTOptions
 
clear() - Method in class tachyon.thrift.CreateFileTOptions
 
clear() - Method in class tachyon.thrift.DependencyInfo
 
clear() - Method in class tachyon.thrift.FileBlockInfo
 
clear() - Method in class tachyon.thrift.FileInfo
 
clear() - Method in class tachyon.thrift.FileSystemCommand
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
 
clear() - Method in class tachyon.thrift.JobConfInfo
 
clear() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
 
clear() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
 
clear() - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
 
clear() - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
 
clear() - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
 
clear() - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
 
clear() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
 
clear() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
 
clear() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
 
clear() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
 
clear() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
 
clear() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
 
clear() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
 
clear() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
clear() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
 
clear() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
clear() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
 
clear() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
clear() - Method in class tachyon.thrift.LineageInfo
 
clear() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
 
clear() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
 
clear() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
 
clear() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
 
clear() - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_args
 
clear() - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
 
clear() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
 
clear() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
 
clear() - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
 
clear() - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
 
clear() - Method in class tachyon.thrift.LockBlockResult
 
clear() - Method in class tachyon.thrift.PartitionInfo
 
clear() - Method in class tachyon.thrift.PersistCommandOptions
 
clear() - Method in class tachyon.thrift.PersistFile
 
clear() - Method in class tachyon.thrift.RpcOptions
 
clear() - Method in class tachyon.thrift.SetAclTOptions
 
clear() - Method in class tachyon.thrift.SetAttributeTOptions
 
clear() - Method in class tachyon.thrift.TachyonService.getServiceVersion_args
 
clear() - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
 
clear() - Method in exception tachyon.thrift.TachyonTException
 
clear() - Method in exception tachyon.thrift.ThriftIOException
 
clear() - Method in class tachyon.thrift.WorkerInfo
 
clear() - Method in class tachyon.thrift.WorkerNetAddress
 
clearAddMountPoint() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.AddMountPointEntry add_mount_point = 2;
clearAsyncPersistRequest() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.AsyncPersistRequestEntry async_persist_request = 16;
clearBlockContainerIdGenerator() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3;
clearBlockId() - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
optional int64 block_id = 1;
clearBlockId() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
optional int64 block_id = 4;
clearBlockIds() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
repeated int64 block_ids = 1;
clearBlockInfo() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.BlockInfoEntry block_info = 4;
clearBlockMarks() - Method in class tachyon.worker.block.BlockMetadataManagerView
Clears all marks of blocks to move in/out in all dir views.
clearBlockMarks() - Method in class tachyon.worker.block.meta.StorageDirView
Clears all marks about blocks to move in/out in this view.
clearBlocks() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
repeated int64 blocks = 12;
clearBlockSizeBytes() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int64 block_size_bytes = 8;
clearBlockSizeBytes() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
optional int64 block_size_bytes = 2;
clearCacheable() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional bool cacheable = 11;
clearCascade() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
optional bool cascade = 2;
clearClients() - Method in class tachyon.master.LocalTachyonMaster
Clears all the clients.
clearCompleted() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional bool completed = 10;
clearCompleteFile() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CompleteFileEntry complete_file = 5;
clearCompletePartition() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CompletePartitionEntry complete_partition = 21;
clearCompleteStore() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CompleteStoreEntry complete_store = 22;
clearContainerId() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
optional int64 container_id = 1;
clearCreateStore() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CreateStoreEntry create_store = 23;
clearCreationTimeMs() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional int64 creation_time_ms = 6;
clearCreationTimeMs() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int64 creation_time_ms = 6;
clearCreationTimeMs() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
optional int64 creation_time_ms = 6;
clearDeleteFile() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteFileEntry delete_file = 6;
clearDeleteLineage() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteLineageEntry delete_lineage = 7;
clearDeleteMountPoint() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteMountPointEntry delete_mount_point = 8;
clearDeleteStore() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteStoreEntry delete_store = 25;
clearDstPath() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
optional string dst_path = 2;
clearEntry() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
 
clearFileId() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry.Builder
optional int64 file_id = 1;
clearFromStoreId() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
optional int64 from_store_id = 1;
clearGroupName() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional string group_name = 9;
clearGroupName() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional string group_name = 15;
clearGroupName() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
optional string group_name = 4;
clearId() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
optional int64 id = 2;
clearId() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
optional int64 id = 1;
clearId() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional int64 id = 1;
clearId() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int64 id = 1;
clearId() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
optional int64 id = 1;
clearId() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry.Builder
optional int64 id = 1;
clearId() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
optional int64 id = 1;
clearId() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
optional int64 id = 1;
clearId() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
optional int64 id = 1;
clearId() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
optional int64 id = 1;
clearId() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
optional int64 id = 1;
clearInodeDirectory() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeDirectoryEntry inode_directory = 9;
clearInodeDirectoryIdGenerator() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10;
clearInodeFile() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeFileEntry inode_file = 11;
clearInodeLastModificationTime() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12;
clearInputFiles() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
repeated int64 input_files = 2;
clearJobCommand() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
optional string job_command = 4;
clearJobOutputPath() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
optional string job_output_path = 5;
clearKeyLimit() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
optional string key_limit = 3;
clearKeyStart() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
optional string key_start = 2;
clearLastModificationTimeMs() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional int64 last_modification_time_ms = 7;
clearLastModificationTimeMs() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int64 last_modification_time_ms = 7;
clearLastModificationTimeMs() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
optional int64 last_modification_time_ms = 2;
clearLength() - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
optional int64 length = 2;
clearLength() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
optional int64 length = 3;
clearLength() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int64 length = 9;
clearLength() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
optional int64 length = 2;
clearLineage() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.LineageEntry lineage = 13;
clearLineageId() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
optional int64 lineage_id = 1;
clearLineageIdGenerator() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14;
clearMergeStore() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.MergeStoreEntry merge_store = 26;
clearName() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional string name = 3;
clearName() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional string name = 3;
clearNextContainerId() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry.Builder
optional int64 next_container_id = 1;
clearOpTimeMs() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
optional int64 op_time_ms = 4;
clearOpTimeMs() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
optional int64 op_time_ms = 3;
clearOpTimeMs() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
optional int64 op_time_ms = 3;
clearOpTimeMs() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
optional int64 op_time_ms = 3;
clearOpTimeMs() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
optional int64 op_time_ms = 2;
clearOpTimeMs() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
optional int64 op_time_ms = 2;
clearOutputFileIds() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
repeated int64 output_file_ids = 3;
clearParentId() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional int64 parent_id = 2;
clearParentId() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int64 parent_id = 2;
clearPath() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
optional string path = 1;
clearPermission() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional int32 permission = 10;
clearPermission() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int32 permission = 16;
clearPermission() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
optional int32 permission = 5;
clearPersistDirectory() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.PersistDirectoryEntry persist_directory = 15;
clearPersisted() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
optional bool persisted = 5;
clearPersistedFiles(List<Long>) - Method in class tachyon.worker.file.FileDataManager
Clears the given persisted files stored in FileDataManager.mPersistedFiles.
clearPersistenceState() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional string persistence_state = 4;
clearPersistenceState() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional string persistence_state = 4;
clearPinned() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional bool pinned = 5;
clearPinned() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional bool pinned = 5;
clearPinned() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
optional bool pinned = 3;
clearRecursive() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
optional bool recursive = 2;
clearReinitializeFile() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.ReinitializeFileEntry reinitialize_file = 18;
clearRename() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.RenameEntry rename = 19;
clearSequenceNumber() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
optional int64 sequence_number = 2;
clearSequenceNumber() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional int64 sequence_number = 1;
clearSequenceNumber() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry.Builder
optional int64 sequence_number = 1;
clearSetAcl() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.SetAclEntry set_acl = 24;
clearSetState() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.SetStateEntry set_state = 20;
clearStoreId() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
optional int64 store_id = 1;
clearStoreId() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry.Builder
optional int64 store_id = 1;
clearStoreId() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry.Builder
optional int64 store_id = 1;
clearStoreId() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry.Builder
optional int64 store_id = 1;
clearTachyonPath() - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
optional string tachyon_path = 1;
clearTachyonPath() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
optional string tachyon_path = 1;
clearToStoreId() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
optional int64 to_store_id = 2;
clearTtl() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int64 ttl = 13;
clearTtl() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
optional int64 ttl = 3;
clearTtl() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
optional int64 ttl = 4;
clearUfsPath() - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
optional string ufs_path = 2;
clearUserName() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional string user_name = 8;
clearUserName() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional string user_name = 14;
clearUserName() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
optional string user_name = 3;
Client(TProtocol) - Constructor for class tachyon.thrift.BlockMasterClientService.Client
 
Client(TProtocol, TProtocol) - Constructor for class tachyon.thrift.BlockMasterClientService.Client
 
Client(TProtocol) - Constructor for class tachyon.thrift.BlockMasterWorkerService.Client
 
Client(TProtocol, TProtocol) - Constructor for class tachyon.thrift.BlockMasterWorkerService.Client
 
Client(TProtocol) - Constructor for class tachyon.thrift.BlockWorkerClientService.Client
 
Client(TProtocol, TProtocol) - Constructor for class tachyon.thrift.BlockWorkerClientService.Client
 
Client(TProtocol) - Constructor for class tachyon.thrift.FileSystemMasterClientService.Client
 
Client(TProtocol, TProtocol) - Constructor for class tachyon.thrift.FileSystemMasterClientService.Client
 
Client(TProtocol) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.Client
 
Client(TProtocol, TProtocol) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.Client
 
Client(TProtocol) - Constructor for class tachyon.thrift.KeyValueMasterClientService.Client
 
Client(TProtocol, TProtocol) - Constructor for class tachyon.thrift.KeyValueMasterClientService.Client
 
Client(TProtocol) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.Client
 
Client(TProtocol, TProtocol) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.Client
 
Client(TProtocol) - Constructor for class tachyon.thrift.LineageMasterClientService.Client
 
Client(TProtocol, TProtocol) - Constructor for class tachyon.thrift.LineageMasterClientService.Client
 
Client(TProtocol) - Constructor for class tachyon.thrift.TachyonService.Client
 
Client(TProtocol, TProtocol) - Constructor for class tachyon.thrift.TachyonService.Client
 
CLIENT_CONTEXT_NOT_INITIALIZED - Static variable in class tachyon.exception.PreconditionMessage
 
CLIENT_METRICS_SIZE - Static variable in class tachyon.Constants
 
CLIENT_METRICS_VERSION - Static variable in class tachyon.Constants
 
CLIENT_METRICS_VERSION_INDEX - Static variable in class tachyon.Constants
 
ClientBase - Class in tachyon
The base class for clients.
ClientBase(InetSocketAddress, TachyonConf, String) - Constructor for class tachyon.ClientBase
Creates a new client base.
ClientBase.RpcCallable<V> - Interface in tachyon
The RPC to be executed in ClientBase.retryRPC(RpcCallable).
ClientBase.RpcCallableThrowsTachyonTException<V> - Interface in tachyon
Same with ClientBase.RpcCallable except that this RPC call throws TachyonTException and is to be executed in ClientBase.retryRPC(RpcCallableThrowsTachyonTException).
ClientContext - Class in tachyon.client
A shared context in each client JVM.
ClientHandler - Class in tachyon.client.netty
This handles all the messages received by the client channel.
ClientHandler() - Constructor for class tachyon.client.netty.ClientHandler
Creates a new ClientHandler.
ClientHandler.ResponseListener - Interface in tachyon.client.netty
The interface for listeners to implement to receive callbacks when messages are received.
ClientMetrics - Class in tachyon.worker
ClientMetrics is used to pass client metrics from client to worker by session heartbeat.
ClientMetrics() - Constructor for class tachyon.worker.ClientMetrics
Constructs new client metrics.
ClientPool - Class in tachyon.master
Keeps a collection of all clients (FileSystem) returned.
ClientRWLock - Class in tachyon.worker.block
Read/write lock associated with clients rather than threads.
ClientRWLock() - Constructor for class tachyon.worker.block.ClientRWLock
 
ClientUtils - Class in tachyon.client
Utilities class for Tachyon Client.
clone() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry.Builder
 
clone() - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
 
clone() - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
 
clone() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry.Builder
 
clone() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
 
clone() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
 
clone() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
 
clone() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
 
clone() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
 
clone() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
 
clone() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
 
clone() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry.Builder
 
clone() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
 
clone() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
 
clone() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
 
clone() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
 
clone() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
 
clone() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
 
clone() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
 
clone() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry.Builder
 
clone() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry.Builder
 
clone() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry.Builder
 
clone() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
 
clone() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
 
clone() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
 
clone() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry.Builder
 
cloneByteBuffer(ByteBuffer) - Static method in class tachyon.util.io.BufferUtils
Clones a ByteBuffer.
cloneByteBufferList(List<ByteBuffer>) - Static method in class tachyon.util.io.BufferUtils
Clones a list of ByteBuffers.
close() - Method in class tachyon.client.block.BufferedBlockInStream
 
close() - Method in class tachyon.client.block.LocalBlockInStream
 
close() - Method in class tachyon.client.block.LocalBlockOutStream
 
close() - Method in class tachyon.client.block.RemoteBlockInStream
 
close() - Method in class tachyon.client.block.RemoteBlockOutStream
 
close() - Method in class tachyon.client.block.UnderStoreBlockInStream
 
close() - Method in class tachyon.client.file.FileInStream
 
close() - Method in class tachyon.client.file.FileOutStream
 
close() - Method in class tachyon.client.keyvalue.ByteBufferKeyValuePartitionReader
 
close() - Method in class tachyon.client.lineage.DummyFileOutputStream
 
close() - Method in class tachyon.client.netty.NettyRemoteBlockReader
Release the underlying buffer of previous/current read response.
close() - Method in class tachyon.client.netty.NettyRemoteBlockWriter
 
close() - Method in class tachyon.ClientBase
Closes the connection with the remote permanently.
close() - Method in class tachyon.hadoop.HdfsFileInputStream
 
close() - Method in interface tachyon.heartbeat.HeartbeatExecutor
Cleans up any resources used by the heartbeat executor.
close() - Method in class tachyon.LeaderSelectorClient
 
close() - Method in class tachyon.master.ClientPool
 
close() - Method in interface tachyon.master.journal.JournalInputStream
Closes the stream.
close() - Method in interface tachyon.master.journal.JournalOutputStream
Closes the stream.
close() - Method in class tachyon.master.journal.JournalWriter
Closes the journal.
close() - Method in class tachyon.master.lineage.checkpoint.CheckpointSchedulingExcecutor
 
close() - Method in class tachyon.master.lineage.recompute.RecomputeExecutor
 
close() - Method in class tachyon.resource.ResourcePool
Closes the resource pool.
close() - Method in class tachyon.shell.TfsShell
 
close() - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
 
close() - Method in class tachyon.underfs.local.LocalUnderFileSystem
 
close() - Method in class tachyon.underfs.oss.OSSInputStream
 
close() - Method in class tachyon.underfs.oss.OSSOutputStream
Closes this output stream.
close() - Method in class tachyon.underfs.oss.OSSUnderFileSystem
 
close() - Method in class tachyon.underfs.s3.S3InputStream
 
close() - Method in class tachyon.underfs.s3.S3OutputStream
 
close() - Method in class tachyon.underfs.s3.S3UnderFileSystem
 
close() - Method in class tachyon.underfs.swift.SwiftOutputStream
 
close() - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
 
close() - Method in class tachyon.underfs.UnderFileSystem
Closes this under file system.
close() - Method in class tachyon.worker.block.BlockMasterSync
 
close() - Method in class tachyon.worker.block.io.LocalFileBlockReader
 
close() - Method in class tachyon.worker.block.io.LocalFileBlockWriter
 
close() - Method in class tachyon.worker.block.PinListSync
 
close() - Method in class tachyon.worker.DataServerMessage
Closes the message.
close() - Method in class tachyon.worker.netty.NettyDataServer
 
close() - Method in class tachyon.worker.nio.NIODataServer
 
collectInodes(TachyonURI) - Method in class tachyon.master.file.meta.InodeTree
 
Command - Class in tachyon.thrift
 
Command() - Constructor for class tachyon.thrift.Command
 
Command(CommandType, List<Long>) - Constructor for class tachyon.thrift.Command
 
Command(Command) - Constructor for class tachyon.thrift.Command
Performs a deep copy on other.
command - Variable in class tachyon.thrift.CommandLineJobInfo
 
Command._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
COMMAND_FORMAT_LS - Static variable in class tachyon.Constants
 
COMMAND_LINE_LINEAGE_ONLY - Static variable in class tachyon.exception.PreconditionMessage
 
CommandLineJob - Class in tachyon.job
A job that wraps a programmed run by command line.
CommandLineJob(String, JobConf) - Constructor for class tachyon.job.CommandLineJob
Constructor.
CommandLineJobInfo - Class in tachyon.thrift
 
CommandLineJobInfo() - Constructor for class tachyon.thrift.CommandLineJobInfo
 
CommandLineJobInfo(String, JobConfInfo) - Constructor for class tachyon.thrift.CommandLineJobInfo
 
CommandLineJobInfo(CommandLineJobInfo) - Constructor for class tachyon.thrift.CommandLineJobInfo
Performs a deep copy on other.
CommandLineJobInfo._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
commandOptions - Variable in class tachyon.thrift.FileSystemCommand
 
commandType - Variable in class tachyon.thrift.Command
 
CommandType - Enum in tachyon.thrift
 
commandType - Variable in class tachyon.thrift.FileSystemCommand
 
CommandUtils - Class in tachyon.shell.command
Common util methods for executing commands.
commit() - Method in class tachyon.security.login.AppLoginModule
Commits the authentication (second phase).
commit() - Method in class tachyon.security.login.TachyonLoginModule
Commits the authentication (second phase).
commitBlock(long, long, String, long, long) - Method in class tachyon.master.block.BlockMaster
Marks a block as committed on a specific worker.
commitBlock(long, long, String, long, long) - Method in class tachyon.master.block.BlockMasterWorkerServiceHandler
 
commitBlock(long, long, String, long, long, AsyncMethodCallback) - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncClient
 
commitBlock(long, long, String, long, long, AsyncMethodCallback) - Method in interface tachyon.thrift.BlockMasterWorkerService.AsyncIface
 
commitBlock() - Constructor for class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.commitBlock
 
commitBlock(long, long, String, long, long) - Method in class tachyon.thrift.BlockMasterWorkerService.Client
 
commitBlock(long, long, String, long, long) - Method in interface tachyon.thrift.BlockMasterWorkerService.Iface
Marks the given block as committed.
commitBlock() - Constructor for class tachyon.thrift.BlockMasterWorkerService.Processor.commitBlock
 
commitBlock(long, long) - Method in class tachyon.worker.block.BlockDataManager
Commits a block to Tachyon managed space.
commitBlock(long, long, String, long, long) - Method in class tachyon.worker.block.BlockMasterClient
Commits a block on a worker.
commitBlock(long, long) - Method in class tachyon.worker.block.TieredBlockStore
 
commitBlock_args() - Constructor for class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
 
commitBlock_args(long, long, String, long, long) - Constructor for class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
 
commitBlock_args(BlockMasterWorkerService.commitBlock_args) - Constructor for class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
Performs a deep copy on other.
commitBlock_call(long, long, String, long, long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockMasterWorkerService.AsyncClient.commitBlock_call
 
commitBlock_result() - Constructor for class tachyon.thrift.BlockMasterWorkerService.commitBlock_result
 
commitBlock_result(BlockMasterWorkerService.commitBlock_result) - Constructor for class tachyon.thrift.BlockMasterWorkerService.commitBlock_result
Performs a deep copy on other.
commitBlockInUFS(long, long) - Method in class tachyon.master.block.BlockMaster
Marks a block as committed, but without a worker location.
commitPath(StorageDir, long) - Static method in class tachyon.worker.block.meta.BlockMetaBase
Committed block is stored in BlockStore under its StorageDir as a block file named after its blockId.
commitTempBlockMeta(TempBlockMeta) - Method in class tachyon.worker.block.BlockMetadataManager
Commits a temp block.
CommonUtils - Class in tachyon.util
Common utilities shared by all components in Tachyon.
compareTo(KeyValuePair) - Method in class tachyon.client.keyvalue.KeyValuePair
Compares this key-value pair to another.
compareTo(TtlBucket) - Method in class tachyon.master.file.meta.TtlBucket
Compares this bucket's TTL interval start time to that of another bucket.
compareTo(TachyonURI) - Method in class tachyon.TachyonURI
 
compareTo(BlockInfo) - Method in class tachyon.thrift.BlockInfo
 
compareTo(BlockLocation) - Method in class tachyon.thrift.BlockLocation
 
compareTo(BlockMasterClientService.getBlockInfo_args) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
 
compareTo(BlockMasterClientService.getBlockInfo_result) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
 
compareTo(BlockMasterClientService.getCapacityBytes_args) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_args
 
compareTo(BlockMasterClientService.getCapacityBytes_result) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
 
compareTo(BlockMasterClientService.getUsedBytes_args) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_args
 
compareTo(BlockMasterClientService.getUsedBytes_result) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
 
compareTo(BlockMasterClientService.getWorkerInfoList_args) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args
 
compareTo(BlockMasterClientService.getWorkerInfoList_result) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
 
compareTo(BlockMasterWorkerService.commitBlock_args) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
 
compareTo(BlockMasterWorkerService.commitBlock_result) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_result
 
compareTo(BlockMasterWorkerService.getWorkerId_args) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
 
compareTo(BlockMasterWorkerService.getWorkerId_result) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
 
compareTo(BlockMasterWorkerService.heartbeat_args) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
compareTo(BlockMasterWorkerService.heartbeat_result) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
 
compareTo(BlockMasterWorkerService.registerWorker_args) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
compareTo(BlockMasterWorkerService.registerWorker_result) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
 
compareTo(BlockWorkerClientService.accessBlock_args) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
 
compareTo(BlockWorkerClientService.accessBlock_result) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_result
 
compareTo(BlockWorkerClientService.asyncCheckpoint_args) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
 
compareTo(BlockWorkerClientService.asyncCheckpoint_result) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
 
compareTo(BlockWorkerClientService.cacheBlock_args) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
 
compareTo(BlockWorkerClientService.cacheBlock_result) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
 
compareTo(BlockWorkerClientService.cancelBlock_args) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
 
compareTo(BlockWorkerClientService.cancelBlock_result) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
 
compareTo(BlockWorkerClientService.lockBlock_args) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
 
compareTo(BlockWorkerClientService.lockBlock_result) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
 
compareTo(BlockWorkerClientService.promoteBlock_args) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
 
compareTo(BlockWorkerClientService.promoteBlock_result) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
compareTo(BlockWorkerClientService.requestBlockLocation_args) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
 
compareTo(BlockWorkerClientService.requestBlockLocation_result) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
compareTo(BlockWorkerClientService.requestSpace_args) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
 
compareTo(BlockWorkerClientService.requestSpace_result) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
 
compareTo(BlockWorkerClientService.sessionHeartbeat_args) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
 
compareTo(BlockWorkerClientService.sessionHeartbeat_result) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result
 
compareTo(BlockWorkerClientService.unlockBlock_args) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
 
compareTo(BlockWorkerClientService.unlockBlock_result) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
 
compareTo(Command) - Method in class tachyon.thrift.Command
 
compareTo(CommandLineJobInfo) - Method in class tachyon.thrift.CommandLineJobInfo
 
compareTo(CompleteFileTOptions) - Method in class tachyon.thrift.CompleteFileTOptions
 
compareTo(CreateDirectoryTOptions) - Method in class tachyon.thrift.CreateDirectoryTOptions
 
compareTo(CreateFileTOptions) - Method in class tachyon.thrift.CreateFileTOptions
 
compareTo(DependencyInfo) - Method in class tachyon.thrift.DependencyInfo
 
compareTo(FileBlockInfo) - Method in class tachyon.thrift.FileBlockInfo
 
compareTo(FileInfo) - Method in class tachyon.thrift.FileInfo
 
compareTo(FileSystemCommand) - Method in class tachyon.thrift.FileSystemCommand
 
compareTo(FileSystemCommandOptions) - Method in class tachyon.thrift.FileSystemCommandOptions
 
compareTo(FileSystemMasterClientService.completeFile_args) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
 
compareTo(FileSystemMasterClientService.completeFile_result) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
 
compareTo(FileSystemMasterClientService.createDirectory_args) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
 
compareTo(FileSystemMasterClientService.createDirectory_result) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
 
compareTo(FileSystemMasterClientService.createFile_args) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
 
compareTo(FileSystemMasterClientService.createFile_result) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
 
compareTo(FileSystemMasterClientService.free_args) - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
 
compareTo(FileSystemMasterClientService.free_result) - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
 
compareTo(FileSystemMasterClientService.getFileBlockInfoList_args) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
 
compareTo(FileSystemMasterClientService.getFileBlockInfoList_result) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
 
compareTo(FileSystemMasterClientService.getNewBlockIdForFile_args) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
 
compareTo(FileSystemMasterClientService.getNewBlockIdForFile_result) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
 
compareTo(FileSystemMasterClientService.getStatus_args) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
 
compareTo(FileSystemMasterClientService.getStatus_result) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
 
compareTo(FileSystemMasterClientService.getStatusInternal_args) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
 
compareTo(FileSystemMasterClientService.getStatusInternal_result) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
 
compareTo(FileSystemMasterClientService.getUfsAddress_args) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args
 
compareTo(FileSystemMasterClientService.getUfsAddress_result) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
 
compareTo(FileSystemMasterClientService.listStatus_args) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
 
compareTo(FileSystemMasterClientService.listStatus_result) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
 
compareTo(FileSystemMasterClientService.loadMetadata_args) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
 
compareTo(FileSystemMasterClientService.loadMetadata_result) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
compareTo(FileSystemMasterClientService.mount_args) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
 
compareTo(FileSystemMasterClientService.mount_result) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
 
compareTo(FileSystemMasterClientService.remove_args) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
 
compareTo(FileSystemMasterClientService.remove_result) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
 
compareTo(FileSystemMasterClientService.rename_args) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
 
compareTo(FileSystemMasterClientService.rename_result) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
 
compareTo(FileSystemMasterClientService.scheduleAsyncPersist_args) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
 
compareTo(FileSystemMasterClientService.scheduleAsyncPersist_result) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
 
compareTo(FileSystemMasterClientService.setAcl_args) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
 
compareTo(FileSystemMasterClientService.setAcl_result) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
 
compareTo(FileSystemMasterClientService.setAttribute_args) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
 
compareTo(FileSystemMasterClientService.setAttribute_result) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_result
 
compareTo(FileSystemMasterClientService.unmount_args) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
 
compareTo(FileSystemMasterClientService.unmount_result) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
 
compareTo(FileSystemMasterWorkerService.getFileInfo_args) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
 
compareTo(FileSystemMasterWorkerService.getFileInfo_result) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
 
compareTo(FileSystemMasterWorkerService.getPinIdList_args) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args
 
compareTo(FileSystemMasterWorkerService.getPinIdList_result) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
 
compareTo(FileSystemMasterWorkerService.heartbeat_args) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
 
compareTo(FileSystemMasterWorkerService.heartbeat_result) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
 
compareTo(JobConfInfo) - Method in class tachyon.thrift.JobConfInfo
 
compareTo(KeyValueMasterClientService.completePartition_args) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
 
compareTo(KeyValueMasterClientService.completePartition_result) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
 
compareTo(KeyValueMasterClientService.completeStore_args) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
 
compareTo(KeyValueMasterClientService.completeStore_result) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
 
compareTo(KeyValueMasterClientService.createStore_args) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
 
compareTo(KeyValueMasterClientService.createStore_result) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
 
compareTo(KeyValueMasterClientService.deleteStore_args) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
 
compareTo(KeyValueMasterClientService.deleteStore_result) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
 
compareTo(KeyValueMasterClientService.getPartitionInfo_args) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
 
compareTo(KeyValueMasterClientService.getPartitionInfo_result) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
 
compareTo(KeyValueMasterClientService.mergeStore_args) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
 
compareTo(KeyValueMasterClientService.mergeStore_result) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
 
compareTo(KeyValueWorkerClientService.get_args) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
 
compareTo(KeyValueWorkerClientService.get_result) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
compareTo(KeyValueWorkerClientService.getNextKeys_args) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
 
compareTo(KeyValueWorkerClientService.getNextKeys_result) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
compareTo(KeyValueWorkerClientService.getSize_args) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
 
compareTo(KeyValueWorkerClientService.getSize_result) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
compareTo(LineageInfo) - Method in class tachyon.thrift.LineageInfo
 
compareTo(LineageMasterClientService.createLineage_args) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
 
compareTo(LineageMasterClientService.createLineage_result) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
 
compareTo(LineageMasterClientService.deleteLineage_args) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
 
compareTo(LineageMasterClientService.deleteLineage_result) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
 
compareTo(LineageMasterClientService.getLineageInfoList_args) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_args
 
compareTo(LineageMasterClientService.getLineageInfoList_result) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
 
compareTo(LineageMasterClientService.reinitializeFile_args) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
 
compareTo(LineageMasterClientService.reinitializeFile_result) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
 
compareTo(LineageMasterClientService.reportLostFile_args) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
 
compareTo(LineageMasterClientService.reportLostFile_result) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
 
compareTo(LockBlockResult) - Method in class tachyon.thrift.LockBlockResult
 
compareTo(PartitionInfo) - Method in class tachyon.thrift.PartitionInfo
 
compareTo(PersistCommandOptions) - Method in class tachyon.thrift.PersistCommandOptions
 
compareTo(PersistFile) - Method in class tachyon.thrift.PersistFile
 
compareTo(RpcOptions) - Method in class tachyon.thrift.RpcOptions
 
compareTo(SetAclTOptions) - Method in class tachyon.thrift.SetAclTOptions
 
compareTo(SetAttributeTOptions) - Method in class tachyon.thrift.SetAttributeTOptions
 
compareTo(TachyonService.getServiceVersion_args) - Method in class tachyon.thrift.TachyonService.getServiceVersion_args
 
compareTo(TachyonService.getServiceVersion_result) - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
 
compareTo(TachyonTException) - Method in exception tachyon.thrift.TachyonTException
 
compareTo(ThriftIOException) - Method in exception tachyon.thrift.ThriftIOException
 
compareTo(WorkerInfo) - Method in class tachyon.thrift.WorkerInfo
 
compareTo(WorkerNetAddress) - Method in class tachyon.thrift.WorkerNetAddress
 
compareTo(WebInterfaceWorkersServlet.NodeInfo) - Method in class tachyon.web.WebInterfaceWorkersServlet.NodeInfo
Compare WebInterfaceWorkersServlet.NodeInfo by lexicographical order of their associated host
complete(long) - Method in class tachyon.master.file.meta.InodeFile
Completes the file.
COMPLETE_FILE_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
 
COMPLETE_PARTITION_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
 
COMPLETE_STORE_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
 
completeAllLogs() - Method in class tachyon.master.journal.JournalWriter
Marks all logs as completed.
COMPLETED_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeFileEntry
 
completeFile(TachyonURI, CompleteFileOptions) - Method in class tachyon.client.file.FileSystemMasterClient
Marks a file as completed.
completeFile(TachyonURI, CompleteFileOptions) - Method in class tachyon.master.file.FileSystemMaster
Completes a file.
completeFile(String, CompleteFileTOptions) - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
 
completeFile(String, CompleteFileTOptions, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient
 
completeFile(String, CompleteFileTOptions, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterClientService.AsyncIface
 
completeFile() - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.completeFile
 
completeFile(String, CompleteFileTOptions) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
completeFile(String, CompleteFileTOptions) - Method in interface tachyon.thrift.FileSystemMasterClientService.Iface
Marks a file as completed.
completeFile() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor.completeFile
 
completeFile_args() - Constructor for class tachyon.thrift.FileSystemMasterClientService.completeFile_args
 
completeFile_args(String, CompleteFileTOptions) - Constructor for class tachyon.thrift.FileSystemMasterClientService.completeFile_args
 
completeFile_args(FileSystemMasterClientService.completeFile_args) - Constructor for class tachyon.thrift.FileSystemMasterClientService.completeFile_args
Performs a deep copy on other.
completeFile_call(String, CompleteFileTOptions, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.completeFile_call
 
completeFile_result() - Constructor for class tachyon.thrift.FileSystemMasterClientService.completeFile_result
 
completeFile_result(TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterClientService.completeFile_result
 
completeFile_result(FileSystemMasterClientService.completeFile_result) - Constructor for class tachyon.thrift.FileSystemMasterClientService.completeFile_result
Performs a deep copy on other.
CompleteFileOptions - Class in tachyon.client.file.options
The method option for completing a file.
CompleteFileOptions - Class in tachyon.master.file.options
Method option for completing a file.
CompleteFileOptions(CompleteFileTOptions) - Constructor for class tachyon.master.file.options.CompleteFileOptions
Creates a new instance of CompleteFileOptions from CompleteFileOptions.
CompleteFileOptions.Builder - Class in tachyon.master.file.options
Builder for CompleteFileOptions.
CompleteFileTOptions - Class in tachyon.thrift
 
CompleteFileTOptions() - Constructor for class tachyon.thrift.CompleteFileTOptions
 
CompleteFileTOptions(CompleteFileTOptions) - Constructor for class tachyon.thrift.CompleteFileTOptions
Performs a deep copy on other.
CompleteFileTOptions._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
completePartition(TachyonURI, PartitionInfo) - Method in class tachyon.client.keyvalue.KeyValueMasterClient
Marks a partition complete and adds it to an incomplete key-value store.
completePartition(TachyonURI, PartitionInfo) - Method in class tachyon.master.keyvalue.KeyValueMaster
Marks a partition complete and adds it to an incomplete key-value store.
completePartition(String, PartitionInfo) - Method in class tachyon.master.keyvalue.KeyValueMasterClientServiceHandler
 
completePartition(String, PartitionInfo, AsyncMethodCallback) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncClient
 
completePartition(String, PartitionInfo, AsyncMethodCallback) - Method in interface tachyon.thrift.KeyValueMasterClientService.AsyncIface
 
completePartition() - Constructor for class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.completePartition
 
completePartition(String, PartitionInfo) - Method in class tachyon.thrift.KeyValueMasterClientService.Client
 
completePartition(String, PartitionInfo) - Method in interface tachyon.thrift.KeyValueMasterClientService.Iface
Marks a partition complete and adds it to the store.
completePartition() - Constructor for class tachyon.thrift.KeyValueMasterClientService.Processor.completePartition
 
completePartition_args() - Constructor for class tachyon.thrift.KeyValueMasterClientService.completePartition_args
 
completePartition_args(String, PartitionInfo) - Constructor for class tachyon.thrift.KeyValueMasterClientService.completePartition_args
 
completePartition_args(KeyValueMasterClientService.completePartition_args) - Constructor for class tachyon.thrift.KeyValueMasterClientService.completePartition_args
Performs a deep copy on other.
completePartition_call(String, PartitionInfo, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.KeyValueMasterClientService.AsyncClient.completePartition_call
 
completePartition_result() - Constructor for class tachyon.thrift.KeyValueMasterClientService.completePartition_result
 
completePartition_result(TachyonTException) - Constructor for class tachyon.thrift.KeyValueMasterClientService.completePartition_result
 
completePartition_result(KeyValueMasterClientService.completePartition_result) - Constructor for class tachyon.thrift.KeyValueMasterClientService.completePartition_result
Performs a deep copy on other.
completeStore(TachyonURI) - Method in class tachyon.client.keyvalue.KeyValueMasterClient
Marks a key-value store complete.
completeStore(TachyonURI) - Method in class tachyon.master.keyvalue.KeyValueMaster
Marks a key-value store complete.
completeStore(String) - Method in class tachyon.master.keyvalue.KeyValueMasterClientServiceHandler
 
completeStore(String, AsyncMethodCallback) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncClient
 
completeStore(String, AsyncMethodCallback) - Method in interface tachyon.thrift.KeyValueMasterClientService.AsyncIface
 
completeStore() - Constructor for class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.completeStore
 
completeStore(String) - Method in class tachyon.thrift.KeyValueMasterClientService.Client
 
completeStore(String) - Method in interface tachyon.thrift.KeyValueMasterClientService.Iface
Marks a store complete with its filesystem path.
completeStore() - Constructor for class tachyon.thrift.KeyValueMasterClientService.Processor.completeStore
 
completeStore_args() - Constructor for class tachyon.thrift.KeyValueMasterClientService.completeStore_args
 
completeStore_args(String) - Constructor for class tachyon.thrift.KeyValueMasterClientService.completeStore_args
 
completeStore_args(KeyValueMasterClientService.completeStore_args) - Constructor for class tachyon.thrift.KeyValueMasterClientService.completeStore_args
Performs a deep copy on other.
completeStore_call(String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.KeyValueMasterClientService.AsyncClient.completeStore_call
 
completeStore_result() - Constructor for class tachyon.thrift.KeyValueMasterClientService.completeStore_result
 
completeStore_result(TachyonTException) - Constructor for class tachyon.thrift.KeyValueMasterClientService.completeStore_result
 
completeStore_result(KeyValueMasterClientService.completeStore_result) - Constructor for class tachyon.thrift.KeyValueMasterClientService.completeStore_result
Performs a deep copy on other.
concatPath(Object, Object...) - Static method in class tachyon.util.io.PathUtils
Joins each element in paths in order, separated by TachyonURI.SEPARATOR.
conf - Variable in class tachyon.thrift.CommandLineJobInfo
 
ConfUtils - Class in tachyon.hadoop
Utility class for TachyonConf
connect() - Method in class tachyon.client.worker.BlockWorkerClient
Connects to the worker.
connect() - Method in class tachyon.ClientBase
Connects with the remote.
connectFromMaster(TachyonConf, String) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
 
connectFromMaster(TachyonConf, String) - Method in class tachyon.underfs.local.LocalUnderFileSystem
 
connectFromMaster(TachyonConf, String) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
 
connectFromMaster(TachyonConf, String) - Method in class tachyon.underfs.s3.S3UnderFileSystem
 
connectFromMaster(TachyonConf, String) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
 
connectFromMaster(TachyonConf, String) - Method in class tachyon.underfs.UnderFileSystem
Takes any necessary actions required to establish a connection to the under file system from the given master host e.g.
connectFromWorker(TachyonConf, String) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
 
connectFromWorker(TachyonConf, String) - Method in class tachyon.underfs.local.LocalUnderFileSystem
 
connectFromWorker(TachyonConf, String) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
 
connectFromWorker(TachyonConf, String) - Method in class tachyon.underfs.s3.S3UnderFileSystem
 
connectFromWorker(TachyonConf, String) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
 
connectFromWorker(TachyonConf, String) - Method in class tachyon.underfs.UnderFileSystem
Takes any necessary actions required to establish a connection to the under file system from the given worker host e.g.
ConnectionFailedException - Exception in tachyon.exception
Exception used when a network connection failure occurs.
ConnectionFailedException(String) - Constructor for exception tachyon.exception.ConnectionFailedException
Constructs a new exception with the specified detail message.
ConnectionFailedException(String, Throwable) - Constructor for exception tachyon.exception.ConnectionFailedException
Constructs a new exception with the specified detail message and cause.
ConnectionFailedException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.ConnectionFailedException
Constructs a new exception with the specified exception message and multiple parameters.
ConnectionFailedException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.ConnectionFailedException
Constructs a new exception with the specified exception message, the cause and multiple parameters.
ConsoleSink - Class in tachyon.metrics.sink
A sink which outputs metric values to the console.
ConsoleSink(Properties, MetricRegistry) - Constructor for class tachyon.metrics.sink.ConsoleSink
Creates a new ConsoleSink with a Properties and MetricRegistry.
Constants - Class in tachyon
System wide constants
CONTAINER_ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
 
ContainerIdGenerable - Interface in tachyon.master.block
Provides generation of container IDs.
contains(T) - Method in class tachyon.collections.DirectedAcyclicGraph
Checks if a node with the given payload is in the DAG.
contains(IndexedSet.FieldIndex<T>, Object) - Method in class tachyon.collections.IndexedSet
Whether there is an object with the specified field value in the set.
containsKey(String) - Method in class tachyon.conf.TachyonConf
Checks if the Properties contains the given key.
containsWildcard() - Method in class tachyon.TachyonURI
Whether or not the TachyonURI contains wildcard(s).
convertMsToDate(long) - Static method in class tachyon.shell.command.CommandUtils
Converts a millisecond number to a formatted date String.
CopyFromLocalCommand - Class in tachyon.shell.command
Copies the specified file specified by "source path" to the path specified by "remote path".
CopyFromLocalCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.CopyFromLocalCommand
 
CopyToLocalCommand - Class in tachyon.shell.command
Copies a file or a directory from the Tachyon filesystem to the local filesystem.
CopyToLocalCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.CopyToLocalCommand
 
CountCommand - Class in tachyon.shell.command
Displays the number of folders and files matching the specified prefix in args.
CountCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.CountCommand
 
CountingRetry - Class in tachyon.retry
An option which allows retrying based on maximum count.
CountingRetry(int) - Constructor for class tachyon.retry.CountingRetry
Constructs a retry facility which allows max number of retries.
create(TachyonURI) - Method in class tachyon.client.keyvalue.BaseKeyValueStores
 
create(TachyonURI) - Static method in class tachyon.client.keyvalue.KeyValuePartitionReader.Factory
Factory method to create a KeyValuePartitionReader given the TachyonURI of a key-value partition.
create(long) - Static method in class tachyon.client.keyvalue.KeyValuePartitionReader.Factory
Factory method to create a KeyValuePartitionReader given the block id of a key-value partition.
create(TachyonURI) - Static method in class tachyon.client.keyvalue.KeyValuePartitionWriter.Factory
Factory method to create a KeyValuePartitionWriter instance that writes key-value data to a new partition file in Tachyon.
create(TachyonURI) - Method in interface tachyon.client.keyvalue.KeyValueStores
Gets a writer to create a new key-value store.
create() - Static method in class tachyon.client.keyvalue.KeyValueStores.Factory
 
create(TachyonConf) - Static method in class tachyon.client.RemoteBlockReader.Factory
Factory for RemoteBlockReader.
create(TachyonConf) - Static method in class tachyon.client.RemoteBlockWriter.Factory
Factory for RemoteBlockWriter.
create(TachyonURI, CreateFileOptions) - Method in class tachyon.master.file.FileSystemMaster
Creates a file (not a directory) for a given path.
create(TachyonConf) - Static method in class tachyon.master.journal.JournalFormatter.Factory
Factory method for JournalFormatter.
create(List<? extends Master>, String) - Method in class tachyon.master.keyvalue.KeyValueMasterFactory
 
create(TachyonConf, LineageStoreView, FileSystemMasterView) - Static method in class tachyon.master.lineage.checkpoint.CheckpointPlanner.Factory
 
create() - Static method in class tachyon.master.LocalTachyonMaster
Creates a new local tachyon master with a isolated home and port.
create(String) - Static method in class tachyon.master.LocalTachyonMaster
Creates a new local tachyon master with a isolated port.
create(List<? extends Master>, String) - Method in interface tachyon.master.MasterFactory
Factory method to create a new master instance.
create() - Static method in class tachyon.master.TachyonMaster.Factory
 
create(AuthType, TachyonConf) - Static method in class tachyon.security.authentication.AuthenticationProvider.Factory
 
create(String, TachyonConf, Object) - Method in class tachyon.underfs.glusterfs.GlusterFSUnderFileSystemFactory
 
create(String) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
 
create(String, int) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
Creates a new file.
create(String, short, int) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
 
create(String, TachyonConf, Object) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystemFactory
 
create(String) - Method in class tachyon.underfs.local.LocalUnderFileSystem
 
create(String, int) - Method in class tachyon.underfs.local.LocalUnderFileSystem
 
create(String, short, int) - Method in class tachyon.underfs.local.LocalUnderFileSystem
 
create(String, TachyonConf, Object) - Method in class tachyon.underfs.local.LocalUnderFileSystemFactory
 
create(String) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
 
create(String, int) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
 
create(String, short, int) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
 
create(String, TachyonConf, Object) - Method in class tachyon.underfs.oss.OSSUnderFileSystemFactory
 
create(String) - Method in class tachyon.underfs.s3.S3UnderFileSystem
 
create(String, int) - Method in class tachyon.underfs.s3.S3UnderFileSystem
 
create(String, short, int) - Method in class tachyon.underfs.s3.S3UnderFileSystem
 
create(String, TachyonConf, Object) - Method in class tachyon.underfs.s3.S3UnderFileSystemFactory
 
create(String) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
 
create(String, int) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
 
create(String, short, int) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
 
create(String, TachyonConf, Object) - Method in class tachyon.underfs.swift.SwiftUnderFileSystemFactory
 
create(String) - Method in class tachyon.underfs.UnderFileSystem
Creates a file in the under file system with the indicated name.
create(String, int) - Method in class tachyon.underfs.UnderFileSystem
Creates a file in the under file system with the indicated name and block size.
create(String, short, int) - Method in class tachyon.underfs.UnderFileSystem
Creates a file in the under file system with the indicated name, replication number and block size.
create(String, TachyonConf, Object) - Method in interface tachyon.underfs.UnderFileSystemFactory
Creates a new client for accessing the given path.
create(String, TachyonConf, Object) - Static method in class tachyon.underfs.UnderFileSystemRegistry
Creates a client for operations involved with the under file system.
create(TachyonConf, BlockMetadataManagerView) - Static method in class tachyon.worker.block.allocator.Allocator.Factory
Factory for Allocator.
create(TachyonConf, BlockMetadataManagerView, Allocator) - Static method in class tachyon.worker.block.evictor.Evictor.Factory
Factory for Evictor.
create(InetSocketAddress, BlockDataManager, TachyonConf) - Static method in class tachyon.worker.DataServer.Factory
Factory for DataServer.
create(List<? extends Worker>) - Method in class tachyon.worker.keyvalue.KeyValueWorkerFactory
 
create(List<? extends Worker>) - Method in interface tachyon.worker.WorkerFactory
Factory method to create a new worker instance.
CREATE_STORE_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
 
createBlock(long, long, String, long) - Method in class tachyon.worker.block.BlockDataManager
Creates a block in Tachyon managed space.
createBlockId(long, long) - Static method in class tachyon.master.block.BlockId
 
createBlockMeta(long, long, BlockStoreLocation, long) - Method in class tachyon.worker.block.TieredBlockStore
 
createBlockPath(String) - Static method in class tachyon.util.io.FileUtils
Creates the local block path and all the parent directories.
createBlockRemote(long, long, String, long) - Method in class tachyon.worker.block.BlockDataManager
Creates a block.
createBlockRequestMessage() - Static method in class tachyon.worker.DataServerMessage
Creates a default block request message, just allocates the message header, and no attribute is set.
createBlockRequestMessage(long, long, long, long, long) - Static method in class tachyon.worker.DataServerMessage
Creates a block request message for a part of the block by the block id, the offset and the length.
createBlockResponseMessage(boolean, long, ByteBuffer) - Static method in class tachyon.worker.DataServerMessage
Creates a block response message specified by the block's id.
createBlockResponseMessage(boolean, long, long, long, ByteBuffer) - Static method in class tachyon.worker.DataServerMessage
Creates a block response message specified by the block's id, the offset and the length.
createByteFile(FileSystem, String, int, CreateFileOptions) - Static method in class tachyon.client.TachyonFSTestUtils
Creates a simple file with len bytes.
createByteFile(FileSystem, String, WriteType, int) - Static method in class tachyon.client.TachyonFSTestUtils
Creates a simple file with len bytes.
createByteFile(FileSystem, TachyonURI, WriteType, int) - Static method in class tachyon.client.TachyonFSTestUtils
Creates a simple file with len bytes.
createByteFile(FileSystem, TachyonURI, CreateFileOptions, int) - Static method in class tachyon.client.TachyonFSTestUtils
Creates a simple file with len bytes.
createByteFile(FileSystem, String, WriteType, int, long) - Static method in class tachyon.client.TachyonFSTestUtils
Creates a simple file with len bytes.
createClientBootstrap(ClientHandler) - Static method in class tachyon.client.netty.NettyClient
Creates and returns a new Netty client bootstrap for clients to connect to remote servers.
createDir(String) - Static method in class tachyon.util.io.FileUtils
Creates an empty directory and its intermediate directories if necessary.
createDirectory(TachyonURI) - Method in class tachyon.client.file.BaseFileSystem
 
createDirectory(TachyonURI, CreateDirectoryOptions) - Method in class tachyon.client.file.BaseFileSystem
 
createDirectory(TachyonURI) - Method in interface tachyon.client.file.FileSystem
Convenience method for FileSystem.createDirectory(TachyonURI, CreateDirectoryOptions) with default options.
createDirectory(TachyonURI, CreateDirectoryOptions) - Method in interface tachyon.client.file.FileSystem
Creates a directory.
createDirectory(TachyonURI, CreateDirectoryOptions) - Method in class tachyon.client.file.FileSystemMasterClient
Creates a new directory.
createDirectory(String, CreateDirectoryTOptions) - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
 
createDirectory(String, CreateDirectoryTOptions, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient
 
createDirectory(String, CreateDirectoryTOptions, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterClientService.AsyncIface
 
createDirectory() - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.createDirectory
 
createDirectory(String, CreateDirectoryTOptions) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
createDirectory(String, CreateDirectoryTOptions) - Method in interface tachyon.thrift.FileSystemMasterClientService.Iface
Creates a directory.
createDirectory() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor.createDirectory
 
createDirectory_args() - Constructor for class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
 
createDirectory_args(String, CreateDirectoryTOptions) - Constructor for class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
 
createDirectory_args(FileSystemMasterClientService.createDirectory_args) - Constructor for class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
Performs a deep copy on other.
createDirectory_call(String, CreateDirectoryTOptions, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.createDirectory_call
 
createDirectory_result() - Constructor for class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
 
createDirectory_result(TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
 
createDirectory_result(FileSystemMasterClientService.createDirectory_result) - Constructor for class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
Performs a deep copy on other.
CreateDirectoryOptions - Class in tachyon.client.file.options
Method options for creating a directory.
CreateDirectoryOptions - Class in tachyon.master.file.options
Method option for creating a directory.
CreateDirectoryOptions(CreateDirectoryTOptions) - Constructor for class tachyon.master.file.options.CreateDirectoryOptions
Creates a new instance of CreateDirectoryOptions from CreateDirectoryTOptions.
CreateDirectoryOptions.Builder - Class in tachyon.master.file.options
CreateDirectoryTOptions - Class in tachyon.thrift
 
CreateDirectoryTOptions() - Constructor for class tachyon.thrift.CreateDirectoryTOptions
 
CreateDirectoryTOptions(CreateDirectoryTOptions) - Constructor for class tachyon.thrift.CreateDirectoryTOptions
Performs a deep copy on other.
CreateDirectoryTOptions._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
createEmptyIndex() - Static method in class tachyon.client.keyvalue.LinearProbingIndex
 
createErrorResponse(RPCBlockReadRequest, RPCResponse.Status) - Static method in class tachyon.network.protocol.RPCBlockReadResponse
Creates a RPCBlockReadResponse object that indicates an error for the given RPCBlockReadRequest.
createErrorResponse(RPCBlockWriteRequest, RPCResponse.Status) - Static method in class tachyon.network.protocol.RPCBlockWriteResponse
Creates a RPCBlockWriteResponse object that indicates an error for the given RPCBlockWriteRequest.
createEventLoop(ChannelType, int, String, boolean) - Static method in class tachyon.util.network.NettyUtils
Creates a Netty EventLoopGroup based on ChannelType.
createFile(TachyonURI) - Method in class tachyon.client.file.BaseFileSystem
 
createFile(TachyonURI, CreateFileOptions) - Method in class tachyon.client.file.BaseFileSystem
 
createFile(TachyonURI) - Method in interface tachyon.client.file.FileSystem
Convenience method for FileSystem.createFile(TachyonURI, CreateFileOptions) with default options.
createFile(TachyonURI, CreateFileOptions) - Method in interface tachyon.client.file.FileSystem
Creates a file.
createFile(TachyonURI, CreateFileOptions) - Method in class tachyon.client.file.FileSystemMasterClient
Creates a new file.
createFile(TachyonURI, CreateFileOptions) - Method in class tachyon.client.lineage.LineageFileSystem
Gets the output stream for lineage job.
createFile(String, CreateFileTOptions) - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
 
createFile(String, CreateFileTOptions, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient
 
createFile(String, CreateFileTOptions, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterClientService.AsyncIface
 
createFile() - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.createFile
 
createFile(String, CreateFileTOptions) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
createFile(String, CreateFileTOptions) - Method in interface tachyon.thrift.FileSystemMasterClientService.Iface
Creates a file.
createFile() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor.createFile
 
createFile(String) - Static method in class tachyon.util.io.FileUtils
Creates an empty file and its intermediate directories if necessary.
createFile_args() - Constructor for class tachyon.thrift.FileSystemMasterClientService.createFile_args
 
createFile_args(String, CreateFileTOptions) - Constructor for class tachyon.thrift.FileSystemMasterClientService.createFile_args
 
createFile_args(FileSystemMasterClientService.createFile_args) - Constructor for class tachyon.thrift.FileSystemMasterClientService.createFile_args
Performs a deep copy on other.
createFile_call(String, CreateFileTOptions, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.createFile_call
 
createFile_result() - Constructor for class tachyon.thrift.FileSystemMasterClientService.createFile_result
 
createFile_result(TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.FileSystemMasterClientService.createFile_result
 
createFile_result(FileSystemMasterClientService.createFile_result) - Constructor for class tachyon.thrift.FileSystemMasterClientService.createFile_result
Performs a deep copy on other.
createFileId(long) - Static method in class tachyon.util.IdUtils
Creates an id for a file based on the given id of the container.
CreateFileOptions - Class in tachyon.client.file.options
Method options for creating a file.
CreateFileOptions - Class in tachyon.master.file.options
Method option for creating a file.
CreateFileOptions(CreateFileTOptions) - Constructor for class tachyon.master.file.options.CreateFileOptions
Creates a new instance of CreateFileOptions from CreateFileTOptions.
CreateFileOptions.Builder - Class in tachyon.master.file.options
Builder for CreateFileOptions.
createFiles() - Static method in class tachyon.examples.Performance
Creates the files for this example.
CreateFileTOptions - Class in tachyon.thrift
 
CreateFileTOptions() - Constructor for class tachyon.thrift.CreateFileTOptions
 
CreateFileTOptions(CreateFileTOptions) - Constructor for class tachyon.thrift.CreateFileTOptions
Performs a deep copy on other.
CreateFileTOptions._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
createFrameDecoder() - Static method in class tachyon.network.protocol.RPCMessage
Creates a decoder that splits up the incoming ByteBuf into new ByteBuf's according to a length field in the input.
createGroupAction(short) - Static method in class tachyon.security.authorization.FileSystemPermission
 
createLineage(List<TachyonURI>, List<TachyonURI>, Job, CreateLineageOptions) - Method in class tachyon.client.lineage.AbstractLineageClient
 
createLineage(List<String>, List<String>, CommandLineJob) - Method in class tachyon.client.lineage.LineageMasterClient
Creates a lineage.
createLineage(List<TachyonURI>, List<TachyonURI>, Job) - Method in class tachyon.client.lineage.TachyonLineage
createLineage(List<TachyonURI>, List<TachyonURI>, Job) - Method in class tachyon.master.lineage.LineageMaster
Creates a lineage.
createLineage(List<String>, List<String>, CommandLineJobInfo) - Method in class tachyon.master.lineage.LineageMasterClientServiceHandler
 
createLineage(List<Long>, List<Long>, Job) - Method in class tachyon.master.lineage.meta.LineageStore
Creates a lineage.
createLineage(List<String>, List<String>, CommandLineJobInfo, AsyncMethodCallback) - Method in class tachyon.thrift.LineageMasterClientService.AsyncClient
 
createLineage(List<String>, List<String>, CommandLineJobInfo, AsyncMethodCallback) - Method in interface tachyon.thrift.LineageMasterClientService.AsyncIface
 
createLineage() - Constructor for class tachyon.thrift.LineageMasterClientService.AsyncProcessor.createLineage
 
createLineage(List<String>, List<String>, CommandLineJobInfo) - Method in class tachyon.thrift.LineageMasterClientService.Client
 
createLineage(List<String>, List<String>, CommandLineJobInfo) - Method in interface tachyon.thrift.LineageMasterClientService.Iface
Creates a lineage and returns the lineage id.
createLineage() - Constructor for class tachyon.thrift.LineageMasterClientService.Processor.createLineage
 
createLineage_args() - Constructor for class tachyon.thrift.LineageMasterClientService.createLineage_args
 
createLineage_args(List<String>, List<String>, CommandLineJobInfo) - Constructor for class tachyon.thrift.LineageMasterClientService.createLineage_args
 
createLineage_args(LineageMasterClientService.createLineage_args) - Constructor for class tachyon.thrift.LineageMasterClientService.createLineage_args
Performs a deep copy on other.
createLineage_call(List<String>, List<String>, CommandLineJobInfo, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.LineageMasterClientService.AsyncClient.createLineage_call
 
createLineage_result() - Constructor for class tachyon.thrift.LineageMasterClientService.createLineage_result
 
createLineage_result(long, TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.LineageMasterClientService.createLineage_result
 
createLineage_result(LineageMasterClientService.createLineage_result) - Constructor for class tachyon.thrift.LineageMasterClientService.createLineage_result
Performs a deep copy on other.
CreateLineageCommand - Class in tachyon.shell.command
Creates a lineage for the given input files, output files, and command line job.
CreateLineageCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.CreateLineageCommand
 
CreateLineageOptions - Class in tachyon.client.lineage.options
Method option for creating lineage.
createNewClassInstance(Class<T>, Class<?>[], Object[]) - Static method in class tachyon.util.CommonUtils
Creates new instance of a class by calling a constructor that receives ctorClassArgs arguments.
createNewResource() - Method in class tachyon.resource.ResourcePool
Creates a new resource which will be added to the resource pool after the user is done using it.
createNewSession(long) - Method in class tachyon.client.worker.BlockWorkerClient
Updates the session id of the client, starting a new session.
createOtherAction(short) - Static method in class tachyon.security.authorization.FileSystemPermission
 
createPath(TachyonURI, CreatePathOptions) - Method in class tachyon.master.file.meta.InodeTree
Creates a file or directory at path.
CreatePathOptions - Class in tachyon.master.file.meta.options
Method option for creating a path.
CreatePathOptions.Builder - Class in tachyon.master.file.meta.options
Builder for CreatePathOptions.
createRpcId() - Static method in class tachyon.util.IdUtils
 
createSaslServer(String, String, String, Map<String, ?>, CallbackHandler) - Method in class tachyon.security.authentication.PlainSaslServerProvider.PlainSaslServerFactory
Creates a SaslServer using the parameters supplied.
createStorageDirPath(String) - Static method in class tachyon.util.io.FileUtils
Creates the storage directory path, including any necessary but nonexistent parent directories.
createStore(TachyonURI) - Method in class tachyon.client.keyvalue.KeyValueMasterClient
Creates a new key-value store.
createStore(TachyonURI) - Method in class tachyon.master.keyvalue.KeyValueMaster
Creates a new key-value store.
createStore(String) - Method in class tachyon.master.keyvalue.KeyValueMasterClientServiceHandler
 
createStore(String, AsyncMethodCallback) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncClient
 
createStore(String, AsyncMethodCallback) - Method in interface tachyon.thrift.KeyValueMasterClientService.AsyncIface
 
createStore() - Constructor for class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.createStore
 
createStore(String) - Method in class tachyon.thrift.KeyValueMasterClientService.Client
 
createStore(String) - Method in interface tachyon.thrift.KeyValueMasterClientService.Iface
Creates a new key-value store on master.
createStore() - Constructor for class tachyon.thrift.KeyValueMasterClientService.Processor.createStore
 
createStore_args() - Constructor for class tachyon.thrift.KeyValueMasterClientService.createStore_args
 
createStore_args(String) - Constructor for class tachyon.thrift.KeyValueMasterClientService.createStore_args
 
createStore_args(KeyValueMasterClientService.createStore_args) - Constructor for class tachyon.thrift.KeyValueMasterClientService.createStore_args
Performs a deep copy on other.
createStore_call(String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.KeyValueMasterClientService.AsyncClient.createStore_call
 
createStore_result() - Constructor for class tachyon.thrift.KeyValueMasterClientService.createStore_result
 
createStore_result(TachyonTException) - Constructor for class tachyon.thrift.KeyValueMasterClientService.createStore_result
 
createStore_result(KeyValueMasterClientService.createStore_result) - Constructor for class tachyon.thrift.KeyValueMasterClientService.createStore_result
Performs a deep copy on other.
createTempBlockMeta(long, long, long) - Method in class tachyon.worker.block.meta.StorageDirView
Creates a TempBlockMeta given sessionId, blockId, and initialBlockSize.
createTSocket(InetSocketAddress, int) - Static method in class tachyon.security.authentication.AuthenticationUtils
Creates a new Thrift socket what will connect to the given address
createUserAction(short) - Static method in class tachyon.security.authorization.FileSystemPermission
 
CREATION_TIME_MS_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeDirectoryEntry
 
CREATION_TIME_MS_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeFileEntry
 
CREATION_TIME_MS_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Lineage.LineageEntry
 
creationTimeMs - Variable in class tachyon.thrift.FileInfo
 
creationTimeMs - Variable in class tachyon.thrift.LineageInfo
 
CsvSink - Class in tachyon.metrics.sink
A sink which creates a CSV file of the metric values.
CsvSink(Properties, MetricRegistry) - Constructor for class tachyon.metrics.sink.CsvSink
Creates a new CsvSink with a Properties and MetricRegistry.
CUR_DIR - Static variable in class tachyon.TachyonURI
 
currentBlocksOnTiers - Variable in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
the map of list of blocks on each tier
CustomAuthenticationProviderImpl - Class in tachyon.security.authentication
An authentication provider implementation that allows AuthenticationProvider to be customized at configuration time.
CustomAuthenticationProviderImpl(String) - Constructor for class tachyon.security.authentication.CustomAuthenticationProviderImpl
Constructs a new custom authentication provider.

D

data - Variable in class tachyon.thrift.Command
 
DataBuffer - Interface in tachyon.network.protocol.databuffer
This interface is a simple wrapper for the optional data that an RPCMessage may have.
DataByteArrayChannel - Class in tachyon.network.protocol.databuffer
A DataBuffer backed by a byte[].
DataByteArrayChannel(byte[], long, long) - Constructor for class tachyon.network.protocol.databuffer.DataByteArrayChannel
 
DataByteBuffer - Class in tachyon.network.protocol.databuffer
A DataBuffer with the underlying data being a ByteBuffer.
DataByteBuffer(ByteBuffer, long) - Constructor for class tachyon.network.protocol.databuffer.DataByteBuffer
 
DataFileChannel - Class in tachyon.network.protocol.databuffer
A DataBuffer with the underlying data being a FileChannel.
DataFileChannel(FileChannel, long, long) - Constructor for class tachyon.network.protocol.databuffer.DataFileChannel
 
DataNettyBuffer - Class in tachyon.network.protocol.databuffer
A DataBuffer with the underlying data being a ByteBuf.
DataNettyBuffer(ByteBuf, long) - Constructor for class tachyon.network.protocol.databuffer.DataNettyBuffer
Constructor for creating a DataNettyBuffer, by passing a Netty ByteBuf.
dataPort - Variable in class tachyon.thrift.WorkerNetAddress
 
DataServer - Interface in tachyon.worker
Defines how to interact with a server running the data protocol.
DataServer.Factory - Class in tachyon.worker
Factory for DataServer.
DATASERVER_SESSION_ID - Static variable in class tachyon.Sessions
 
DataServerHandler - Class in tachyon.worker.netty
This class has the main logic of the read path to process RPCRequest messages and return RPCResponse messages.
DataServerHandler(BlockDataManager, TachyonConf) - Constructor for class tachyon.worker.netty.DataServerHandler
Creates a new instance of DataServerHandler.
DataServerMessage - Class in tachyon.worker
The message type used to send data request and response for remote data.
DAY_MS - Static variable in class tachyon.Constants
 
DEBUG - Static variable in class tachyon.Constants
 
DEBUG - Static variable in class tachyon.web.WebInterfaceWorkerGeneralServlet.UIWorkerInfo
 
decode(ByteBuf) - Static method in class tachyon.network.protocol.RPCBlockReadRequest
Decodes the input ByteBuf into a RPCBlockReadRequest object and returns it.
decode(ByteBuf) - Static method in class tachyon.network.protocol.RPCBlockReadResponse
Decodes the input ByteBuf into a RPCBlockReadResponse object and returns it.
decode(ByteBuf) - Static method in class tachyon.network.protocol.RPCBlockWriteRequest
Decodes the input ByteBuf into a RPCBlockWriteRequest object and returns it.
decode(ByteBuf) - Static method in class tachyon.network.protocol.RPCBlockWriteResponse
Decodes the input ByteBuf into a RPCBlockWriteResponse object and returns it.
decode(ByteBuf) - Static method in class tachyon.network.protocol.RPCErrorResponse
Decodes the input ByteBuf into a RPCErrorResponse object and returns it.
decode(ByteBuf) - Static method in enum tachyon.network.protocol.RPCMessage.Type
Returns the type represented by the id from the input ByteBuf.
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class tachyon.network.protocol.RPCMessageDecoder
 
decodeMessage(RPCMessage.Type, ByteBuf) - Static method in class tachyon.network.protocol.RPCMessage
Returns the message of message type 'type', decoded from the input ByteBuf.
deepCopy() - Method in class tachyon.thrift.BlockInfo
 
deepCopy() - Method in class tachyon.thrift.BlockLocation
 
deepCopy() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
 
deepCopy() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
 
deepCopy() - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_args
 
deepCopy() - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
 
deepCopy() - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_args
 
deepCopy() - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
 
deepCopy() - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args
 
deepCopy() - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
 
deepCopy() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
 
deepCopy() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_result
 
deepCopy() - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
 
deepCopy() - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
 
deepCopy() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
deepCopy() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
 
deepCopy() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
deepCopy() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
 
deepCopy() - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
 
deepCopy() - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_result
 
deepCopy() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
 
deepCopy() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
 
deepCopy() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
 
deepCopy() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
 
deepCopy() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
 
deepCopy() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
 
deepCopy() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
 
deepCopy() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
 
deepCopy() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
 
deepCopy() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
deepCopy() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
 
deepCopy() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
deepCopy() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
 
deepCopy() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
 
deepCopy() - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
 
deepCopy() - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result
 
deepCopy() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
 
deepCopy() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
 
deepCopy() - Method in class tachyon.thrift.Command
 
deepCopy() - Method in class tachyon.thrift.CommandLineJobInfo
 
deepCopy() - Method in class tachyon.thrift.CompleteFileTOptions
 
deepCopy() - Method in class tachyon.thrift.CreateDirectoryTOptions
 
deepCopy() - Method in class tachyon.thrift.CreateFileTOptions
 
deepCopy() - Method in class tachyon.thrift.DependencyInfo
 
deepCopy() - Method in class tachyon.thrift.FileBlockInfo
 
deepCopy() - Method in class tachyon.thrift.FileInfo
 
deepCopy() - Method in class tachyon.thrift.FileSystemCommand
 
deepCopy() - Method in class tachyon.thrift.FileSystemCommandOptions
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
 
deepCopy() - Method in class tachyon.thrift.JobConfInfo
 
deepCopy() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
 
deepCopy() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
 
deepCopy() - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
 
deepCopy() - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
 
deepCopy() - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
 
deepCopy() - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
 
deepCopy() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
 
deepCopy() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
 
deepCopy() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
 
deepCopy() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
 
deepCopy() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
 
deepCopy() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
 
deepCopy() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
 
deepCopy() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
deepCopy() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
 
deepCopy() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
deepCopy() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
 
deepCopy() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
deepCopy() - Method in class tachyon.thrift.LineageInfo
 
deepCopy() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
 
deepCopy() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
 
deepCopy() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
 
deepCopy() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
 
deepCopy() - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_args
 
deepCopy() - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
 
deepCopy() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
 
deepCopy() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
 
deepCopy() - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
 
deepCopy() - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
 
deepCopy() - Method in class tachyon.thrift.LockBlockResult
 
deepCopy() - Method in class tachyon.thrift.PartitionInfo
 
deepCopy() - Method in class tachyon.thrift.PersistCommandOptions
 
deepCopy() - Method in class tachyon.thrift.PersistFile
 
deepCopy() - Method in class tachyon.thrift.RpcOptions
 
deepCopy() - Method in class tachyon.thrift.SetAclTOptions
 
deepCopy() - Method in class tachyon.thrift.SetAttributeTOptions
 
deepCopy() - Method in class tachyon.thrift.TachyonService.getServiceVersion_args
 
deepCopy() - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
 
deepCopy() - Method in exception tachyon.thrift.TachyonTException
 
deepCopy() - Method in exception tachyon.thrift.ThriftIOException
 
deepCopy() - Method in class tachyon.thrift.WorkerInfo
 
deepCopy() - Method in class tachyon.thrift.WorkerNetAddress
 
DEFAULT_HOST_RESOLUTION_TIMEOUT_MS - Static variable in class tachyon.Constants
 
DEFAULT_MASTER_PORT - Static variable in class tachyon.Constants
 
DEFAULT_MASTER_WEB_PORT - Static variable in class tachyon.Constants
 
DEFAULT_PROPERTIES - Static variable in class tachyon.conf.TachyonConf
File to set default properties
DEFAULT_TFS_FULL_PERMISSION - Static variable in class tachyon.Constants
 
DEFAULT_TFS_PERMISSIONS_UMASK - Static variable in class tachyon.Constants
 
DEFAULT_WORKER_DATA_PORT - Static variable in class tachyon.Constants
 
DEFAULT_WORKER_PORT - Static variable in class tachyon.Constants
 
DEFAULT_WORKER_WEB_PORT - Static variable in class tachyon.Constants
 
defaults() - Static method in class tachyon.client.file.options.CompleteFileOptions
 
defaults() - Static method in class tachyon.client.file.options.CreateDirectoryOptions
 
defaults() - Static method in class tachyon.client.file.options.CreateFileOptions
 
defaults() - Static method in class tachyon.client.file.options.DeleteOptions
 
defaults() - Static method in class tachyon.client.file.options.ExistsOptions
 
defaults() - Static method in class tachyon.client.file.options.FreeOptions
 
defaults() - Static method in class tachyon.client.file.options.GetStatusOptions
 
defaults() - Static method in class tachyon.client.file.options.InStreamOptions
 
defaults() - Static method in class tachyon.client.file.options.ListStatusOptions
 
defaults() - Static method in class tachyon.client.file.options.LoadMetadataOptions
 
defaults() - Static method in class tachyon.client.file.options.MountOptions
 
defaults() - Static method in class tachyon.client.file.options.OpenFileOptions
 
defaults() - Static method in class tachyon.client.file.options.OutStreamOptions
 
defaults() - Static method in class tachyon.client.file.options.RenameOptions
 
defaults() - Static method in class tachyon.client.file.options.SetAclOptions
 
defaults() - Static method in class tachyon.client.file.options.SetAttributeOptions
 
defaults() - Static method in class tachyon.client.file.options.UnmountOptions
 
defaults() - Static method in class tachyon.client.lineage.options.CreateLineageOptions
 
defaults() - Static method in class tachyon.client.lineage.options.DeleteLineageOptions
 
defaults() - Static method in class tachyon.client.lineage.options.GetLineageInfoListOptions
 
defaults() - Static method in class tachyon.master.file.meta.options.CreatePathOptions
 
defaults() - Static method in class tachyon.master.file.options.CompleteFileOptions
 
defaults() - Static method in class tachyon.master.file.options.CreateDirectoryOptions
 
defaults() - Static method in class tachyon.master.file.options.CreateFileOptions
 
defaultType() - Static method in enum tachyon.network.ChannelType
Determines the default type to use based off the system.
delete(TachyonURI) - Method in class tachyon.client.file.BaseFileSystem
 
delete(TachyonURI, DeleteOptions) - Method in class tachyon.client.file.BaseFileSystem
 
delete(TachyonURI) - Method in interface tachyon.client.file.FileSystem
Convenience method for FileSystem.delete(TachyonURI, DeleteOptions) with default options.
delete(TachyonURI, DeleteOptions) - Method in interface tachyon.client.file.FileSystem
Deletes a file or a directory.
delete(TachyonURI, DeleteOptions) - Method in class tachyon.client.file.FileSystemMasterClient
Deletes a file or a directory.
delete(TachyonURI) - Method in class tachyon.client.keyvalue.BaseKeyValueStores
 
delete(TachyonURI) - Method in interface tachyon.client.keyvalue.KeyValueStores
Deletes a completed key-value store.
delete(TachyonURI) - Method in class tachyon.master.file.meta.MountTable
Unmounts the given Tachyon path.
delete(String, boolean) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
 
delete(String, boolean) - Method in class tachyon.underfs.local.LocalUnderFileSystem
 
delete(String, boolean) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
 
delete(String, boolean) - Method in class tachyon.underfs.s3.S3UnderFileSystem
 
delete(String, boolean) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
 
delete(String, boolean) - Method in class tachyon.underfs.UnderFileSystem
Deletes a file or folder from the under file system with the indicated name.
delete(String) - Static method in class tachyon.util.io.FileUtils
Deletes the file or directory.
DELETE_FILE_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
 
DELETE_LINEAGE_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
 
DELETE_MOUNT_POINT_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
 
DELETE_STORE_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
 
deleteDir(String, TachyonConf) - Static method in class tachyon.util.UnderFileSystemUtils
Deletes the directory at the given path.
deleteFile(TachyonURI, boolean) - Method in class tachyon.master.file.FileSystemMaster
Deletes a given path.
deleteInode(Inode, long) - Method in class tachyon.master.file.meta.InodeTree
Deletes a single inode from the inode tree by removing it from the parent inode.
deleteInode(Inode) - Method in class tachyon.master.file.meta.InodeTree
Deletes a single inode from the inode tree by removing it from the parent inode.
deleteLeaf(T) - Method in class tachyon.collections.DirectedAcyclicGraph
Deletes a leaf DAG node that carries the given payload.
deleteLineage(long, DeleteLineageOptions) - Method in class tachyon.client.lineage.AbstractLineageClient
 
deleteLineage(long, boolean) - Method in class tachyon.client.lineage.LineageMasterClient
Deletes a lineage.
deleteLineage(long) - Method in class tachyon.client.lineage.TachyonLineage
Convenience method for AbstractLineageClient.deleteLineage(long, DeleteLineageOptions) with default options.
deleteLineage(long, boolean) - Method in class tachyon.master.lineage.LineageMaster
Deletes a lineage.
deleteLineage(long, boolean) - Method in class tachyon.master.lineage.LineageMasterClientServiceHandler
 
deleteLineage(long) - Method in class tachyon.master.lineage.meta.LineageStore
Deletes a lineage.
deleteLineage(long, boolean, AsyncMethodCallback) - Method in class tachyon.thrift.LineageMasterClientService.AsyncClient
 
deleteLineage(long, boolean, AsyncMethodCallback) - Method in interface tachyon.thrift.LineageMasterClientService.AsyncIface
 
deleteLineage() - Constructor for class tachyon.thrift.LineageMasterClientService.AsyncProcessor.deleteLineage
 
deleteLineage(long, boolean) - Method in class tachyon.thrift.LineageMasterClientService.Client
 
deleteLineage(long, boolean) - Method in interface tachyon.thrift.LineageMasterClientService.Iface
Deletes a lineage and returns whether the deletion succeeded.
deleteLineage() - Constructor for class tachyon.thrift.LineageMasterClientService.Processor.deleteLineage
 
deleteLineage_args() - Constructor for class tachyon.thrift.LineageMasterClientService.deleteLineage_args
 
deleteLineage_args(long, boolean) - Constructor for class tachyon.thrift.LineageMasterClientService.deleteLineage_args
 
deleteLineage_args(LineageMasterClientService.deleteLineage_args) - Constructor for class tachyon.thrift.LineageMasterClientService.deleteLineage_args
Performs a deep copy on other.
deleteLineage_call(long, boolean, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.LineageMasterClientService.AsyncClient.deleteLineage_call
 
deleteLineage_result() - Constructor for class tachyon.thrift.LineageMasterClientService.deleteLineage_result
 
deleteLineage_result(boolean, TachyonTException) - Constructor for class tachyon.thrift.LineageMasterClientService.deleteLineage_result
 
deleteLineage_result(LineageMasterClientService.deleteLineage_result) - Constructor for class tachyon.thrift.LineageMasterClientService.deleteLineage_result
Performs a deep copy on other.
DeleteLineageCommand - Class in tachyon.shell.command
Deletes a lineage by its id.
DeleteLineageCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.DeleteLineageCommand
 
DeleteLineageOptions - Class in tachyon.client.lineage.options
The method option for deleting a lineage.
DeleteOptions - Class in tachyon.client.file.options
Method option for deleting a file.
deleteStore(TachyonURI) - Method in class tachyon.client.keyvalue.KeyValueMasterClient
Deletes a completed key-value store.
deleteStore(TachyonURI) - Method in class tachyon.master.keyvalue.KeyValueMaster
Deletes a completed key-value store.
deleteStore(String) - Method in class tachyon.master.keyvalue.KeyValueMasterClientServiceHandler
 
deleteStore(String, AsyncMethodCallback) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncClient
 
deleteStore(String, AsyncMethodCallback) - Method in interface tachyon.thrift.KeyValueMasterClientService.AsyncIface
 
deleteStore() - Constructor for class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.deleteStore
 
deleteStore(String) - Method in class tachyon.thrift.KeyValueMasterClientService.Client
 
deleteStore(String) - Method in interface tachyon.thrift.KeyValueMasterClientService.Iface
Deletes a completed key-value store.
deleteStore() - Constructor for class tachyon.thrift.KeyValueMasterClientService.Processor.deleteStore
 
deleteStore_args() - Constructor for class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
 
deleteStore_args(String) - Constructor for class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
 
deleteStore_args(KeyValueMasterClientService.deleteStore_args) - Constructor for class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
Performs a deep copy on other.
deleteStore_call(String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.KeyValueMasterClientService.AsyncClient.deleteStore_call
 
deleteStore_result() - Constructor for class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
 
deleteStore_result(TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
 
deleteStore_result(KeyValueMasterClientService.deleteStore_result) - Constructor for class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
Performs a deep copy on other.
DependencyDoesNotExistException - Exception in tachyon.exception
The excepton thrown when a dependency does not exist in Tachyon.
DependencyDoesNotExistException(String) - Constructor for exception tachyon.exception.DependencyDoesNotExistException
Constructs a new exception with the specified detail message.
DependencyDoesNotExistException(String, Throwable) - Constructor for exception tachyon.exception.DependencyDoesNotExistException
Constructs a new exception with the specified detail message and cause.
DependencyDoesNotExistException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.DependencyDoesNotExistException
Constructs a new exception with the specified exception message and multiple parameters.
DependencyDoesNotExistException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.DependencyDoesNotExistException
Constructs a new exception with the specified exception message, the cause and multiple parameters.
DependencyInfo - Class in tachyon.thrift
 
DependencyInfo() - Constructor for class tachyon.thrift.DependencyInfo
 
DependencyInfo(DependencyInfo) - Constructor for class tachyon.thrift.DependencyInfo
Performs a deep copy on other.
DependencyInfo._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
deserialize(InputStream) - Method in interface tachyon.master.journal.JournalFormatter
Returns a JournalInputStream from the given input stream.
deserialize(InputStream) - Method in class tachyon.master.journal.ProtoBufJournalFormatter
 
dir() - Method in class tachyon.worker.block.BlockStoreLocation
Gets the directory index of the location.
DirectedAcyclicGraph<T> - Class in tachyon.collections
A Directed Acyclic Graph (DAG).
DirectedAcyclicGraph() - Constructor for class tachyon.collections.DirectedAcyclicGraph
A Directed Acyclic Graph (DAG).
DirectedAcyclicGraphNode<T> - Class in tachyon.collections
A Directed Acyclic Graph (DAG) node.
DirectedAcyclicGraphNode(T, List<DirectedAcyclicGraphNode<T>>, List<DirectedAcyclicGraphNode<T>>) - Constructor for class tachyon.collections.DirectedAcyclicGraphNode
A Directed Acyclic Graph (DAG) node.
DirectedAcyclicGraphNode(T) - Constructor for class tachyon.collections.DirectedAcyclicGraphNode
A Directed Acyclic Graph (DAG) node.
DirectoryNotEmptyException - Exception in tachyon.exception
Exception for situations where an operation fails because a directory is not empty.
DirectoryNotEmptyException(String) - Constructor for exception tachyon.exception.DirectoryNotEmptyException
Constructs a new exception with the specified detail message.
DirectoryNotEmptyException(String, Throwable) - Constructor for exception tachyon.exception.DirectoryNotEmptyException
Constructs a new exception with the specified detail message and cause
DirectoryNotEmptyException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.DirectoryNotEmptyException
Constructs a new exception with the specified exception message and multiple parameters.
DirectoryNotEmptyException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.DirectoryNotEmptyException
Constructs a new exception with the specified exception message, the cause and multiple parameters.
directRead(byte[], int, int) - Method in class tachyon.client.block.BufferedBlockInStream
Directly reads data to the given byte array.
directRead(byte[], int, int) - Method in class tachyon.client.block.LocalBlockInStream
 
directRead(byte[], int, int) - Method in class tachyon.client.block.RemoteBlockInStream
 
disconnect() - Method in class tachyon.ClientBase
Closes the connection with the Tachyon remote and does the necessary cleanup.
dispose() - Method in class tachyon.security.authentication.PlainSaslServer
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class tachyon.web.WebInterfaceBrowseLogsServlet
Populates attribute fields with data from the MasterInfo associated with this servlet.
doGet(HttpServletRequest, HttpServletResponse) - Method in class tachyon.web.WebInterfaceBrowseServlet
Populates attribute fields with data from the MasterInfo associated with this servlet.
doGet(HttpServletRequest, HttpServletResponse) - Method in class tachyon.web.WebInterfaceConfigurationServlet
Populates attributes before redirecting to a jsp.
doGet(HttpServletRequest, HttpServletResponse) - Method in class tachyon.web.WebInterfaceDependencyServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class tachyon.web.WebInterfaceDownloadLocalServlet
Prepares for downloading a file
doGet(HttpServletRequest, HttpServletResponse) - Method in class tachyon.web.WebInterfaceDownloadServlet
Prepares for downloading a file.
doGet(HttpServletRequest, HttpServletResponse) - Method in class tachyon.web.WebInterfaceGeneralServlet
Redirects the request to a JSP after populating attributes via populateValues.
doGet(HttpServletRequest, HttpServletResponse) - Method in class tachyon.web.WebInterfaceHeaderServlet
Populate the header with information about master.
doGet(HttpServletRequest, HttpServletResponse) - Method in class tachyon.web.WebInterfaceMemoryServlet
Populates attributes before redirecting to a jsp.
doGet(HttpServletRequest, HttpServletResponse) - Method in class tachyon.web.WebInterfaceWorkerBlockInfoServlet
Populates attributes before redirecting to a jsp.
doGet(HttpServletRequest, HttpServletResponse) - Method in class tachyon.web.WebInterfaceWorkerGeneralServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class tachyon.web.WebInterfaceWorkersServlet
Populates attributes before redirecting to a jsp.
doPost(HttpServletRequest, HttpServletResponse) - Method in class tachyon.web.WebInterfaceDependencyServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class tachyon.web.WebInterfaceGeneralServlet
 
DST_PATH_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.RenameEntry
 
dstPath - Variable in class tachyon.thrift.FileSystemMasterClientService.rename_args
the desinationpath of the file
DuCommand - Class in tachyon.shell.command
Displays the size of a file or a directory specified by argv.
DuCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.DuCommand
 
DummyFileOutputStream - Class in tachyon.client.lineage
A dummy file output stream that does nothing.
DummyFileOutputStream(TachyonURI, OutStreamOptions) - Constructor for class tachyon.client.lineage.DummyFileOutputStream
Constructs a new dummy file output stream.

E

e - Variable in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
 
e - Variable in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
 
e - Variable in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
 
e - Variable in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
 
e - Variable in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
 
e - Variable in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
 
e - Variable in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
e - Variable in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
e - Variable in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
 
e - Variable in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
 
e - Variable in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
 
e - Variable in class tachyon.thrift.FileSystemMasterClientService.createFile_result
 
e - Variable in class tachyon.thrift.FileSystemMasterClientService.free_result
 
e - Variable in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
 
e - Variable in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
 
e - Variable in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
 
e - Variable in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
 
e - Variable in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
 
e - Variable in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
e - Variable in class tachyon.thrift.FileSystemMasterClientService.mount_result
 
e - Variable in class tachyon.thrift.FileSystemMasterClientService.remove_result
 
e - Variable in class tachyon.thrift.FileSystemMasterClientService.rename_result
 
e - Variable in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
 
e - Variable in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
 
e - Variable in class tachyon.thrift.FileSystemMasterClientService.unmount_result
 
e - Variable in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
 
e - Variable in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
 
e - Variable in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
 
e - Variable in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
 
e - Variable in class tachyon.thrift.KeyValueMasterClientService.createStore_result
 
e - Variable in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
 
e - Variable in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
 
e - Variable in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
 
e - Variable in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
e - Variable in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
e - Variable in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
e - Variable in class tachyon.thrift.LineageMasterClientService.createLineage_result
 
e - Variable in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
 
e - Variable in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
 
e - Variable in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
 
EMPTY_FILE_INFO_LIST_FOR_PERMISSION_CHECK - Static variable in class tachyon.exception.PreconditionMessage
 
EMPTY_URI - Static variable in class tachyon.TachyonURI
 
encode(ByteBuf) - Method in interface tachyon.network.protocol.EncodedMessage
Encodes the message to the output ByteBuf.
encode(ByteBuf) - Method in class tachyon.network.protocol.RPCBlockReadRequest
 
encode(ByteBuf) - Method in class tachyon.network.protocol.RPCBlockReadResponse
 
encode(ByteBuf) - Method in class tachyon.network.protocol.RPCBlockWriteRequest
 
encode(ByteBuf) - Method in class tachyon.network.protocol.RPCBlockWriteResponse
 
encode(ByteBuf) - Method in class tachyon.network.protocol.RPCErrorResponse
 
encode(ByteBuf) - Method in enum tachyon.network.protocol.RPCMessage.Type
 
encode(ChannelHandlerContext, RPCMessage, List<Object>) - Method in class tachyon.network.protocol.RPCMessageEncoder
 
EncodedMessage - Interface in tachyon.network.protocol
Represents an encoded message.
enumForId(short) - Method in class tachyon.thrift.FileSystemCommandOptions
 
equalIncreasingByteArray(int, byte[]) - Static method in class tachyon.util.io.BufferUtils
Checks if the given byte array starts with an increasing sequence of bytes starting at zero of length equal to or greater than the given length.
equalIncreasingByteArray(int, int, byte[]) - Static method in class tachyon.util.io.BufferUtils
Checks if the given byte array starts with an increasing sequence of bytes starting at the given value of length equal to or greater than the given length.
equalIncreasingByteBuffer(int, int, ByteBuffer) - Static method in class tachyon.util.io.BufferUtils
Checks if the given ByteBuffer starts with an increasing sequence of bytes starting at the given value of length equal to or greater than the given length.
equals(Object) - Method in class tachyon.client.file.URIStatus
 
equals(Object) - Method in class tachyon.client.keyvalue.KeyValuePair
Tells whether or not this key-value pair is equal to another object.
equals(Object) - Method in class tachyon.collections.Pair
 
equals(Object) - Method in class tachyon.conf.TachyonConf
 
equals(Object) - Method in class tachyon.master.file.meta.Inode
 
equals(Object) - Method in class tachyon.master.file.meta.InodeTree
 
equals(Object) - Method in class tachyon.master.file.meta.TtlBucket
Compares to a specific object.
equals(Object) - Method in class tachyon.security.authorization.FileSystemPermission
 
equals(Object) - Method in class tachyon.security.User
 
equals(Object) - Method in class tachyon.SessionInfo
 
equals(Object) - Method in class tachyon.TachyonURI
 
equals(Object) - Method in class tachyon.thrift.BlockInfo
 
equals(BlockInfo) - Method in class tachyon.thrift.BlockInfo
 
equals(Object) - Method in class tachyon.thrift.BlockLocation
 
equals(BlockLocation) - Method in class tachyon.thrift.BlockLocation
 
equals(Object) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
 
equals(BlockMasterClientService.getBlockInfo_args) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
 
equals(Object) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
 
equals(BlockMasterClientService.getBlockInfo_result) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
 
equals(Object) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_args
 
equals(BlockMasterClientService.getCapacityBytes_args) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_args
 
equals(Object) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
 
equals(BlockMasterClientService.getCapacityBytes_result) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
 
equals(Object) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_args
 
equals(BlockMasterClientService.getUsedBytes_args) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_args
 
equals(Object) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
 
equals(BlockMasterClientService.getUsedBytes_result) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
 
equals(Object) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args
 
equals(BlockMasterClientService.getWorkerInfoList_args) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args
 
equals(Object) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
 
equals(BlockMasterClientService.getWorkerInfoList_result) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
 
equals(Object) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
 
equals(BlockMasterWorkerService.commitBlock_args) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
 
equals(Object) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_result
 
equals(BlockMasterWorkerService.commitBlock_result) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_result
 
equals(Object) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
 
equals(BlockMasterWorkerService.getWorkerId_args) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
 
equals(Object) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
 
equals(BlockMasterWorkerService.getWorkerId_result) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
 
equals(Object) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
equals(BlockMasterWorkerService.heartbeat_args) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
equals(Object) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
 
equals(BlockMasterWorkerService.heartbeat_result) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
 
equals(Object) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
equals(BlockMasterWorkerService.registerWorker_args) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
equals(Object) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
 
equals(BlockMasterWorkerService.registerWorker_result) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
 
equals(Object) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
 
equals(BlockWorkerClientService.accessBlock_args) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
 
equals(Object) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_result
 
equals(BlockWorkerClientService.accessBlock_result) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_result
 
equals(Object) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
 
equals(BlockWorkerClientService.asyncCheckpoint_args) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
 
equals(Object) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
 
equals(BlockWorkerClientService.asyncCheckpoint_result) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
 
equals(Object) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
 
equals(BlockWorkerClientService.cacheBlock_args) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
 
equals(Object) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
 
equals(BlockWorkerClientService.cacheBlock_result) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
 
equals(Object) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
 
equals(BlockWorkerClientService.cancelBlock_args) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
 
equals(Object) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
 
equals(BlockWorkerClientService.cancelBlock_result) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
 
equals(Object) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
 
equals(BlockWorkerClientService.lockBlock_args) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
 
equals(Object) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
 
equals(BlockWorkerClientService.lockBlock_result) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
 
equals(Object) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
 
equals(BlockWorkerClientService.promoteBlock_args) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
 
equals(Object) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
equals(BlockWorkerClientService.promoteBlock_result) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
equals(Object) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
 
equals(BlockWorkerClientService.requestBlockLocation_args) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
 
equals(Object) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
equals(BlockWorkerClientService.requestBlockLocation_result) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
equals(Object) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
 
equals(BlockWorkerClientService.requestSpace_args) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
 
equals(Object) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
 
equals(BlockWorkerClientService.requestSpace_result) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
 
equals(Object) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
 
equals(BlockWorkerClientService.sessionHeartbeat_args) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
 
equals(Object) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result
 
equals(BlockWorkerClientService.sessionHeartbeat_result) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result
 
equals(Object) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
 
equals(BlockWorkerClientService.unlockBlock_args) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
 
equals(Object) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
 
equals(BlockWorkerClientService.unlockBlock_result) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
 
equals(Object) - Method in class tachyon.thrift.Command
 
equals(Command) - Method in class tachyon.thrift.Command
 
equals(Object) - Method in class tachyon.thrift.CommandLineJobInfo
 
equals(CommandLineJobInfo) - Method in class tachyon.thrift.CommandLineJobInfo
 
equals(Object) - Method in class tachyon.thrift.CompleteFileTOptions
 
equals(CompleteFileTOptions) - Method in class tachyon.thrift.CompleteFileTOptions
 
equals(Object) - Method in class tachyon.thrift.CreateDirectoryTOptions
 
equals(CreateDirectoryTOptions) - Method in class tachyon.thrift.CreateDirectoryTOptions
 
equals(Object) - Method in class tachyon.thrift.CreateFileTOptions
 
equals(CreateFileTOptions) - Method in class tachyon.thrift.CreateFileTOptions
 
equals(Object) - Method in class tachyon.thrift.DependencyInfo
 
equals(DependencyInfo) - Method in class tachyon.thrift.DependencyInfo
 
equals(Object) - Method in class tachyon.thrift.FileBlockInfo
 
equals(FileBlockInfo) - Method in class tachyon.thrift.FileBlockInfo
 
equals(Object) - Method in class tachyon.thrift.FileInfo
 
equals(FileInfo) - Method in class tachyon.thrift.FileInfo
 
equals(Object) - Method in class tachyon.thrift.FileSystemCommand
 
equals(FileSystemCommand) - Method in class tachyon.thrift.FileSystemCommand
 
equals(Object) - Method in class tachyon.thrift.FileSystemCommandOptions
 
equals(FileSystemCommandOptions) - Method in class tachyon.thrift.FileSystemCommandOptions
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
 
equals(FileSystemMasterClientService.completeFile_args) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
 
equals(FileSystemMasterClientService.completeFile_result) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
 
equals(FileSystemMasterClientService.createDirectory_args) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
 
equals(FileSystemMasterClientService.createDirectory_result) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
 
equals(FileSystemMasterClientService.createFile_args) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
 
equals(FileSystemMasterClientService.createFile_result) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
 
equals(FileSystemMasterClientService.free_args) - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
 
equals(FileSystemMasterClientService.free_result) - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
 
equals(FileSystemMasterClientService.getFileBlockInfoList_args) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
 
equals(FileSystemMasterClientService.getFileBlockInfoList_result) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
 
equals(FileSystemMasterClientService.getNewBlockIdForFile_args) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
 
equals(FileSystemMasterClientService.getNewBlockIdForFile_result) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
 
equals(FileSystemMasterClientService.getStatus_args) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
 
equals(FileSystemMasterClientService.getStatus_result) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
 
equals(FileSystemMasterClientService.getStatusInternal_args) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
 
equals(FileSystemMasterClientService.getStatusInternal_result) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args
 
equals(FileSystemMasterClientService.getUfsAddress_args) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
 
equals(FileSystemMasterClientService.getUfsAddress_result) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
 
equals(FileSystemMasterClientService.listStatus_args) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
 
equals(FileSystemMasterClientService.listStatus_result) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
 
equals(FileSystemMasterClientService.loadMetadata_args) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
equals(FileSystemMasterClientService.loadMetadata_result) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
 
equals(FileSystemMasterClientService.mount_args) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
 
equals(FileSystemMasterClientService.mount_result) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
 
equals(FileSystemMasterClientService.remove_args) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
 
equals(FileSystemMasterClientService.remove_result) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
 
equals(FileSystemMasterClientService.rename_args) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
 
equals(FileSystemMasterClientService.rename_result) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
 
equals(FileSystemMasterClientService.scheduleAsyncPersist_args) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
 
equals(FileSystemMasterClientService.scheduleAsyncPersist_result) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
 
equals(FileSystemMasterClientService.setAcl_args) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
 
equals(FileSystemMasterClientService.setAcl_result) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
 
equals(FileSystemMasterClientService.setAttribute_args) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_result
 
equals(FileSystemMasterClientService.setAttribute_result) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
 
equals(FileSystemMasterClientService.unmount_args) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
 
equals(FileSystemMasterClientService.unmount_result) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
 
equals(FileSystemMasterWorkerService.getFileInfo_args) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
 
equals(FileSystemMasterWorkerService.getFileInfo_result) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args
 
equals(FileSystemMasterWorkerService.getPinIdList_args) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
 
equals(FileSystemMasterWorkerService.getPinIdList_result) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
 
equals(FileSystemMasterWorkerService.heartbeat_args) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
 
equals(FileSystemMasterWorkerService.heartbeat_result) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
 
equals(Object) - Method in class tachyon.thrift.JobConfInfo
 
equals(JobConfInfo) - Method in class tachyon.thrift.JobConfInfo
 
equals(Object) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
 
equals(KeyValueMasterClientService.completePartition_args) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
 
equals(Object) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
 
equals(KeyValueMasterClientService.completePartition_result) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
 
equals(Object) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
 
equals(KeyValueMasterClientService.completeStore_args) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
 
equals(Object) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
 
equals(KeyValueMasterClientService.completeStore_result) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
 
equals(Object) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
 
equals(KeyValueMasterClientService.createStore_args) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
 
equals(Object) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
 
equals(KeyValueMasterClientService.createStore_result) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
 
equals(Object) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
 
equals(KeyValueMasterClientService.deleteStore_args) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
 
equals(Object) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
 
equals(KeyValueMasterClientService.deleteStore_result) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
 
equals(Object) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
 
equals(KeyValueMasterClientService.getPartitionInfo_args) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
 
equals(Object) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
 
equals(KeyValueMasterClientService.getPartitionInfo_result) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
 
equals(Object) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
 
equals(KeyValueMasterClientService.mergeStore_args) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
 
equals(Object) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
 
equals(KeyValueMasterClientService.mergeStore_result) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
 
equals(Object) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
 
equals(KeyValueWorkerClientService.get_args) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
 
equals(Object) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
equals(KeyValueWorkerClientService.get_result) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
equals(Object) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
 
equals(KeyValueWorkerClientService.getNextKeys_args) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
 
equals(Object) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
equals(KeyValueWorkerClientService.getNextKeys_result) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
equals(Object) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
 
equals(KeyValueWorkerClientService.getSize_args) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
 
equals(Object) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
equals(KeyValueWorkerClientService.getSize_result) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
equals(Object) - Method in class tachyon.thrift.LineageInfo
 
equals(LineageInfo) - Method in class tachyon.thrift.LineageInfo
 
equals(Object) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
 
equals(LineageMasterClientService.createLineage_args) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
 
equals(Object) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
 
equals(LineageMasterClientService.createLineage_result) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
 
equals(Object) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
 
equals(LineageMasterClientService.deleteLineage_args) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
 
equals(Object) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
 
equals(LineageMasterClientService.deleteLineage_result) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
 
equals(Object) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_args
 
equals(LineageMasterClientService.getLineageInfoList_args) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_args
 
equals(Object) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
 
equals(LineageMasterClientService.getLineageInfoList_result) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
 
equals(Object) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
 
equals(LineageMasterClientService.reinitializeFile_args) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
 
equals(Object) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
 
equals(LineageMasterClientService.reinitializeFile_result) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
 
equals(Object) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
 
equals(LineageMasterClientService.reportLostFile_args) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
 
equals(Object) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
 
equals(LineageMasterClientService.reportLostFile_result) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
 
equals(Object) - Method in class tachyon.thrift.LockBlockResult
 
equals(LockBlockResult) - Method in class tachyon.thrift.LockBlockResult
 
equals(Object) - Method in class tachyon.thrift.PartitionInfo
 
equals(PartitionInfo) - Method in class tachyon.thrift.PartitionInfo
 
equals(Object) - Method in class tachyon.thrift.PersistCommandOptions
 
equals(PersistCommandOptions) - Method in class tachyon.thrift.PersistCommandOptions
 
equals(Object) - Method in class tachyon.thrift.PersistFile
 
equals(PersistFile) - Method in class tachyon.thrift.PersistFile
 
equals(Object) - Method in class tachyon.thrift.RpcOptions
 
equals(RpcOptions) - Method in class tachyon.thrift.RpcOptions
 
equals(Object) - Method in class tachyon.thrift.SetAclTOptions
 
equals(SetAclTOptions) - Method in class tachyon.thrift.SetAclTOptions
 
equals(Object) - Method in class tachyon.thrift.SetAttributeTOptions
 
equals(SetAttributeTOptions) - Method in class tachyon.thrift.SetAttributeTOptions
 
equals(Object) - Method in class tachyon.thrift.TachyonService.getServiceVersion_args
 
equals(TachyonService.getServiceVersion_args) - Method in class tachyon.thrift.TachyonService.getServiceVersion_args
 
equals(Object) - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
 
equals(TachyonService.getServiceVersion_result) - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
 
equals(Object) - Method in exception tachyon.thrift.TachyonTException
 
equals(TachyonTException) - Method in exception tachyon.thrift.TachyonTException
 
equals(Object) - Method in exception tachyon.thrift.ThriftIOException
 
equals(ThriftIOException) - Method in exception tachyon.thrift.ThriftIOException
 
equals(Object) - Method in class tachyon.thrift.WorkerInfo
 
equals(WorkerInfo) - Method in class tachyon.thrift.WorkerInfo
 
equals(Object) - Method in class tachyon.thrift.WorkerNetAddress
 
equals(WorkerNetAddress) - Method in class tachyon.thrift.WorkerNetAddress
 
equals(Object) - Method in class tachyon.web.WebInterfaceWorkersServlet.NodeInfo
 
equals(Object) - Method in class tachyon.worker.block.BlockStoreLocation
Compares to a specific object.
equals(Object) - Method in class tachyon.worker.NetAddress
 
ERR_BLOCK_INDEX - Static variable in class tachyon.exception.PreconditionMessage
 
ERR_BLOCK_REMAINING - Static variable in class tachyon.exception.PreconditionMessage
 
ERR_BUFFER_STATE - Static variable in class tachyon.exception.PreconditionMessage
 
ERR_CLOSED_BLOCK_IN_STREAM - Static variable in class tachyon.exception.PreconditionMessage
 
ERR_CLOSED_BLOCK_OUT_STREAM - Static variable in class tachyon.exception.PreconditionMessage
 
ERR_END_OF_BLOCK - Static variable in class tachyon.exception.PreconditionMessage
 
ERR_PUT_EMPTY_KEY - Static variable in class tachyon.exception.PreconditionMessage
 
ERR_PUT_EMPTY_VALUE - Static variable in class tachyon.exception.PreconditionMessage
 
ERR_PUT_NULL_KEY - Static variable in class tachyon.exception.PreconditionMessage
 
ERR_PUT_NULL_VALUE - Static variable in class tachyon.exception.PreconditionMessage
 
ERR_READ_BUFFER_NULL - Static variable in class tachyon.exception.PreconditionMessage
 
ERR_SEEK_NEGATIVE - Static variable in class tachyon.exception.PreconditionMessage
 
ERR_SEEK_PAST_END_OF_BLOCK - Static variable in class tachyon.exception.PreconditionMessage
 
ERR_SEEK_PAST_END_OF_FILE - Static variable in class tachyon.exception.PreconditionMessage
 
ERR_SET_STATE_UNPERSIST - Static variable in class tachyon.exception.PreconditionMessage
 
ERR_WRITE_BUFFER_NULL - Static variable in class tachyon.exception.PreconditionMessage
 
evaluateResponse(byte[]) - Method in class tachyon.security.authentication.PlainSaslServer
 
EvictionPlan - Class in tachyon.worker.block.evictor
This class provides information about the blocks that need to be moved when evicting.
EvictionPlan(List<BlockTransferInfo>, List<Pair<Long, BlockStoreLocation>>) - Constructor for class tachyon.worker.block.evictor.EvictionPlan
Creates a new instance of EvictionPlan.
Evictor - Interface in tachyon.worker.block.evictor
Interface for the eviction policy in Tachyon.
Evictor.Factory - Class in tachyon.worker.block.evictor
Factory for Evictor.
EvictorBase - Class in tachyon.worker.block.evictor
Provides the basic implementation for every evictor.
EvictorBase(BlockMetadataManagerView, Allocator) - Constructor for class tachyon.worker.block.evictor.EvictorBase
Creates a new instance of EvictorBase.
EvictorUtils - Class in tachyon.worker.block.evictor
Utility functions for the evictor package.
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class tachyon.client.netty.ClientHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class tachyon.network.protocol.RPCMessageDecoder
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class tachyon.worker.netty.DataServerHandler
 
ExceptionMessage - Enum in tachyon.exception
Exception messages used across Tachyon.
execCommand(String...) - Static method in class tachyon.util.ShellUtils
Static method to execute a shell command.
exists(TachyonURI) - Method in class tachyon.client.file.BaseFileSystem
 
exists(TachyonURI, ExistsOptions) - Method in class tachyon.client.file.BaseFileSystem
 
exists(TachyonURI) - Method in interface tachyon.client.file.FileSystem
Convenience method for FileSystem.exists(TachyonURI, ExistsOptions) with default options.
exists(TachyonURI, ExistsOptions) - Method in interface tachyon.client.file.FileSystem
Checks whether a path exists in Tachyon space
exists(String) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
 
exists(String) - Method in class tachyon.underfs.local.LocalUnderFileSystem
 
exists(String) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
 
exists(String) - Method in class tachyon.underfs.s3.S3UnderFileSystem
 
exists(String) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
 
exists(String) - Method in class tachyon.underfs.UnderFileSystem
Checks if a file or folder exists in under file system.
exists(String) - Static method in class tachyon.util.io.FileUtils
Checks if a path exists.
ExistsOptions - Class in tachyon.client.file.options
Method options for checking the existence of a path.
ExitCodeException(int, String) - Constructor for exception tachyon.util.ShellUtils.ExitCodeException
Constructs an ExitCodeException.
ExponentialBackoffRetry - Class in tachyon.retry
Each retry will cause a sleep to happen.
ExponentialBackoffRetry(int, int, int) - Constructor for class tachyon.retry.ExponentialBackoffRetry
Constructs a new retry facility which sleeps for an exponentially increasing amount of time between retries.

F

Factory() - Constructor for class tachyon.client.file.FileSystem.Factory
 
Factory() - Constructor for class tachyon.client.keyvalue.KeyValuePartitionReader.Factory
 
Factory() - Constructor for class tachyon.client.keyvalue.KeyValuePartitionWriter.Factory
 
Factory() - Constructor for class tachyon.client.RemoteBlockReader.Factory
 
Factory() - Constructor for class tachyon.client.RemoteBlockWriter.Factory
 
Factory() - Constructor for class tachyon.master.journal.JournalFormatter.Factory
 
Factory() - Constructor for class tachyon.master.lineage.checkpoint.CheckpointPlanner.Factory
 
Factory() - Constructor for class tachyon.security.authentication.AuthenticationProvider.Factory
 
Factory() - Constructor for class tachyon.security.group.GroupMappingService.Factory
 
Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class tachyon.thrift.BlockMasterClientService.AsyncClient.Factory
 
Factory() - Constructor for class tachyon.thrift.BlockMasterClientService.Client.Factory
 
Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class tachyon.thrift.BlockMasterWorkerService.AsyncClient.Factory
 
Factory() - Constructor for class tachyon.thrift.BlockMasterWorkerService.Client.Factory
 
Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncClient.Factory
 
Factory() - Constructor for class tachyon.thrift.BlockWorkerClientService.Client.Factory
 
Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.Factory
 
Factory() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Client.Factory
 
Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.AsyncClient.Factory
 
Factory() - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.Client.Factory
 
Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class tachyon.thrift.KeyValueMasterClientService.AsyncClient.Factory
 
Factory() - Constructor for class tachyon.thrift.KeyValueMasterClientService.Client.Factory
 
Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.AsyncClient.Factory
 
Factory() - Constructor for class tachyon.thrift.KeyValueWorkerClientService.Client.Factory
 
Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class tachyon.thrift.LineageMasterClientService.AsyncClient.Factory
 
Factory() - Constructor for class tachyon.thrift.LineageMasterClientService.Client.Factory
 
Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class tachyon.thrift.TachyonService.AsyncClient.Factory
 
Factory() - Constructor for class tachyon.thrift.TachyonService.Client.Factory
 
Factory() - Constructor for class tachyon.worker.block.allocator.Allocator.Factory
 
Factory() - Constructor for class tachyon.worker.block.evictor.Evictor.Factory
 
Factory() - Constructor for class tachyon.worker.DataServer.Factory
 
FailedToCheckpointException - Exception in tachyon.exception
The exception thrown when Tachyon failed to create a checkpoint.
FailedToCheckpointException(String) - Constructor for exception tachyon.exception.FailedToCheckpointException
Constructs a new exception with the specified detail message
FailedToCheckpointException(String, Throwable) - Constructor for exception tachyon.exception.FailedToCheckpointException
Constructs a new exception with the specified detail message and cause.
FailedToCheckpointException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.FailedToCheckpointException
Constructs a new exception with the specified exception message and multiple parameters.
FailedToCheckpointException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.FailedToCheckpointException
Constructs a new exception with the specified exception message, the cause and multiple parameters.
fastCopy(ReadableByteChannel, WritableByteChannel) - Static method in class tachyon.util.io.BufferUtils
An efficient copy between two channels with a fixed-size buffer.
fieldForId(int) - Method in class tachyon.thrift.BlockInfo
 
fieldForId(int) - Method in class tachyon.thrift.BlockLocation
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_args
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_args
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_result
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
 
fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
 
fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_result
 
fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
 
fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
 
fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
 
fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
 
fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
 
fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
 
fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
 
fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
 
fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
 
fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
 
fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
 
fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
 
fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
 
fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result
 
fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
 
fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
 
fieldForId(int) - Method in class tachyon.thrift.Command
 
fieldForId(int) - Method in class tachyon.thrift.CommandLineJobInfo
 
fieldForId(int) - Method in class tachyon.thrift.CompleteFileTOptions
 
fieldForId(int) - Method in class tachyon.thrift.CreateDirectoryTOptions
 
fieldForId(int) - Method in class tachyon.thrift.CreateFileTOptions
 
fieldForId(int) - Method in class tachyon.thrift.DependencyInfo
 
fieldForId(int) - Method in class tachyon.thrift.FileBlockInfo
 
fieldForId(int) - Method in class tachyon.thrift.FileInfo
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemCommand
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemCommandOptions
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
 
fieldForId(int) - Method in class tachyon.thrift.JobConfInfo
 
fieldForId(int) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
 
fieldForId(int) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
 
fieldForId(int) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
 
fieldForId(int) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
 
fieldForId(int) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
 
fieldForId(int) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
 
fieldForId(int) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
 
fieldForId(int) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
 
fieldForId(int) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
 
fieldForId(int) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
 
fieldForId(int) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
 
fieldForId(int) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
 
fieldForId(int) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
 
fieldForId(int) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
fieldForId(int) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
 
fieldForId(int) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
fieldForId(int) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
 
fieldForId(int) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
fieldForId(int) - Method in class tachyon.thrift.LineageInfo
 
fieldForId(int) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
 
fieldForId(int) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
 
fieldForId(int) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
 
fieldForId(int) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
 
fieldForId(int) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_args
 
fieldForId(int) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
 
fieldForId(int) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
 
fieldForId(int) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
 
fieldForId(int) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
 
fieldForId(int) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
 
fieldForId(int) - Method in class tachyon.thrift.LockBlockResult
 
fieldForId(int) - Method in class tachyon.thrift.PartitionInfo
 
fieldForId(int) - Method in class tachyon.thrift.PersistCommandOptions
 
fieldForId(int) - Method in class tachyon.thrift.PersistFile
 
fieldForId(int) - Method in class tachyon.thrift.RpcOptions
 
fieldForId(int) - Method in class tachyon.thrift.SetAclTOptions
 
fieldForId(int) - Method in class tachyon.thrift.SetAttributeTOptions
 
fieldForId(int) - Method in class tachyon.thrift.TachyonService.getServiceVersion_args
 
fieldForId(int) - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
 
fieldForId(int) - Method in exception tachyon.thrift.TachyonTException
 
fieldForId(int) - Method in exception tachyon.thrift.ThriftIOException
 
fieldForId(int) - Method in class tachyon.thrift.WorkerInfo
 
fieldForId(int) - Method in class tachyon.thrift.WorkerNetAddress
 
File - Class in tachyon.proto.journal
 
File.AddMountPointEntry - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.AddMountPointEntry
File.AddMountPointEntry.Builder - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.AddMountPointEntry
File.AddMountPointEntryOrBuilder - Interface in tachyon.proto.journal
 
File.AsyncPersistRequestEntry - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.AsyncPersistRequestEntry
File.AsyncPersistRequestEntry.Builder - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.AsyncPersistRequestEntry
File.AsyncPersistRequestEntryOrBuilder - Interface in tachyon.proto.journal
 
File.CompleteFileEntry - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.CompleteFileEntry
File.CompleteFileEntry.Builder - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.CompleteFileEntry
File.CompleteFileEntryOrBuilder - Interface in tachyon.proto.journal
 
File.DeleteFileEntry - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.DeleteFileEntry
File.DeleteFileEntry.Builder - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.DeleteFileEntry
File.DeleteFileEntryOrBuilder - Interface in tachyon.proto.journal
 
File.DeleteMountPointEntry - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.DeleteMountPointEntry
File.DeleteMountPointEntry.Builder - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.DeleteMountPointEntry
File.DeleteMountPointEntryOrBuilder - Interface in tachyon.proto.journal
 
File.InodeDirectoryEntry - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.InodeDirectoryEntry
File.InodeDirectoryEntry.Builder - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.InodeDirectoryEntry
File.InodeDirectoryEntryOrBuilder - Interface in tachyon.proto.journal
 
File.InodeDirectoryIdGeneratorEntry - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.InodeDirectoryIdGeneratorEntry
File.InodeDirectoryIdGeneratorEntry.Builder - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.InodeDirectoryIdGeneratorEntry
File.InodeDirectoryIdGeneratorEntryOrBuilder - Interface in tachyon.proto.journal
 
File.InodeFileEntry - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.InodeFileEntry
File.InodeFileEntry.Builder - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.InodeFileEntry
File.InodeFileEntryOrBuilder - Interface in tachyon.proto.journal
 
File.InodeLastModificationTimeEntry - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.InodeLastModificationTimeEntry
File.InodeLastModificationTimeEntry.Builder - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.InodeLastModificationTimeEntry
File.InodeLastModificationTimeEntryOrBuilder - Interface in tachyon.proto.journal
 
File.PersistDirectoryEntry - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.PersistDirectoryEntry
File.PersistDirectoryEntry.Builder - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.PersistDirectoryEntry
File.PersistDirectoryEntryOrBuilder - Interface in tachyon.proto.journal
 
File.PersistFileEntry - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.PersistFileEntry
File.PersistFileEntry.Builder - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.PersistFileEntry
File.PersistFileEntryOrBuilder - Interface in tachyon.proto.journal
 
File.ReinitializeFileEntry - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.ReinitializeFileEntry
File.ReinitializeFileEntry.Builder - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.ReinitializeFileEntry
File.ReinitializeFileEntryOrBuilder - Interface in tachyon.proto.journal
 
File.RenameEntry - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.RenameEntry
File.RenameEntry.Builder - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.RenameEntry
File.RenameEntryOrBuilder - Interface in tachyon.proto.journal
 
File.SetAclEntry - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.SetAclEntry
File.SetAclEntry.Builder - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.SetAclEntry
File.SetAclEntryOrBuilder - Interface in tachyon.proto.journal
 
File.SetStateEntry - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.SetStateEntry
File.SetStateEntry.Builder - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.SetStateEntry
File.SetStateEntryOrBuilder - Interface in tachyon.proto.journal
 
FILE_DIR_PERMISSION_DIFF - Static variable in class tachyon.Constants
 
FILE_ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.AsyncPersistRequestEntry
 
FILE_SYSTEM_MASTER_CLIENT_SERVICE_NAME - Static variable in class tachyon.Constants
 
FILE_SYSTEM_MASTER_CLIENT_SERVICE_VERSION - Static variable in class tachyon.Constants
 
FILE_SYSTEM_MASTER_NAME - Static variable in class tachyon.Constants
 
FILE_SYSTEM_MASTER_WORKER_SERVICE_NAME - Static variable in class tachyon.Constants
 
FILE_SYSTEM_MASTER_WORKER_SERVICE_VERSION - Static variable in class tachyon.Constants
 
FILE_TO_PERSIST_MUST_BE_COMPLETE - Static variable in class tachyon.exception.PreconditionMessage
 
FILE_WRITE_LOCATION_POLICY_UNSPECIFIED - Static variable in class tachyon.exception.PreconditionMessage
 
FileAlreadyCompletedException - Exception in tachyon.exception
The exception thrown when a file is already completed in Tachyon.
FileAlreadyCompletedException(String) - Constructor for exception tachyon.exception.FileAlreadyCompletedException
Constructs a new exception with the specified detail message.
FileAlreadyCompletedException(String, Throwable) - Constructor for exception tachyon.exception.FileAlreadyCompletedException
Constructs a new exception with the specified detail message and cause.
FileAlreadyCompletedException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.FileAlreadyCompletedException
Constructs a new exception with the specified exception message and multiple parameters.
FileAlreadyCompletedException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.FileAlreadyCompletedException
Constructs a new exception with the specified exception message, the cause and multiple parameters.
FileAlreadyExistsException - Exception in tachyon.exception
The exception thrown when a file already exists in Tachyon.
FileAlreadyExistsException(String) - Constructor for exception tachyon.exception.FileAlreadyExistsException
Constructs a new exception with the specified detail message.
FileAlreadyExistsException(String, Throwable) - Constructor for exception tachyon.exception.FileAlreadyExistsException
Constructs a new exception with the specified detail message and cause.
FileAlreadyExistsException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.FileAlreadyExistsException
Constructs a new exception with the specified exception message and multiple parameters.
FileAlreadyExistsException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.FileAlreadyExistsException
Constructs a new exception with the specified exception message, the cause and multiple parameters.
FileBlockInfo - Class in tachyon.thrift
 
FileBlockInfo() - Constructor for class tachyon.thrift.FileBlockInfo
 
FileBlockInfo(BlockInfo, long, List<WorkerNetAddress>) - Constructor for class tachyon.thrift.FileBlockInfo
 
FileBlockInfo(FileBlockInfo) - Constructor for class tachyon.thrift.FileBlockInfo
Performs a deep copy on other.
FileBlockInfo._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileDataManager - Class in tachyon.worker.file
Responsible for Storing files into under file system.
FileDataManager(BlockDataManager) - Constructor for class tachyon.worker.file.FileDataManager
Creates a new instance of FileDataManager.
FileDoesNotExistException - Exception in tachyon.exception
The exception thrown when a file does not exist in Tachyon.
FileDoesNotExistException(String) - Constructor for exception tachyon.exception.FileDoesNotExistException
Constructs a new exception with the specified detail message.
FileDoesNotExistException(String, Throwable) - Constructor for exception tachyon.exception.FileDoesNotExistException
Constructs a new exception with the specified detail message and cause.
FileDoesNotExistException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.FileDoesNotExistException
Constructs a new exception with the specified exception message and multiple parameters.
FileDoesNotExistException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.FileDoesNotExistException
Constructs a new exception with the specified exception message, the cause and multiple parameters.
fileId - Variable in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
the id of the file being accessed
fileId - Variable in class tachyon.thrift.FileInfo
 
fileId - Variable in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
the id of the file or directory
fileId - Variable in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
the id of the file
fileId - Variable in class tachyon.thrift.PersistFile
 
FileInfo - Class in tachyon.thrift
 
FileInfo() - Constructor for class tachyon.thrift.FileInfo
 
FileInfo(long, String, String, String, long, long, long, boolean, boolean, boolean, boolean, boolean, List<Long>, int, long, long, String, String, int, String) - Constructor for class tachyon.thrift.FileInfo
 
FileInfo(FileInfo) - Constructor for class tachyon.thrift.FileInfo
Performs a deep copy on other.
FileInfo._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileInfoCommand - Class in tachyon.shell.command
Displays the file's all blocks info.
FileInfoCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.FileInfoCommand
 
FileInStream - Class in tachyon.client.file
A streaming API to read a file.
FileInStream(FileInfo, InStreamOptions) - Constructor for class tachyon.client.file.FileInStream
Creates a new file input stream.
FileOutStream - Class in tachyon.client.file
Provides a streaming API to write a file.
FileOutStream(TachyonURI, OutStreamOptions) - Constructor for class tachyon.client.file.FileOutStream
Creates a new file output stream.
FileSystem - Interface in tachyon.client.file
Basic file system interface supporting metadata operations and data operations.
FileSystem.Factory - Class in tachyon.client.file
 
FileSystemAction - Enum in tachyon.security.authorization
POSIX style file system actions, e.g.
FileSystemCommand - Class in tachyon.thrift
 
FileSystemCommand() - Constructor for class tachyon.thrift.FileSystemCommand
 
FileSystemCommand(CommandType, FileSystemCommandOptions) - Constructor for class tachyon.thrift.FileSystemCommand
 
FileSystemCommand(FileSystemCommand) - Constructor for class tachyon.thrift.FileSystemCommand
Performs a deep copy on other.
FileSystemCommand._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemCommandOptions - Class in tachyon.thrift
 
FileSystemCommandOptions() - Constructor for class tachyon.thrift.FileSystemCommandOptions
 
FileSystemCommandOptions(FileSystemCommandOptions._Fields, Object) - Constructor for class tachyon.thrift.FileSystemCommandOptions
 
FileSystemCommandOptions(FileSystemCommandOptions) - Constructor for class tachyon.thrift.FileSystemCommandOptions
 
FileSystemCommandOptions._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemContext - Enum in tachyon.client.file
A shared context in each client JVM for common file master client functionality such as a pool of master clients.
FileSystemMaster - Class in tachyon.master.file
The master that handles all file system metadata management.
FileSystemMaster(BlockMaster, Journal) - Constructor for class tachyon.master.file.FileSystemMaster
Creates a new instance of FileSystemMaster.
FileSystemMasterClient - Class in tachyon.client.file
A wrapper for the thrift client to interact with the file system master, used by tachyon clients.
FileSystemMasterClient(InetSocketAddress, TachyonConf) - Constructor for class tachyon.client.file.FileSystemMasterClient
Creates a new file system master client.
FileSystemMasterClient - Class in tachyon.worker.file
A wrapper for the thrift client to interact with the file system master, used by Tachyon worker.
FileSystemMasterClient(InetSocketAddress, TachyonConf) - Constructor for class tachyon.worker.file.FileSystemMasterClient
Creates a instance of FileSystemMasterClient.
FileSystemMasterClientService - Class in tachyon.thrift
 
FileSystemMasterClientService() - Constructor for class tachyon.thrift.FileSystemMasterClientService
 
FileSystemMasterClientService.AsyncClient - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncClient.completeFile_call - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncClient.createDirectory_call - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncClient.createFile_call - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncClient.Factory - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncClient.free_call - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncClient.getFileBlockInfoList_call - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncClient.getNewBlockIdForFile_call - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncClient.getStatus_call - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncClient.getStatusInternal_call - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncClient.getUfsAddress_call - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncClient.listStatus_call - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncClient.loadMetadata_call - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncClient.mount_call - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncClient.remove_call - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncClient.rename_call - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncClient.scheduleAsyncPersist_call - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncClient.setAcl_call - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncClient.setAttribute_call - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncClient.unmount_call - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncIface - Interface in tachyon.thrift
 
FileSystemMasterClientService.AsyncProcessor<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncProcessor.completeFile<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncProcessor.createDirectory<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncProcessor.createFile<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncProcessor.free<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncProcessor.getFileBlockInfoList<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncProcessor.getNewBlockIdForFile<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncProcessor.getStatus<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncProcessor.getStatusInternal<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncProcessor.getUfsAddress<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncProcessor.listStatus<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncProcessor.loadMetadata<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncProcessor.mount<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncProcessor.remove<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncProcessor.rename<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncProcessor.scheduleAsyncPersist<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncProcessor.setAcl<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncProcessor.setAttribute<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterClientService.AsyncProcessor.unmount<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterClientService.Client - Class in tachyon.thrift
 
FileSystemMasterClientService.Client.Factory - Class in tachyon.thrift
 
FileSystemMasterClientService.completeFile_args - Class in tachyon.thrift
 
FileSystemMasterClientService.completeFile_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.completeFile_result - Class in tachyon.thrift
 
FileSystemMasterClientService.completeFile_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.createDirectory_args - Class in tachyon.thrift
 
FileSystemMasterClientService.createDirectory_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.createDirectory_result - Class in tachyon.thrift
 
FileSystemMasterClientService.createDirectory_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.createFile_args - Class in tachyon.thrift
 
FileSystemMasterClientService.createFile_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.createFile_result - Class in tachyon.thrift
 
FileSystemMasterClientService.createFile_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.free_args - Class in tachyon.thrift
 
FileSystemMasterClientService.free_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.free_result - Class in tachyon.thrift
 
FileSystemMasterClientService.free_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.getFileBlockInfoList_args - Class in tachyon.thrift
 
FileSystemMasterClientService.getFileBlockInfoList_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.getFileBlockInfoList_result - Class in tachyon.thrift
 
FileSystemMasterClientService.getFileBlockInfoList_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.getNewBlockIdForFile_args - Class in tachyon.thrift
 
FileSystemMasterClientService.getNewBlockIdForFile_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.getNewBlockIdForFile_result - Class in tachyon.thrift
 
FileSystemMasterClientService.getNewBlockIdForFile_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.getStatus_args - Class in tachyon.thrift
 
FileSystemMasterClientService.getStatus_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.getStatus_result - Class in tachyon.thrift
 
FileSystemMasterClientService.getStatus_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.getStatusInternal_args - Class in tachyon.thrift
 
FileSystemMasterClientService.getStatusInternal_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.getStatusInternal_result - Class in tachyon.thrift
 
FileSystemMasterClientService.getStatusInternal_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.getUfsAddress_args - Class in tachyon.thrift
 
FileSystemMasterClientService.getUfsAddress_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.getUfsAddress_result - Class in tachyon.thrift
 
FileSystemMasterClientService.getUfsAddress_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.Iface - Interface in tachyon.thrift
This interface contains file system master service endpoints for Tachyon clients.
FileSystemMasterClientService.listStatus_args - Class in tachyon.thrift
 
FileSystemMasterClientService.listStatus_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.listStatus_result - Class in tachyon.thrift
 
FileSystemMasterClientService.listStatus_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.loadMetadata_args - Class in tachyon.thrift
 
FileSystemMasterClientService.loadMetadata_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.loadMetadata_result - Class in tachyon.thrift
 
FileSystemMasterClientService.loadMetadata_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.mount_args - Class in tachyon.thrift
 
FileSystemMasterClientService.mount_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.mount_result - Class in tachyon.thrift
 
FileSystemMasterClientService.mount_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.Processor<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
 
FileSystemMasterClientService.Processor.completeFile<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
 
FileSystemMasterClientService.Processor.createDirectory<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
 
FileSystemMasterClientService.Processor.createFile<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
 
FileSystemMasterClientService.Processor.free<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
 
FileSystemMasterClientService.Processor.getFileBlockInfoList<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
 
FileSystemMasterClientService.Processor.getNewBlockIdForFile<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
 
FileSystemMasterClientService.Processor.getStatus<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
 
FileSystemMasterClientService.Processor.getStatusInternal<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
 
FileSystemMasterClientService.Processor.getUfsAddress<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
 
FileSystemMasterClientService.Processor.listStatus<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
 
FileSystemMasterClientService.Processor.loadMetadata<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
 
FileSystemMasterClientService.Processor.mount<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
 
FileSystemMasterClientService.Processor.remove<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
 
FileSystemMasterClientService.Processor.rename<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
 
FileSystemMasterClientService.Processor.scheduleAsyncPersist<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
 
FileSystemMasterClientService.Processor.setAcl<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
 
FileSystemMasterClientService.Processor.setAttribute<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
 
FileSystemMasterClientService.Processor.unmount<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
 
FileSystemMasterClientService.remove_args - Class in tachyon.thrift
 
FileSystemMasterClientService.remove_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.remove_result - Class in tachyon.thrift
 
FileSystemMasterClientService.remove_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.rename_args - Class in tachyon.thrift
 
FileSystemMasterClientService.rename_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.rename_result - Class in tachyon.thrift
 
FileSystemMasterClientService.rename_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.scheduleAsyncPersist_args - Class in tachyon.thrift
 
FileSystemMasterClientService.scheduleAsyncPersist_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.scheduleAsyncPersist_result - Class in tachyon.thrift
 
FileSystemMasterClientService.scheduleAsyncPersist_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.setAcl_args - Class in tachyon.thrift
 
FileSystemMasterClientService.setAcl_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.setAcl_result - Class in tachyon.thrift
 
FileSystemMasterClientService.setAcl_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.setAttribute_args - Class in tachyon.thrift
 
FileSystemMasterClientService.setAttribute_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.setAttribute_result - Class in tachyon.thrift
 
FileSystemMasterClientService.setAttribute_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.unmount_args - Class in tachyon.thrift
 
FileSystemMasterClientService.unmount_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientService.unmount_result - Class in tachyon.thrift
 
FileSystemMasterClientService.unmount_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterClientServiceHandler - Class in tachyon.master.file
This class is a Thrift handler for file system master RPCs invoked by a Tachyon client.
FileSystemMasterClientServiceHandler(FileSystemMaster) - Constructor for class tachyon.master.file.FileSystemMasterClientServiceHandler
Creates a new instance of FileSystemMasterClientServiceHandler.
FileSystemMasterView - Class in tachyon.master.file.meta
This class exposes a read-only view of FileSystemMaster.
FileSystemMasterView(FileSystemMaster) - Constructor for class tachyon.master.file.meta.FileSystemMasterView
Constructs a view of the FileSystemMaster.
FileSystemMasterWorkerService - Class in tachyon.thrift
 
FileSystemMasterWorkerService() - Constructor for class tachyon.thrift.FileSystemMasterWorkerService
 
FileSystemMasterWorkerService.AsyncClient - Class in tachyon.thrift
 
FileSystemMasterWorkerService.AsyncClient.Factory - Class in tachyon.thrift
 
FileSystemMasterWorkerService.AsyncClient.getFileInfo_call - Class in tachyon.thrift
 
FileSystemMasterWorkerService.AsyncClient.getPinIdList_call - Class in tachyon.thrift
 
FileSystemMasterWorkerService.AsyncClient.heartbeat_call - Class in tachyon.thrift
 
FileSystemMasterWorkerService.AsyncIface - Interface in tachyon.thrift
 
FileSystemMasterWorkerService.AsyncProcessor<I extends FileSystemMasterWorkerService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterWorkerService.AsyncProcessor.getFileInfo<I extends FileSystemMasterWorkerService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterWorkerService.AsyncProcessor.getPinIdList<I extends FileSystemMasterWorkerService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterWorkerService.AsyncProcessor.heartbeat<I extends FileSystemMasterWorkerService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterWorkerService.Client - Class in tachyon.thrift
 
FileSystemMasterWorkerService.Client.Factory - Class in tachyon.thrift
 
FileSystemMasterWorkerService.getFileInfo_args - Class in tachyon.thrift
 
FileSystemMasterWorkerService.getFileInfo_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterWorkerService.getFileInfo_result - Class in tachyon.thrift
 
FileSystemMasterWorkerService.getFileInfo_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterWorkerService.getPinIdList_args - Class in tachyon.thrift
 
FileSystemMasterWorkerService.getPinIdList_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterWorkerService.getPinIdList_result - Class in tachyon.thrift
 
FileSystemMasterWorkerService.getPinIdList_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterWorkerService.heartbeat_args - Class in tachyon.thrift
 
FileSystemMasterWorkerService.heartbeat_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterWorkerService.heartbeat_result - Class in tachyon.thrift
 
FileSystemMasterWorkerService.heartbeat_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterWorkerService.Iface - Interface in tachyon.thrift
This interface contains file system master service endpoints for Tachyon workers.
FileSystemMasterWorkerService.Processor<I extends FileSystemMasterWorkerService.Iface> - Class in tachyon.thrift
 
FileSystemMasterWorkerService.Processor.getFileInfo<I extends FileSystemMasterWorkerService.Iface> - Class in tachyon.thrift
 
FileSystemMasterWorkerService.Processor.getPinIdList<I extends FileSystemMasterWorkerService.Iface> - Class in tachyon.thrift
 
FileSystemMasterWorkerService.Processor.heartbeat<I extends FileSystemMasterWorkerService.Iface> - Class in tachyon.thrift
 
FileSystemMasterWorkerServiceHandler - Class in tachyon.master.file
This class is a Thrift handler for file system master RPCs invoked by a Tachyon worker.
FileSystemMasterWorkerServiceHandler(FileSystemMaster) - Constructor for class tachyon.master.file.FileSystemMasterWorkerServiceHandler
Creates a new instance of FileSystemMasterWorkerServiceHandler.
FileSystemPermission - Class in tachyon.security.authorization
A class for file/directory permissions.
FileSystemPermission(FileSystemAction, FileSystemAction, FileSystemAction) - Constructor for class tachyon.security.authorization.FileSystemPermission
Constructs an instance of FileSystemPermission with the given FileSystemAction.
FileSystemPermission(short) - Constructor for class tachyon.security.authorization.FileSystemPermission
Constructs an instance of FileSystemPermission with the given mode.
FileSystemPermission(FileSystemPermission) - Constructor for class tachyon.security.authorization.FileSystemPermission
Copy constructor.
FileSystemPermissionChecker - Class in tachyon.master.permission
Base class to provide permission check logic.
FileSystemPermissionChecker() - Constructor for class tachyon.master.permission.FileSystemPermissionChecker
 
FileSystemUtils - Class in tachyon.client.file
Collection of utility methods to handle with FileSystem related objects
FileSystemWorker - Class in tachyon.worker.file
This class is responsible for managing all top level components of the file system worker.
FileSystemWorker(BlockDataManager) - Constructor for class tachyon.worker.file.FileSystemWorker
Creates a new instance of FileSystemWorker.
FileTransferType - Enum in tachyon.worker.netty
How a read response will transfer block data over the network.
FileUtils - Class in tachyon.util.io
Provides utility methods for working with files and directories.
FileWriteLocationPolicy - Interface in tachyon.client.file.policy
Interface for the location policy of which workers a file's blocks are written into.
find(String, TachyonConf) - Static method in class tachyon.underfs.UnderFileSystemRegistry
Finds the first Under File System factory that supports the given path
findAll(String, TachyonConf) - Static method in class tachyon.underfs.UnderFileSystemRegistry
Finds all the Under File System factories that support the given path
findByName(String) - Static method in enum tachyon.thrift.BlockInfo._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockLocation._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getBlockInfo_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getBlockInfo_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getCapacityBytes_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getCapacityBytes_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getUsedBytes_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getUsedBytes_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.commitBlock_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.commitBlock_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.getWorkerId_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.getWorkerId_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.heartbeat_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.heartbeat_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.registerWorker_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.registerWorker_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.accessBlock_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.accessBlock_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.cacheBlock_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.cacheBlock_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.cancelBlock_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.cancelBlock_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.lockBlock_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.lockBlock_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.promoteBlock_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.promoteBlock_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestSpace_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestSpace_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.unlockBlock_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.unlockBlock_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.Command._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.CommandLineJobInfo._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.CompleteFileTOptions._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.CreateDirectoryTOptions._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.CreateFileTOptions._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.DependencyInfo._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileBlockInfo._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileInfo._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemCommand._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemCommandOptions._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.completeFile_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.completeFile_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createDirectory_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createDirectory_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createFile_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createFile_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.free_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.free_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatus_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatus_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.listStatus_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.listStatus_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.loadMetadata_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.loadMetadata_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.mount_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.mount_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.remove_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.remove_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.rename_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.rename_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAcl_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAcl_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAttribute_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAttribute_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.unmount_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.unmount_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.JobConfInfo._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completePartition_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completePartition_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completeStore_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completeStore_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.createStore_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.createStore_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.deleteStore_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.deleteStore_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.mergeStore_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.mergeStore_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.get_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.get_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getSize_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getSize_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.LineageInfo._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.LineageMasterClientService.createLineage_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.LineageMasterClientService.createLineage_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.LineageMasterClientService.deleteLineage_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.LineageMasterClientService.deleteLineage_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.LineageMasterClientService.getLineageInfoList_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.LineageMasterClientService.getLineageInfoList_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.LineageMasterClientService.reinitializeFile_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.LineageMasterClientService.reinitializeFile_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.LineageMasterClientService.reportLostFile_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.LineageMasterClientService.reportLostFile_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.LockBlockResult._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.PartitionInfo._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.PersistCommandOptions._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.PersistFile._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.RpcOptions._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.SetAclTOptions._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.SetAttributeTOptions._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.TachyonService.getServiceVersion_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.TachyonService.getServiceVersion_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.TachyonTException._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.ThriftIOException._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.WorkerInfo._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.WorkerNetAddress._Fields
Find the _Fields constant that matches name, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockInfo._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockLocation._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getBlockInfo_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getBlockInfo_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getCapacityBytes_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getCapacityBytes_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getUsedBytes_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getUsedBytes_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.commitBlock_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.commitBlock_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.getWorkerId_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.getWorkerId_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.heartbeat_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.heartbeat_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.registerWorker_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.registerWorker_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.accessBlock_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.accessBlock_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.cacheBlock_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.cacheBlock_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.cancelBlock_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.cancelBlock_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.lockBlock_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.lockBlock_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.promoteBlock_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.promoteBlock_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestSpace_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestSpace_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.unlockBlock_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.unlockBlock_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.Command._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.CommandLineJobInfo._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.CompleteFileTOptions._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.CreateDirectoryTOptions._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.CreateFileTOptions._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.DependencyInfo._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileBlockInfo._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileInfo._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemCommand._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemCommandOptions._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.completeFile_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.completeFile_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createDirectory_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createDirectory_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createFile_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createFile_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.free_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.free_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatus_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatus_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.listStatus_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.listStatus_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.loadMetadata_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.loadMetadata_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.mount_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.mount_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.remove_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.remove_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.rename_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.rename_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAcl_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAcl_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAttribute_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAttribute_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.unmount_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.unmount_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.JobConfInfo._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completePartition_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completePartition_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completeStore_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completeStore_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.createStore_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.createStore_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.deleteStore_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.deleteStore_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.mergeStore_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.mergeStore_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.get_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.get_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getSize_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getSize_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.LineageInfo._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterClientService.createLineage_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterClientService.createLineage_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterClientService.deleteLineage_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterClientService.deleteLineage_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterClientService.getLineageInfoList_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterClientService.getLineageInfoList_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterClientService.reinitializeFile_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterClientService.reinitializeFile_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterClientService.reportLostFile_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterClientService.reportLostFile_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.LockBlockResult._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.PartitionInfo._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.PersistCommandOptions._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.PersistFile._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.RpcOptions._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.SetAclTOptions._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.SetAttributeTOptions._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.TachyonService.getServiceVersion_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.TachyonService.getServiceVersion_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.TachyonTException._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.ThriftIOException._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.WorkerInfo._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.WorkerNetAddress._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockInfo._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockLocation._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getBlockInfo_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getBlockInfo_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getCapacityBytes_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getCapacityBytes_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getUsedBytes_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getUsedBytes_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.commitBlock_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.commitBlock_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.getWorkerId_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.getWorkerId_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.heartbeat_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.heartbeat_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.registerWorker_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.registerWorker_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.accessBlock_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.accessBlock_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.cacheBlock_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.cacheBlock_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.cancelBlock_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.cancelBlock_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.lockBlock_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.lockBlock_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.promoteBlock_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.promoteBlock_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestSpace_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestSpace_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.unlockBlock_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.unlockBlock_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.Command._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.CommandLineJobInfo._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.CompleteFileTOptions._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.CreateDirectoryTOptions._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.CreateFileTOptions._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.DependencyInfo._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileBlockInfo._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileInfo._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemCommand._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemCommandOptions._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.completeFile_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.completeFile_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createDirectory_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createDirectory_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createFile_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createFile_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.free_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.free_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatus_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatus_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.listStatus_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.listStatus_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.loadMetadata_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.loadMetadata_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.mount_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.mount_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.remove_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.remove_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.rename_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.rename_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAcl_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAcl_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAttribute_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAttribute_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.unmount_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.unmount_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.JobConfInfo._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completePartition_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completePartition_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completeStore_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completeStore_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.createStore_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.createStore_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.deleteStore_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.deleteStore_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.mergeStore_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.mergeStore_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.get_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.get_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getSize_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getSize_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageInfo._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterClientService.createLineage_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterClientService.createLineage_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterClientService.deleteLineage_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterClientService.deleteLineage_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterClientService.getLineageInfoList_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterClientService.getLineageInfoList_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterClientService.reinitializeFile_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterClientService.reinitializeFile_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterClientService.reportLostFile_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterClientService.reportLostFile_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LockBlockResult._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.PartitionInfo._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.PersistCommandOptions._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.PersistFile._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.RpcOptions._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.SetAclTOptions._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.SetAttributeTOptions._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.TachyonService.getServiceVersion_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.TachyonService.getServiceVersion_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.TachyonTException._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.ThriftIOException._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.WorkerInfo._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.WorkerNetAddress._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByValue(int) - Static method in enum tachyon.thrift.CommandType
Find a the enum type by its integer value, as defined in the Thrift IDL.
fingerprintHash(byte[]) - Method in class tachyon.client.keyvalue.LinearProbingIndex
Hashes a key in byte array into a non-zero, one byte fingerprint.
fingerprintHash(ByteBuffer) - Method in class tachyon.client.keyvalue.LinearProbingIndex
Hashes a key in ByteBuffer into a non-zero, one byte fingerprint.
finishSending() - Method in class tachyon.worker.DataServerMessage
Returns whether the message finishes sending or not.
FIRST_COMPLETED_LOG_NUMBER - Static variable in class tachyon.master.journal.Journal
The log number for the first completed log file.
flush() - Method in class tachyon.client.block.LocalBlockOutStream
 
flush() - Method in class tachyon.client.block.RemoteBlockOutStream
 
flush() - Method in class tachyon.client.file.FileOutStream
 
flush() - Method in class tachyon.client.lineage.DummyFileOutputStream
 
flush() - Method in interface tachyon.master.journal.JournalOutputStream
Flushes the stream.
flush() - Method in class tachyon.underfs.oss.OSSOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class tachyon.underfs.s3.S3OutputStream
 
flush() - Method in class tachyon.underfs.swift.SwiftOutputStream
 
flushJournal() - Method in class tachyon.master.MasterBase
Flushes the journal.
Format - Class in tachyon
Format Tachyon File System.
FORMAT_FILE_PREFIX - Static variable in class tachyon.Constants
 
formatPermission(short, boolean) - Static method in class tachyon.util.FormatUtils
Formats file permission to human-readable version.
formatTimeTakenMs(long, String) - Static method in class tachyon.util.FormatUtils
Formats time elapsed since the given start time (in milliseconds).
formatTimeTakenNs(long, String) - Static method in class tachyon.util.FormatUtils
Formats time elapsed since the given start time (in nanoseconds).
FormatUtils - Class in tachyon.util
Utility methods to parse specific formats, print according to specific formats or transform among different formats.
free(TachyonURI) - Method in class tachyon.client.file.BaseFileSystem
 
free(TachyonURI, FreeOptions) - Method in class tachyon.client.file.BaseFileSystem
 
free(TachyonURI) - Method in interface tachyon.client.file.FileSystem
Convenience method for FileSystem.free(TachyonURI, FreeOptions) with default options.
free(TachyonURI, FreeOptions) - Method in interface tachyon.client.file.FileSystem
Evicts any data under the given path from Tachyon space, but does not delete the data from the UFS.
free(TachyonURI, FreeOptions) - Method in class tachyon.client.file.FileSystemMasterClient
Frees a file.
free(TachyonURI, boolean) - Method in class tachyon.master.file.FileSystemMaster
Frees or evicts all of the blocks of the file from tachyon storage.
free(String, boolean) - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
 
free(String, boolean, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient
 
free(String, boolean, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterClientService.AsyncIface
 
free() - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.free
 
free(String, boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
free(String, boolean) - Method in interface tachyon.thrift.FileSystemMasterClientService.Iface
Frees the given file or directory from Tachyon.
free() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor.free
 
free_args() - Constructor for class tachyon.thrift.FileSystemMasterClientService.free_args
 
free_args(String, boolean) - Constructor for class tachyon.thrift.FileSystemMasterClientService.free_args
 
free_args(FileSystemMasterClientService.free_args) - Constructor for class tachyon.thrift.FileSystemMasterClientService.free_args
Performs a deep copy on other.
free_call(String, boolean, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.free_call
 
free_result() - Constructor for class tachyon.thrift.FileSystemMasterClientService.free_result
 
free_result(TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterClientService.free_result
 
free_result(FileSystemMasterClientService.free_result) - Constructor for class tachyon.thrift.FileSystemMasterClientService.free_result
Performs a deep copy on other.
FreeCommand - Class in tachyon.shell.command
Frees the given file or folder from Tachyon in-memory (recursively freeing all children if a folder).
FreeCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.FreeCommand
Constructs a new instance to free the given file or folder from Tachyon.
FreeOptions - Class in tachyon.client.file.options
Method option for freeing space.
freeSpace(long, long, String) - Method in class tachyon.worker.block.BlockDataManager
Frees space to make a specific amount of bytes available in the tier.
freeSpace(long, long, BlockStoreLocation) - Method in class tachyon.worker.block.TieredBlockStore
 
freeSpaceWithView(long, BlockStoreLocation, BlockMetadataManagerView) - Method in interface tachyon.worker.block.evictor.Evictor
Frees space in the given block store location and with the given view.
freeSpaceWithView(long, BlockStoreLocation, BlockMetadataManagerView) - Method in class tachyon.worker.block.evictor.EvictorBase
 
freeSpaceWithView(long, BlockStoreLocation, BlockMetadataManagerView) - Method in class tachyon.worker.block.evictor.GreedyEvictor
 
freeSpaceWithView(long, BlockStoreLocation, BlockMetadataManagerView) - Method in class tachyon.worker.block.evictor.LRFUEvictor
 
from(TachyonTException) - Static method in exception tachyon.exception.TachyonException
Constructs a TachyonException from a TachyonTException.
FROM_STORE_ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.KeyValue.MergeStoreEntry
 
fromJournalEntry(File.InodeDirectoryEntry) - Static method in class tachyon.master.file.meta.InodeDirectory
Converts the entry to an InodeDirectory.
fromJournalEntry(File.InodeFileEntry) - Static method in class tachyon.master.file.meta.InodeFile
Converts the entry to an InodeFile.
fromJournalEntry(Lineage.LineageEntry) - Static method in class tachyon.master.lineage.meta.Lineage
Converts the entry to a Lineage.
fromPath - Variable in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
the path of the store to be merged
fromShort(short) - Static method in enum tachyon.network.protocol.RPCResponse.Status
Returns the RPCResponse.Status represented by the short.
fromShort(short) - Method in class tachyon.security.authorization.FileSystemPermission
Sets attributes of FileSystemPermission from its digital representation.
fromThriftOptions(SetAttributeTOptions) - Static method in class tachyon.client.file.options.SetAttributeOptions
 
FUSE_DEBUG_ENABLE - Static variable in class tachyon.Constants
Have the fuse process log every FS request
FUSE_DEFAULT_MOUNTPOINT - Static variable in class tachyon.Constants
 
FUSE_FS_NAME - Static variable in class tachyon.Constants
FUSE file system name
FUSE_FS_ROOT - Static variable in class tachyon.Constants
 
FUSE_MAXWRITE_BYTES - Static variable in class tachyon.Constants
Passed to fuse-mount, maximum granularity of write operations: Capped by the kernel to 128KB max (as of Linux 3.16.0).
FUSE_PATHCACHE_SIZE - Static variable in class tachyon.Constants
Maxium number of Tachyon Paths to cache for fuse conversion

G

GB - Static variable in class tachyon.Constants
 
GeneralWorker(int, int, int, ByteBuffer, boolean, boolean, String) - Constructor for class tachyon.examples.Performance.GeneralWorker
 
generateClientFileInfo(String) - Method in class tachyon.master.file.meta.Inode
Generates a FileInfo of the file or folder.
generateClientFileInfo(String) - Method in class tachyon.master.file.meta.InodeDirectory
Generates client file info for the folder.
generateClientFileInfo(String) - Method in class tachyon.master.file.meta.InodeFile
 
generateClientWorkerInfo() - Method in class tachyon.master.block.meta.MasterWorkerInfo
 
generateCommandLineJobInfo() - Method in class tachyon.job.CommandLineJob
Generates the CommandLineJobInfo for the command.
generateNewByteBufferFromThriftRPCResults(ByteBuffer) - Static method in class tachyon.util.io.BufferUtils
Extracts a correct ByteBuffer from Thrift RPC result.
generatePlan(LineageStoreView, FileSystemMasterView) - Method in class tachyon.master.lineage.checkpoint.CheckpointLatestPlanner
 
generatePlan(LineageStoreView, FileSystemMasterView) - Method in interface tachyon.master.lineage.checkpoint.CheckpointPlanner
Generates a plan to decide what lineages to checkpoint.
generateReport() - Method in class tachyon.worker.block.BlockHeartbeatReporter
Generates the report of the block store delta in the last heartbeat period.
get() - Static method in class tachyon.client.block.TachyonBlockStore
 
get() - Static method in class tachyon.client.file.BaseFileSystem
 
get() - Static method in class tachyon.client.file.FileSystem.Factory
 
get(byte[]) - Method in class tachyon.client.keyvalue.ByteBufferKeyValuePartitionReader
Gets the value associated with the given key in the key-value partition, returning null if the key is not found.
get(ByteBuffer) - Method in class tachyon.client.keyvalue.ByteBufferKeyValuePartitionReader
 
get(ByteBuffer, PayloadReader) - Method in interface tachyon.client.keyvalue.Index
Gets the bytes of value given the key and payload storage reader.
get(byte[]) - Method in interface tachyon.client.keyvalue.KeyValuePartitionReader
Gets the value associated with the given key in the key-value partition, returning null if the key is not found.
get(ByteBuffer) - Method in interface tachyon.client.keyvalue.KeyValuePartitionReader
Gets the value associated with the given key in the key-value partition, returning null if the key is not found.
get(byte[]) - Method in interface tachyon.client.keyvalue.KeyValueStoreReader
Gets the value associated with key, returns null if not found.
get(ByteBuffer) - Method in interface tachyon.client.keyvalue.KeyValueStoreReader
Gets the value associated with key, returns null if not found.
get(long, ByteBuffer) - Method in class tachyon.client.keyvalue.KeyValueWorkerClient
Gets the value of a given key from a specific key-value block.
get(ByteBuffer, PayloadReader) - Method in class tachyon.client.keyvalue.LinearProbingIndex
 
get() - Static method in class tachyon.client.lineage.LineageFileSystem
 
get() - Static method in class tachyon.client.lineage.TachyonLineage
 
get() - Method in class tachyon.client.netty.SingleResponseListener
Waits to receive the response and returns the response message.
get(long, TimeUnit) - Method in class tachyon.client.netty.SingleResponseListener
Waits to receive the response for at most a specified time, and returns the response message.
get(String) - Method in class tachyon.conf.TachyonConf
Gets the value for the given key in the Properties.
get() - Static method in class tachyon.security.authentication.PlainSaslServer.AuthorizedClientUser
Gets the User from the ThreadLocal variable.
get(TachyonConf, boolean) - Static method in class tachyon.security.authorization.PermissionStatus
Creates the PermissionStatus for a file or a directory.
get(TachyonConf) - Static method in class tachyon.security.LoginUser
Gets current singleton login user.
get(long, ByteBuffer, AsyncMethodCallback) - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncClient
 
get(long, ByteBuffer, AsyncMethodCallback) - Method in interface tachyon.thrift.KeyValueWorkerClientService.AsyncIface
 
get() - Constructor for class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor.get
 
get(long, ByteBuffer) - Method in class tachyon.thrift.KeyValueWorkerClientService.Client
 
get(long, ByteBuffer) - Method in interface tachyon.thrift.KeyValueWorkerClientService.Iface
Looks up a key in the block with the given block id.
get() - Constructor for class tachyon.thrift.KeyValueWorkerClientService.Processor.get
 
get(String, TachyonConf) - Static method in class tachyon.underfs.UnderFileSystem
Gets the UnderFileSystem instance according to its schema.
get(String, Object, TachyonConf) - Static method in class tachyon.underfs.UnderFileSystem
Gets the UnderFileSystem instance according to its scheme and configuration.
get() - Static method in class tachyon.underfs.UnderFileSystemCluster
 
get(String, TachyonConf) - Static method in class tachyon.underfs.UnderFileSystemCluster
Create an underfs test bed and register the shutdown hook.
get(long, ByteBuffer) - Method in class tachyon.worker.keyvalue.KeyValueWorkerClientServiceHandler
Gets the value for key in the given block, or null if key is not found.
get_args() - Constructor for class tachyon.thrift.KeyValueWorkerClientService.get_args
 
get_args(long, ByteBuffer) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.get_args
 
get_args(KeyValueWorkerClientService.get_args) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.get_args
Performs a deep copy on other.
get_call(long, ByteBuffer, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.AsyncClient.get_call
 
get_result() - Constructor for class tachyon.thrift.KeyValueWorkerClientService.get_result
 
get_result(ByteBuffer, TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.get_result
 
get_result(KeyValueWorkerClientService.get_result) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.get_result
Performs a deep copy on other.
getAbsolutePath() - Method in class tachyon.web.UIFileInfo
 
getAddedBlocks() - Method in class tachyon.worker.block.BlockHeartbeatReport
Gets the list of blocks added by the worker in the heartbeat this report represents.
getAddedBlocksOnTiers() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
the map of added blocks on all tiers
getAddedBlocksOnTiersSize() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
getAddMountPoint() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.AddMountPointEntry add_mount_point = 2;
getAddMountPoint() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.AddMountPointEntry add_mount_point = 2;
getAddMountPoint() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.AddMountPointEntry add_mount_point = 2;
getAddMountPointBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.AddMountPointEntry add_mount_point = 2;
getAddMountPointOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.AddMountPointEntry add_mount_point = 2;
getAddMountPointOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.AddMountPointEntry add_mount_point = 2;
getAddMountPointOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.AddMountPointEntry add_mount_point = 2;
getAddress() - Method in class tachyon.client.worker.BlockWorkerClient
 
getAddress() - Method in class tachyon.ClientBase
Returns the InetSocketAddress of the remote.
getAddress() - Method in class tachyon.master.LocalTachyonMaster
 
getAddress() - Method in class tachyon.MasterClientBase
Returns the InetSocketAddress of the master.
getAddress() - Method in class tachyon.thrift.WorkerInfo
 
getAlias(int) - Method in class tachyon.StorageTierAssoc
 
getAllInTopologicalOrder() - Method in class tachyon.collections.DirectedAcyclicGraph
Gets all payloads of the DAG in the topological order.
getAllInTopologicalOrder() - Method in class tachyon.master.lineage.meta.LineageStore
 
getAllLineagesInTopologicalOrder() - Method in class tachyon.master.lineage.meta.LineageStoreView
 
getAppConfigurationEntry(String) - Method in class tachyon.security.login.TachyonJaasConfiguration
 
getAsyncClient(TNonblockingTransport) - Method in class tachyon.thrift.BlockMasterClientService.AsyncClient.Factory
 
getAsyncClient(TNonblockingTransport) - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncClient.Factory
 
getAsyncClient(TNonblockingTransport) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.Factory
 
getAsyncClient(TNonblockingTransport) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.Factory
 
getAsyncClient(TNonblockingTransport) - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncClient.Factory
 
getAsyncClient(TNonblockingTransport) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncClient.Factory
 
getAsyncClient(TNonblockingTransport) - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncClient.Factory
 
getAsyncClient(TNonblockingTransport) - Method in class tachyon.thrift.LineageMasterClientService.AsyncClient.Factory
 
getAsyncClient(TNonblockingTransport) - Method in class tachyon.thrift.TachyonService.AsyncClient.Factory
 
getAsyncPersistRequest() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.AsyncPersistRequestEntry async_persist_request = 16;
getAsyncPersistRequest() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.AsyncPersistRequestEntry async_persist_request = 16;
getAsyncPersistRequest() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.AsyncPersistRequestEntry async_persist_request = 16;
getAsyncPersistRequestBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.AsyncPersistRequestEntry async_persist_request = 16;
getAsyncPersistRequestOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.AsyncPersistRequestEntry async_persist_request = 16;
getAsyncPersistRequestOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.AsyncPersistRequestEntry async_persist_request = 16;
getAsyncPersistRequestOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.AsyncPersistRequestEntry async_persist_request = 16;
getAuthName() - Method in enum tachyon.security.authentication.AuthType
 
getAuthority() - Method in class tachyon.TachyonURI
Gets the authority of the TachyonURI.
getAuthorizationID() - Method in class tachyon.security.authentication.PlainSaslServer
 
getAvailableBytes() - Method in class tachyon.master.block.meta.MasterWorkerInfo
 
getAvailableBytes(BlockStoreLocation) - Method in class tachyon.worker.block.BlockMetadataManager
Gets the amount of available space of given location in bytes.
getAvailableBytes(BlockStoreLocation) - Method in class tachyon.worker.block.BlockMetadataManagerView
Gets available bytes given certain location BlockMetadataManager.getAvailableBytes(BlockStoreLocation).
getAvailableBytes() - Method in class tachyon.worker.block.meta.StorageDir
Gets the total available capacity of this StorageDir in bytes.
getAvailableBytes() - Method in class tachyon.worker.block.meta.StorageDirView
Gets available bytes for this dir.
getAvailableBytes() - Method in class tachyon.worker.block.meta.StorageTier
 
getBindAddress(NetworkAddressUtils.ServiceType, TachyonConf) - Static method in class tachyon.util.network.NetworkAddressUtils
Helper method to get the InetSocketAddress bind address on a given service.
getBindHost() - Method in class tachyon.web.UIWebServer
Gets the actual bind hostname.
getBindHost() - Method in interface tachyon.worker.DataServer
Gets the actual bind hostname on DataServer service.
getBindHost() - Method in class tachyon.worker.netty.NettyDataServer
 
getBindHost() - Method in class tachyon.worker.nio.NIODataServer
 
getBindHostKey() - Method in enum tachyon.util.network.NetworkAddressUtils.ServiceType
Gets the key of bind hostname.
getBlockContainerIdGenerator() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3;
getBlockContainerIdGenerator() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3;
getBlockContainerIdGenerator() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3;
getBlockContainerIdGeneratorBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3;
getBlockContainerIdGeneratorOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3;
getBlockContainerIdGeneratorOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3;
getBlockContainerIdGeneratorOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3;
getBlockDataManager() - Method in class tachyon.worker.block.BlockWorker
 
getBlockId() - Method in class tachyon.master.block.meta.MasterBlockInfo
 
getBlockId() - Method in class tachyon.network.protocol.RPCBlockReadRequest
 
getBlockId() - Method in class tachyon.network.protocol.RPCBlockReadResponse
 
getBlockId() - Method in class tachyon.network.protocol.RPCBlockWriteRequest
 
getBlockId() - Method in class tachyon.network.protocol.RPCBlockWriteResponse
 
getBlockId() - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
optional int64 block_id = 1;
getBlockId() - Method in class tachyon.proto.journal.Block.BlockInfoEntry
optional int64 block_id = 1;
getBlockId() - Method in interface tachyon.proto.journal.Block.BlockInfoEntryOrBuilder
optional int64 block_id = 1;
getBlockId() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
optional int64 block_id = 4;
getBlockId() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
optional int64 block_id = 4;
getBlockId() - Method in interface tachyon.proto.journal.KeyValue.CompletePartitionEntryOrBuilder
optional int64 block_id = 4;
getBlockId() - Method in class tachyon.thrift.BlockInfo
 
getBlockId() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
the id of the block
getBlockId() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
the id of the block being committed
getBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
the id of the block being accessed
getBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
the id of the block being accessed
getBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
the id of the block being accessed
getBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
the id of the block being accessed
getBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
the id of the block being accessed
getBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
the id of the block being accessed
getBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
the id of the block being accessed
getBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
the id of the block being accessed
getBlockId() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
the id of the block being accessed
getBlockId() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
the id of the partition
getBlockId() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
the id of the partition
getBlockId() - Method in class tachyon.thrift.PartitionInfo
 
getBlockId() - Method in class tachyon.worker.block.evictor.BlockTransferInfo
 
getBlockId() - Method in class tachyon.worker.block.meta.BlockMetaBase
 
getBlockId() - Method in class tachyon.worker.DataServerMessage
Gets the id of the block.
getBlockIdByIndex(int) - Method in class tachyon.master.file.meta.InodeFile
Gets the block id for a given index.
getBlockIds() - Method in class tachyon.client.file.URIStatus
 
getBlockIds() - Method in class tachyon.master.file.meta.InodeFile
 
getBlockIds(int) - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
repeated int64 block_ids = 1;
getBlockIds(int) - Method in class tachyon.proto.journal.File.CompleteFileEntry
repeated int64 block_ids = 1;
getBlockIds(int) - Method in interface tachyon.proto.journal.File.CompleteFileEntryOrBuilder
repeated int64 block_ids = 1;
getBlockIds() - Method in class tachyon.thrift.FileInfo
 
getBlockIds() - Method in class tachyon.thrift.PersistFile
 
getBlockIds() - Method in class tachyon.worker.block.meta.StorageDir
Returns the list of block ids in this dir.
getBlockIdsCount() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
repeated int64 block_ids = 1;
getBlockIdsCount() - Method in class tachyon.proto.journal.File.CompleteFileEntry
repeated int64 block_ids = 1;
getBlockIdsCount() - Method in interface tachyon.proto.journal.File.CompleteFileEntryOrBuilder
repeated int64 block_ids = 1;
getBlockIdsIterator() - Method in class tachyon.thrift.FileInfo
 
getBlockIdsIterator() - Method in class tachyon.thrift.PersistFile
 
getBlockIdsList() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
repeated int64 block_ids = 1;
getBlockIdsList() - Method in class tachyon.proto.journal.File.CompleteFileEntry
repeated int64 block_ids = 1;
getBlockIdsList() - Method in interface tachyon.proto.journal.File.CompleteFileEntryOrBuilder
repeated int64 block_ids = 1;
getBlockIdsSize() - Method in class tachyon.thrift.FileInfo
 
getBlockIdsSize() - Method in class tachyon.thrift.PersistFile
 
getBlockInfo(long) - Method in class tachyon.client.block.BlockMasterClient
Returns the BlockInfo for a block id.
getBlockInfo(long) - Method in class tachyon.master.block.BlockMaster
 
getBlockInfo(long) - Method in class tachyon.master.block.BlockMasterClientServiceHandler
 
getBlockInfo() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.BlockInfoEntry block_info = 4;
getBlockInfo() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.BlockInfoEntry block_info = 4;
getBlockInfo() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.BlockInfoEntry block_info = 4;
getBlockInfo(long, AsyncMethodCallback) - Method in class tachyon.thrift.BlockMasterClientService.AsyncClient
 
getBlockInfo(long, AsyncMethodCallback) - Method in interface tachyon.thrift.BlockMasterClientService.AsyncIface
 
getBlockInfo() - Constructor for class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getBlockInfo
 
getBlockInfo(long) - Method in class tachyon.thrift.BlockMasterClientService.Client
 
getBlockInfo(long) - Method in interface tachyon.thrift.BlockMasterClientService.Iface
Returns the block information for the given block id.
getBlockInfo() - Constructor for class tachyon.thrift.BlockMasterClientService.Processor.getBlockInfo
 
getBlockInfo() - Method in class tachyon.thrift.FileBlockInfo
 
getBlockInfo_args() - Constructor for class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
 
getBlockInfo_args(long) - Constructor for class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
 
getBlockInfo_args(BlockMasterClientService.getBlockInfo_args) - Constructor for class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
Performs a deep copy on other.
getBlockInfo_call(long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockMasterClientService.AsyncClient.getBlockInfo_call
 
getBlockInfo_result() - Constructor for class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
 
getBlockInfo_result(BlockInfo, TachyonTException) - Constructor for class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
 
getBlockInfo_result(BlockMasterClientService.getBlockInfo_result) - Constructor for class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
Performs a deep copy on other.
getBlockInfoBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.BlockInfoEntry block_info = 4;
getBlockInfoList(List<Long>) - Method in class tachyon.master.block.BlockMaster
Retrieves information for the given list of block ids.
getBlockInfoOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.BlockInfoEntry block_info = 4;
getBlockInfoOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.BlockInfoEntry block_info = 4;
getBlockInfoOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.BlockInfoEntry block_info = 4;
getBlockIterator() - Method in class tachyon.worker.block.evictor.EvictorBase
Returns an iterator for evictor cache blocks.
getBlockIterator() - Method in class tachyon.worker.block.evictor.LRFUEvictor
 
getBlockIterator() - Method in class tachyon.worker.block.evictor.LRUEvictor
 
getBlockLength() - Method in class tachyon.web.UIFileBlockInfo
 
getBlockList() - Method in class tachyon.worker.block.BlockStoreMeta
 
getBlockLocation() - Method in class tachyon.worker.block.meta.BlockMetaBase
 
getBlockLocations() - Method in class tachyon.master.block.meta.MasterBlockInfo
Gets the locations of the block, which are the workers' net address who has the data of the block in its tiered storage.
getBlockMaster() - Method in class tachyon.master.TachyonMaster
 
getBlockMeta(long) - Method in class tachyon.worker.block.BlockMetadataManager
Gets the metadata of a block given its blockId.
getBlockMeta(long) - Method in class tachyon.worker.block.BlockMetadataManagerView
Returns null if block is pinned or currently being locked, otherwise returns BlockMetadataManager.getBlockMeta(long).
getBlockMeta(long) - Method in class tachyon.worker.block.meta.StorageDir
Gets the BlockMeta from this storage dir by its block id.
getBlockMeta(long, long, long) - Method in class tachyon.worker.block.TieredBlockStore
 
getBlockMetadataManagerView() - Method in class tachyon.worker.block.meta.StorageTierView
 
getBlockPath() - Method in class tachyon.thrift.LockBlockResult
 
getBlockPath(long, BlockStoreLocation) - Method in class tachyon.worker.block.BlockMetadataManager
Returns the path of a block given its location, or null if the location is not a specific StorageDir.
getBlockReader(long, long, long) - Method in class tachyon.worker.block.TieredBlockStore
 
getBlocks() - Method in class tachyon.master.block.meta.MasterWorkerInfo
 
getBlocks(int) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
repeated int64 blocks = 12;
getBlocks(int) - Method in class tachyon.proto.journal.File.InodeFileEntry
repeated int64 blocks = 12;
getBlocks(int) - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
repeated int64 blocks = 12;
getBlocks() - Method in class tachyon.worker.block.meta.StorageDir
Returns the list of blocks stored in this dir.
getBlocksCount() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
repeated int64 blocks = 12;
getBlocksCount() - Method in class tachyon.proto.journal.File.InodeFileEntry
repeated int64 blocks = 12;
getBlocksCount() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
repeated int64 blocks = 12;
getBlockSize() - Method in class tachyon.worker.block.meta.BlockMeta
 
getBlockSize() - Method in class tachyon.worker.block.meta.BlockMetaBase
 
getBlockSize() - Method in class tachyon.worker.block.meta.TempBlockMeta
 
getBlockSizeByte(String) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
 
getBlockSizeByte(String) - Method in class tachyon.underfs.local.LocalUnderFileSystem
 
getBlockSizeByte(String) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
Gets the block size in bytes.
getBlockSizeByte(String) - Method in class tachyon.underfs.s3.S3UnderFileSystem
Gets the block size in bytes.
getBlockSizeByte(String) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
Gets the block size in bytes.
getBlockSizeByte(String) - Method in class tachyon.underfs.UnderFileSystem
Gets the block size of a file in under file system, in bytes.
getBlockSizeBytes() - Method in class tachyon.client.file.options.CreateFileOptions
 
getBlockSizeBytes() - Method in class tachyon.client.file.options.OutStreamOptions
 
getBlockSizeBytes() - Method in class tachyon.client.file.URIStatus
 
getBlockSizeBytes() - Method in class tachyon.master.file.meta.InodeFile
 
getBlockSizeBytes() - Method in class tachyon.master.file.meta.options.CreatePathOptions
 
getBlockSizeBytes() - Method in class tachyon.master.file.options.CreateFileOptions
 
getBlockSizeBytes() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int64 block_size_bytes = 8;
getBlockSizeBytes() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional int64 block_size_bytes = 8;
getBlockSizeBytes() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional int64 block_size_bytes = 8;
getBlockSizeBytes() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
optional int64 block_size_bytes = 2;
getBlockSizeBytes() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
optional int64 block_size_bytes = 2;
getBlockSizeBytes() - Method in interface tachyon.proto.journal.File.ReinitializeFileEntryOrBuilder
optional int64 block_size_bytes = 2;
getBlockSizeBytes() - Method in class tachyon.thrift.CreateFileTOptions
 
getBlockSizeBytes() - Method in class tachyon.thrift.FileInfo
 
getBlockSizeBytes() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
block size in bytes
getBlockSizeBytes() - Method in class tachyon.web.UIFileInfo
 
getBlocksList() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
repeated int64 blocks = 12;
getBlocksList() - Method in class tachyon.proto.journal.File.InodeFileEntry
repeated int64 blocks = 12;
getBlocksList() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
repeated int64 blocks = 12;
getBlocksOnTier() - Method in class tachyon.web.UIFileInfo
 
getBlockStoreMeta() - Method in class tachyon.worker.block.BlockMetadataManager
Gets a summary of the meta data.
getBlockStoreMeta() - Method in class tachyon.worker.block.TieredBlockStore
 
getBlockWorkerServiceHandler() - Method in class tachyon.worker.TachyonWorker
 
getBlockWriter(long, long) - Method in class tachyon.worker.block.TieredBlockStore
 
getBoolean(String) - Method in class tachyon.conf.TachyonConf
Gets the boolean representation of the value for the given key.
getByField(IndexedSet.FieldIndex<T>, Object) - Method in class tachyon.collections.IndexedSet
Gets a subset of objects with the specified field value.
getBytes() - Method in interface tachyon.client.keyvalue.Index
 
getBytes() - Method in class tachyon.client.keyvalue.LinearProbingIndex
 
getBytes(String) - Method in class tachyon.conf.TachyonConf
Gets the bytes of the value for the given key.
getBytesWritten() - Method in class tachyon.client.OutStreamBase
 
getCacheable() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional bool cacheable = 11;
getCacheable() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional bool cacheable = 11;
getCacheable() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional bool cacheable = 11;
getCapacity() - Method in class tachyon.web.WebInterfaceGeneralServlet.StorageTierInfo
 
getCapacity() - Method in class tachyon.web.WebInterfaceWorkersServlet.NodeInfo
 
getCapacityBytes() - Method in class tachyon.client.block.BlockMasterClient
Gets the total Tachyon capacity in bytes, on all the tiers of all the workers.
getCapacityBytes() - Method in class tachyon.client.block.BlockWorkerInfo
 
getCapacityBytes() - Method in class tachyon.client.block.TachyonBlockStore
Gets the total capacity of Tachyon's BlockStore.
getCapacityBytes() - Method in class tachyon.master.block.BlockMaster
 
getCapacityBytes() - Method in class tachyon.master.block.BlockMasterClientServiceHandler
 
getCapacityBytes() - Method in class tachyon.master.block.meta.MasterWorkerInfo
 
getCapacityBytes(AsyncMethodCallback) - Method in class tachyon.thrift.BlockMasterClientService.AsyncClient
 
getCapacityBytes(AsyncMethodCallback) - Method in interface tachyon.thrift.BlockMasterClientService.AsyncIface
 
getCapacityBytes() - Constructor for class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getCapacityBytes
 
getCapacityBytes() - Method in class tachyon.thrift.BlockMasterClientService.Client
 
getCapacityBytes() - Method in interface tachyon.thrift.BlockMasterClientService.Iface
Returns the capacity (in bytes).
getCapacityBytes() - Constructor for class tachyon.thrift.BlockMasterClientService.Processor.getCapacityBytes
 
getCapacityBytes() - Method in class tachyon.thrift.WorkerInfo
 
getCapacityBytes() - Method in class tachyon.web.WebInterfaceWorkerGeneralServlet.UIStorageDir
 
getCapacityBytes() - Method in class tachyon.worker.block.BlockStoreMeta
 
getCapacityBytes() - Method in class tachyon.worker.block.meta.StorageDir
Gets the total capacity of this StorageDir in bytes, which is a constant once this StorageDir has been initialized.
getCapacityBytes() - Method in class tachyon.worker.block.meta.StorageDirView
Gets capacity bytes for this dir.
getCapacityBytes() - Method in class tachyon.worker.block.meta.StorageTier
 
getCapacityBytes_args() - Constructor for class tachyon.thrift.BlockMasterClientService.getCapacityBytes_args
 
getCapacityBytes_args(BlockMasterClientService.getCapacityBytes_args) - Constructor for class tachyon.thrift.BlockMasterClientService.getCapacityBytes_args
Performs a deep copy on other.
getCapacityBytes_call(AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockMasterClientService.AsyncClient.getCapacityBytes_call
 
getCapacityBytes_result() - Constructor for class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
 
getCapacityBytes_result(long) - Constructor for class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
 
getCapacityBytes_result(BlockMasterClientService.getCapacityBytes_result) - Constructor for class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
Performs a deep copy on other.
GetCapacityBytesCommand - Class in tachyon.shell.command
Gets the capacity of the FileSystem.
GetCapacityBytesCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.GetCapacityBytesCommand
Constructs a new instance to get the capacity of the FileSystem.
getCapacityBytesOnDirs() - Method in class tachyon.worker.block.BlockStoreMeta
 
getCapacityBytesOnTiers() - Method in class tachyon.worker.block.BlockStoreMeta
 
getCascade() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
optional bool cascade = 2;
getCascade() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
optional bool cascade = 2;
getCascade() - Method in interface tachyon.proto.journal.Lineage.DeleteLineageEntryOrBuilder
optional bool cascade = 2;
getChannel() - Method in interface tachyon.worker.block.io.BlockReader
Returns a readable byte channel of the block.
getChannel() - Method in interface tachyon.worker.block.io.BlockWriter
Returns writable byte channel to write to this block.
getChannel() - Method in class tachyon.worker.block.io.LocalFileBlockReader
 
getChannel() - Method in class tachyon.worker.block.io.LocalFileBlockWriter
 
getCheckpointFilePath() - Method in class tachyon.master.journal.Journal
 
getCheckpointInputStream() - Method in class tachyon.master.journal.JournalReader
Gets the JournalInputStream for the journal checkpoint file.
getCheckpointLastModifiedTimeMs() - Method in class tachyon.master.journal.JournalReader
 
getCheckpointOutputStream(long) - Method in class tachyon.master.journal.JournalWriter
Returns an output stream for the journal checkpoint.
getChild(long) - Method in class tachyon.master.file.meta.InodeDirectory
 
getChild(String) - Method in class tachyon.master.file.meta.InodeDirectory
 
getChildren(T) - Method in class tachyon.collections.DirectedAcyclicGraph
Gets the payloads for the children of the given node.
getChildren() - Method in class tachyon.collections.DirectedAcyclicGraphNode
Gets the children nodes of the node.
getChildren() - Method in class tachyon.master.file.meta.InodeDirectory
 
getChildren(Lineage) - Method in class tachyon.master.lineage.meta.LineageStore
Gets all the children of a given lineage
getChildren(Lineage) - Method in class tachyon.master.lineage.meta.LineageStoreView
 
getChildren() - Method in class tachyon.thrift.LineageInfo
 
getChildrenIds() - Method in class tachyon.master.file.meta.InodeDirectory
 
getChildrenIterator() - Method in class tachyon.thrift.LineageInfo
 
getChildrenSize() - Method in class tachyon.thrift.LineageInfo
 
getClass(String) - Method in class tachyon.conf.TachyonConf
Gets the value for the given key as a class.
getClient() - Method in class tachyon.client.block.BlockMasterClient
 
getClient() - Method in class tachyon.client.file.FileSystemMasterClient
 
getClient() - Method in class tachyon.client.keyvalue.KeyValueMasterClient
 
getClient() - Method in class tachyon.client.keyvalue.KeyValueWorkerClient
 
getClient() - Method in class tachyon.client.lineage.LineageMasterClient
 
getClient() - Method in class tachyon.client.worker.BlockWorkerClient
 
getClient() - Method in class tachyon.ClientBase
 
getClient(String, String, TachyonConf) - Static method in class tachyon.LeaderInquireClient
Gets the client.
getClient() - Method in class tachyon.master.AbstractLocalTachyonCluster
Returns a FileSystem client.
getClient(TachyonConf) - Method in class tachyon.master.ClientPool
Returns a FileSystem client.
getClient() - Method in class tachyon.master.LocalTachyonCluster
 
getClient() - Method in class tachyon.master.LocalTachyonClusterMultiMaster
 
getClient() - Method in class tachyon.master.LocalTachyonMaster
 
getClient(TProtocol) - Method in class tachyon.thrift.BlockMasterClientService.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class tachyon.thrift.BlockMasterClientService.Client.Factory
 
getClient(TProtocol) - Method in class tachyon.thrift.BlockMasterWorkerService.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class tachyon.thrift.BlockMasterWorkerService.Client.Factory
 
getClient(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.Client.Factory
 
getClient(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.Client.Factory
 
getClient(TProtocol) - Method in class tachyon.thrift.FileSystemMasterWorkerService.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class tachyon.thrift.FileSystemMasterWorkerService.Client.Factory
 
getClient(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.Client.Factory
 
getClient(TProtocol) - Method in class tachyon.thrift.KeyValueWorkerClientService.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class tachyon.thrift.KeyValueWorkerClientService.Client.Factory
 
getClient(TProtocol) - Method in class tachyon.thrift.LineageMasterClientService.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class tachyon.thrift.LineageMasterClientService.Client.Factory
 
getClient(TProtocol) - Method in class tachyon.thrift.TachyonService.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class tachyon.thrift.TachyonService.Client.Factory
 
getClient() - Method in class tachyon.worker.block.BlockMasterClient
 
getClient() - Method in class tachyon.worker.file.FileSystemMasterClient
 
getClientChannelClass(ChannelType) - Static method in class tachyon.util.network.NettyUtils
Returns the correct SocketChannel class based on ChannelType.
getClientMetrics() - Static method in class tachyon.client.ClientContext
 
getClientTransport(TachyonConf, InetSocketAddress) - Static method in class tachyon.security.authentication.AuthenticationUtils
Creates a transport per the connection options.
getCommand() - Method in class tachyon.job.CommandLineJob
Gets the command.
getCommand() - Method in class tachyon.thrift.CommandLineJobInfo
 
getCommandName() - Method in class tachyon.shell.command.CatCommand
 
getCommandName() - Method in class tachyon.shell.command.ChgrpCommand
 
getCommandName() - Method in class tachyon.shell.command.ChgrpRecursiveCommand
 
getCommandName() - Method in class tachyon.shell.command.ChmodCommand
 
getCommandName() - Method in class tachyon.shell.command.ChmodRecursiveCommand
 
getCommandName() - Method in class tachyon.shell.command.ChownCommand
 
getCommandName() - Method in class tachyon.shell.command.ChownRecursiveCommand
 
getCommandName() - Method in class tachyon.shell.command.CopyFromLocalCommand
 
getCommandName() - Method in class tachyon.shell.command.CopyToLocalCommand
 
getCommandName() - Method in class tachyon.shell.command.CountCommand
 
getCommandName() - Method in class tachyon.shell.command.CreateLineageCommand
 
getCommandName() - Method in class tachyon.shell.command.DeleteLineageCommand
 
getCommandName() - Method in class tachyon.shell.command.DuCommand
 
getCommandName() - Method in class tachyon.shell.command.FileInfoCommand
 
getCommandName() - Method in class tachyon.shell.command.FreeCommand
 
getCommandName() - Method in class tachyon.shell.command.GetCapacityBytesCommand
 
getCommandName() - Method in class tachyon.shell.command.GetUsedBytesCommand
 
getCommandName() - Method in class tachyon.shell.command.ListLineagesCommand
 
getCommandName() - Method in class tachyon.shell.command.LoadCommand
 
getCommandName() - Method in class tachyon.shell.command.LoadMetadataCommand
 
getCommandName() - Method in class tachyon.shell.command.LocationCommand
 
getCommandName() - Method in class tachyon.shell.command.LsCommand
 
getCommandName() - Method in class tachyon.shell.command.LsrCommand
 
getCommandName() - Method in class tachyon.shell.command.MkdirCommand
 
getCommandName() - Method in class tachyon.shell.command.MountCommand
 
getCommandName() - Method in class tachyon.shell.command.MvCommand
 
getCommandName() - Method in class tachyon.shell.command.PersistCommand
 
getCommandName() - Method in class tachyon.shell.command.PinCommand
 
getCommandName() - Method in class tachyon.shell.command.ReportCommand
 
getCommandName() - Method in class tachyon.shell.command.RmCommand
 
getCommandName() - Method in class tachyon.shell.command.RmrCommand
 
getCommandName() - Method in class tachyon.shell.command.SetTtlCommand
 
getCommandName() - Method in class tachyon.shell.command.TailCommand
 
getCommandName() - Method in interface tachyon.shell.command.TfsShellCommand
Gets the command name as input from the shell.
getCommandName() - Method in class tachyon.shell.command.TouchCommand
 
getCommandName() - Method in class tachyon.shell.command.UnmountCommand
 
getCommandName() - Method in class tachyon.shell.command.UnpinCommand
 
getCommandName() - Method in class tachyon.shell.command.UnsetTtlCommand
 
getCommandOptions() - Method in class tachyon.thrift.FileSystemCommand
 
getCommandType() - Method in class tachyon.thrift.Command
 
getCommandType() - Method in class tachyon.thrift.FileSystemCommand
 
getCommitPath() - Method in class tachyon.worker.block.meta.TempBlockMeta
 
getCommittedBytes() - Method in class tachyon.worker.block.meta.StorageDir
Gets the total size of committed blocks in this StorageDir in bytes.
getCommittedBytes() - Method in class tachyon.worker.block.meta.StorageDirView
Gets committed bytes for this dir.
getCompleted() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional bool completed = 10;
getCompleted() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional bool completed = 10;
getCompleted() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional bool completed = 10;
getCompletedDirectory() - Method in class tachyon.master.journal.Journal
 
getCompletedLogFilePath(long) - Method in class tachyon.master.journal.Journal
Returns the completed log filename for a particular log number.
getCompleteFile() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CompleteFileEntry complete_file = 5;
getCompleteFile() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.CompleteFileEntry complete_file = 5;
getCompleteFile() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.CompleteFileEntry complete_file = 5;
getCompleteFileBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CompleteFileEntry complete_file = 5;
getCompleteFileOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CompleteFileEntry complete_file = 5;
getCompleteFileOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.CompleteFileEntry complete_file = 5;
getCompleteFileOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.CompleteFileEntry complete_file = 5;
getCompletePartition() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CompletePartitionEntry complete_partition = 21;
getCompletePartition() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.CompletePartitionEntry complete_partition = 21;
getCompletePartition() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.CompletePartitionEntry complete_partition = 21;
getCompletePartitionBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CompletePartitionEntry complete_partition = 21;
getCompletePartitionOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CompletePartitionEntry complete_partition = 21;
getCompletePartitionOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.CompletePartitionEntry complete_partition = 21;
getCompletePartitionOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.CompletePartitionEntry complete_partition = 21;
getCompleteStore() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CompleteStoreEntry complete_store = 22;
getCompleteStore() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.CompleteStoreEntry complete_store = 22;
getCompleteStore() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.CompleteStoreEntry complete_store = 22;
getCompleteStoreBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CompleteStoreEntry complete_store = 22;
getCompleteStoreOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CompleteStoreEntry complete_store = 22;
getCompleteStoreOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.CompleteStoreEntry complete_store = 22;
getCompleteStoreOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.CompleteStoreEntry complete_store = 22;
getConf() - Static method in class tachyon.client.ClientContext
 
getConf() - Static method in class tachyon.master.MasterContext
Returns the one and only static TachyonConf object which is shared among all classes within the master process.
getConf() - Method in class tachyon.thrift.CommandLineJobInfo
 
getConf() - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
 
getConf() - Method in class tachyon.underfs.local.LocalUnderFileSystem
 
getConf() - Method in class tachyon.underfs.oss.OSSUnderFileSystem
 
getConf() - Method in class tachyon.underfs.s3.S3UnderFileSystem
 
getConf() - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
 
getConf() - Method in class tachyon.underfs.UnderFileSystem
Gets the configuration object for UnderFileSystem.
getConf() - Static method in class tachyon.worker.WorkerContext
Returns the one and only static TachyonConf object which is shared among all classes within the worker process.
getConnectAddress(NetworkAddressUtils.ServiceType, TachyonConf) - Static method in class tachyon.util.network.NetworkAddressUtils
Helper method to get the InetSocketAddress address for client to communicate with the service.
getConnectHost(NetworkAddressUtils.ServiceType, TachyonConf) - Static method in class tachyon.util.network.NetworkAddressUtils
Provides an externally resolvable hostname for client to communicate with the service.
getContainerId(long) - Static method in class tachyon.master.block.BlockId
 
getContainerId() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
optional int64 container_id = 1;
getContainerId() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
optional int64 container_id = 1;
getContainerId() - Method in interface tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntryOrBuilder
optional int64 container_id = 1;
getCreated() - Method in class tachyon.master.file.meta.InodeTree.CreatePathResult
 
getCreateStore() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CreateStoreEntry create_store = 23;
getCreateStore() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.CreateStoreEntry create_store = 23;
getCreateStore() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.CreateStoreEntry create_store = 23;
getCreateStoreBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CreateStoreEntry create_store = 23;
getCreateStoreOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CreateStoreEntry create_store = 23;
getCreateStoreOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.CreateStoreEntry create_store = 23;
getCreateStoreOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.CreateStoreEntry create_store = 23;
getCreationTime() - Method in class tachyon.master.lineage.meta.Lineage
 
getCreationTime() - Method in class tachyon.web.UIFileInfo
 
getCreationTimeMs() - Method in class tachyon.client.file.URIStatus
 
getCreationTimeMs() - Method in class tachyon.master.file.meta.Inode
 
getCreationTimeMs() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional int64 creation_time_ms = 6;
getCreationTimeMs() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
optional int64 creation_time_ms = 6;
getCreationTimeMs() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
optional int64 creation_time_ms = 6;
getCreationTimeMs() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int64 creation_time_ms = 6;
getCreationTimeMs() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional int64 creation_time_ms = 6;
getCreationTimeMs() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional int64 creation_time_ms = 6;
getCreationTimeMs() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
optional int64 creation_time_ms = 6;
getCreationTimeMs() - Method in class tachyon.proto.journal.Lineage.LineageEntry
optional int64 creation_time_ms = 6;
getCreationTimeMs() - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
optional int64 creation_time_ms = 6;
getCreationTimeMs() - Method in class tachyon.thrift.FileInfo
 
getCreationTimeMs() - Method in class tachyon.thrift.LineageInfo
 
getCurrentBlocksOnTiers() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
the map of list of blocks on each tier
getCurrentBlocksOnTiersSize() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
getCurrentLogFilePath() - Method in class tachyon.master.journal.Journal
 
getCurrentMs() - Static method in class tachyon.util.CommonUtils
 
getCustomProvider() - Method in class tachyon.security.authentication.CustomAuthenticationProviderImpl
 
getData() - Method in class tachyon.thrift.Command
 
getDataBindHost() - Method in class tachyon.worker.block.BlockWorker
 
getDataBindHost() - Method in class tachyon.worker.TachyonWorker
 
getDataIterator() - Method in class tachyon.thrift.Command
 
getDataLocalPort() - Method in class tachyon.worker.block.BlockWorker
 
getDataLocalPort() - Method in class tachyon.worker.TachyonWorker
 
getDataPort() - Method in class tachyon.thrift.WorkerNetAddress
 
getDataPort() - Method in class tachyon.worker.NetAddress
 
getDataPortSocketAddress(NetAddress) - Static method in class tachyon.util.network.NetworkAddressUtils
Extracts dataPort InetSocketAddress from Tachyon representation of network address.
getDataServerAddress() - Method in class tachyon.client.worker.BlockWorkerClient
 
getDataSize() - Method in class tachyon.thrift.Command
 
getDefault() - Static method in class tachyon.security.authorization.FileSystemPermission
Gets the default permission.
getDefaultInstance() - Static method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
 
getDefaultInstance() - Static method in class tachyon.proto.journal.Block.BlockInfoEntry
 
getDefaultInstance() - Static method in class tachyon.proto.journal.File.AddMountPointEntry
 
getDefaultInstance() - Static method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
 
getDefaultInstance() - Static method in class tachyon.proto.journal.File.CompleteFileEntry
 
getDefaultInstance() - Static method in class tachyon.proto.journal.File.DeleteFileEntry
 
getDefaultInstance() - Static method in class tachyon.proto.journal.File.DeleteMountPointEntry
 
getDefaultInstance() - Static method in class tachyon.proto.journal.File.InodeDirectoryEntry
 
getDefaultInstance() - Static method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
 
getDefaultInstance() - Static method in class tachyon.proto.journal.File.InodeFileEntry
 
getDefaultInstance() - Static method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
 
getDefaultInstance() - Static method in class tachyon.proto.journal.File.PersistDirectoryEntry
 
getDefaultInstance() - Static method in class tachyon.proto.journal.File.PersistFileEntry
 
getDefaultInstance() - Static method in class tachyon.proto.journal.File.ReinitializeFileEntry
 
getDefaultInstance() - Static method in class tachyon.proto.journal.File.RenameEntry
 
getDefaultInstance() - Static method in class tachyon.proto.journal.File.SetAclEntry
 
getDefaultInstance() - Static method in class tachyon.proto.journal.File.SetStateEntry
 
getDefaultInstance() - Static method in class tachyon.proto.journal.Journal.JournalEntry
 
getDefaultInstance() - Static method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
 
getDefaultInstance() - Static method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
 
getDefaultInstance() - Static method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
 
getDefaultInstance() - Static method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
 
getDefaultInstance() - Static method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
 
getDefaultInstance() - Static method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
 
getDefaultInstance() - Static method in class tachyon.proto.journal.Lineage.LineageEntry
 
getDefaultInstance() - Static method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry.Builder
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.Block.BlockInfoEntry
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.AddMountPointEntry
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry.Builder
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.CompleteFileEntry
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.DeleteFileEntry
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.InodeFileEntry
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry.Builder
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.PersistFileEntry
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.RenameEntry
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.SetAclEntry
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.SetStateEntry
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.Journal.JournalEntry
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry.Builder
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry.Builder
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry.Builder
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.Lineage.LineageEntry
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry.Builder
 
getDefaultInstanceForType() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
 
getDefaultPort() - Method in enum tachyon.util.network.NetworkAddressUtils.ServiceType
Gets the default port number on service
getDeleteFile() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteFileEntry delete_file = 6;
getDeleteFile() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.DeleteFileEntry delete_file = 6;
getDeleteFile() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.DeleteFileEntry delete_file = 6;
getDeleteFileBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteFileEntry delete_file = 6;
getDeleteFileOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteFileEntry delete_file = 6;
getDeleteFileOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.DeleteFileEntry delete_file = 6;
getDeleteFileOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.DeleteFileEntry delete_file = 6;
getDeleteLineage() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteLineageEntry delete_lineage = 7;
getDeleteLineage() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.DeleteLineageEntry delete_lineage = 7;
getDeleteLineage() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.DeleteLineageEntry delete_lineage = 7;
getDeleteLineageBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteLineageEntry delete_lineage = 7;
getDeleteLineageOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteLineageEntry delete_lineage = 7;
getDeleteLineageOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.DeleteLineageEntry delete_lineage = 7;
getDeleteLineageOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.DeleteLineageEntry delete_lineage = 7;
getDeleteMountPoint() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteMountPointEntry delete_mount_point = 8;
getDeleteMountPoint() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.DeleteMountPointEntry delete_mount_point = 8;
getDeleteMountPoint() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.DeleteMountPointEntry delete_mount_point = 8;
getDeleteMountPointBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteMountPointEntry delete_mount_point = 8;
getDeleteMountPointOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteMountPointEntry delete_mount_point = 8;
getDeleteMountPointOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.DeleteMountPointEntry delete_mount_point = 8;
getDeleteMountPointOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.DeleteMountPointEntry delete_mount_point = 8;
getDeleteStore() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteStoreEntry delete_store = 25;
getDeleteStore() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.DeleteStoreEntry delete_store = 25;
getDeleteStore() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.DeleteStoreEntry delete_store = 25;
getDeleteStoreBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteStoreEntry delete_store = 25;
getDeleteStoreOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteStoreEntry delete_store = 25;
getDeleteStoreOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.DeleteStoreEntry delete_store = 25;
getDeleteStoreOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.DeleteStoreEntry delete_store = 25;
getDepth() - Method in class tachyon.TachyonURI
Return the number of elements of the path component of the TachyonURI.
getDescription() - Method in class tachyon.shell.command.CatCommand
 
getDescription() - Method in class tachyon.shell.command.ChgrpCommand
 
getDescription() - Method in class tachyon.shell.command.ChgrpRecursiveCommand
 
getDescription() - Method in class tachyon.shell.command.ChmodCommand
 
getDescription() - Method in class tachyon.shell.command.ChmodRecursiveCommand
 
getDescription() - Method in class tachyon.shell.command.ChownCommand
 
getDescription() - Method in class tachyon.shell.command.ChownRecursiveCommand
 
getDescription() - Method in class tachyon.shell.command.CopyFromLocalCommand
 
getDescription() - Method in class tachyon.shell.command.CopyToLocalCommand
 
getDescription() - Method in class tachyon.shell.command.CountCommand
 
getDescription() - Method in class tachyon.shell.command.CreateLineageCommand
 
getDescription() - Method in class tachyon.shell.command.DeleteLineageCommand
 
getDescription() - Method in class tachyon.shell.command.DuCommand
 
getDescription() - Method in class tachyon.shell.command.FileInfoCommand
 
getDescription() - Method in class tachyon.shell.command.FreeCommand
 
getDescription() - Method in class tachyon.shell.command.GetCapacityBytesCommand
 
getDescription() - Method in class tachyon.shell.command.GetUsedBytesCommand
 
getDescription() - Method in class tachyon.shell.command.ListLineagesCommand
 
getDescription() - Method in class tachyon.shell.command.LoadCommand
 
getDescription() - Method in class tachyon.shell.command.LoadMetadataCommand
 
getDescription() - Method in class tachyon.shell.command.LocationCommand
 
getDescription() - Method in class tachyon.shell.command.LsCommand
 
getDescription() - Method in class tachyon.shell.command.LsrCommand
 
getDescription() - Method in class tachyon.shell.command.MkdirCommand
 
getDescription() - Method in class tachyon.shell.command.MountCommand
 
getDescription() - Method in class tachyon.shell.command.MvCommand
 
getDescription() - Method in class tachyon.shell.command.PersistCommand
 
getDescription() - Method in class tachyon.shell.command.PinCommand
 
getDescription() - Method in class tachyon.shell.command.ReportCommand
 
getDescription() - Method in class tachyon.shell.command.RmCommand
 
getDescription() - Method in class tachyon.shell.command.RmrCommand
 
getDescription() - Method in class tachyon.shell.command.SetTtlCommand
 
getDescription() - Method in class tachyon.shell.command.TailCommand
 
getDescription() - Method in interface tachyon.shell.command.TfsShellCommand
 
getDescription() - Method in class tachyon.shell.command.TouchCommand
 
getDescription() - Method in class tachyon.shell.command.UnmountCommand
 
getDescription() - Method in class tachyon.shell.command.UnpinCommand
 
getDescription() - Method in class tachyon.shell.command.UnsetTtlCommand
 
getDescriptor() - Static method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry.Builder
 
getDescriptor() - Static method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
 
getDescriptor() - Static method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
 
getDescriptor() - Static method in class tachyon.proto.journal.Block.BlockInfoEntry
 
getDescriptor() - Static method in class tachyon.proto.journal.Block
 
getDescriptor() - Static method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
 
getDescriptor() - Static method in class tachyon.proto.journal.File.AddMountPointEntry
 
getDescriptor() - Static method in class tachyon.proto.journal.File.AsyncPersistRequestEntry.Builder
 
getDescriptor() - Static method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
 
getDescriptor() - Static method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
 
getDescriptor() - Static method in class tachyon.proto.journal.File.CompleteFileEntry
 
getDescriptor() - Static method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
 
getDescriptor() - Static method in class tachyon.proto.journal.File.DeleteFileEntry
 
getDescriptor() - Static method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
 
getDescriptor() - Static method in class tachyon.proto.journal.File.DeleteMountPointEntry
 
getDescriptor() - Static method in class tachyon.proto.journal.File
 
getDescriptor() - Static method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
 
getDescriptor() - Static method in class tachyon.proto.journal.File.InodeDirectoryEntry
 
getDescriptor() - Static method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
 
getDescriptor() - Static method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
 
getDescriptor() - Static method in class tachyon.proto.journal.File.InodeFileEntry.Builder
 
getDescriptor() - Static method in class tachyon.proto.journal.File.InodeFileEntry
 
getDescriptor() - Static method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
 
getDescriptor() - Static method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
 
getDescriptor() - Static method in class tachyon.proto.journal.File.PersistDirectoryEntry.Builder
 
getDescriptor() - Static method in class tachyon.proto.journal.File.PersistDirectoryEntry
 
getDescriptor() - Static method in class tachyon.proto.journal.File.PersistFileEntry.Builder
 
getDescriptor() - Static method in class tachyon.proto.journal.File.PersistFileEntry
 
getDescriptor() - Static method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
 
getDescriptor() - Static method in class tachyon.proto.journal.File.ReinitializeFileEntry
 
getDescriptor() - Static method in class tachyon.proto.journal.File.RenameEntry.Builder
 
getDescriptor() - Static method in class tachyon.proto.journal.File.RenameEntry
 
getDescriptor() - Static method in class tachyon.proto.journal.File.SetAclEntry.Builder
 
getDescriptor() - Static method in class tachyon.proto.journal.File.SetAclEntry
 
getDescriptor() - Static method in class tachyon.proto.journal.File.SetStateEntry.Builder
 
getDescriptor() - Static method in class tachyon.proto.journal.File.SetStateEntry
 
getDescriptor() - Static method in class tachyon.proto.journal.Journal
 
getDescriptor() - Static method in class tachyon.proto.journal.Journal.JournalEntry.Builder
 
getDescriptor() - Static method in class tachyon.proto.journal.Journal.JournalEntry
 
getDescriptor() - Static method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
 
getDescriptor() - Static method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
 
getDescriptor() - Static method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry.Builder
 
getDescriptor() - Static method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
 
getDescriptor() - Static method in class tachyon.proto.journal.KeyValue.CreateStoreEntry.Builder
 
getDescriptor() - Static method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
 
getDescriptor() - Static method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry.Builder
 
getDescriptor() - Static method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
 
getDescriptor() - Static method in class tachyon.proto.journal.KeyValue
 
getDescriptor() - Static method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
 
getDescriptor() - Static method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
 
getDescriptor() - Static method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
 
getDescriptor() - Static method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
 
getDescriptor() - Static method in class tachyon.proto.journal.Lineage
 
getDescriptor() - Static method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
 
getDescriptor() - Static method in class tachyon.proto.journal.Lineage.LineageEntry
 
getDescriptor() - Static method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry.Builder
 
getDescriptor() - Static method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
 
getDescriptorForType() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry.Builder
 
getDescriptorForType() - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
 
getDescriptorForType() - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
 
getDescriptorForType() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry.Builder
 
getDescriptorForType() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
 
getDescriptorForType() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
 
getDescriptorForType() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
 
getDescriptorForType() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
 
getDescriptorForType() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
 
getDescriptorForType() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
 
getDescriptorForType() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
 
getDescriptorForType() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry.Builder
 
getDescriptorForType() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
 
getDescriptorForType() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
 
getDescriptorForType() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
 
getDescriptorForType() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
 
getDescriptorForType() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
 
getDescriptorForType() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
 
getDescriptorForType() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
 
getDescriptorForType() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry.Builder
 
getDescriptorForType() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry.Builder
 
getDescriptorForType() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry.Builder
 
getDescriptorForType() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
 
getDescriptorForType() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
 
getDescriptorForType() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
 
getDescriptorForType() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry.Builder
 
getDir(BlockStoreLocation) - Method in class tachyon.worker.block.BlockMetadataManager
Gets the StorageDir given its location in the store.
getDir(int) - Method in class tachyon.worker.block.meta.StorageTier
Returns a directory for the given index.
getDirDefault() - Static method in class tachyon.security.authorization.PermissionStatus
Gets the Directory default PermissionStatus.
getDirectory() - Method in class tachyon.master.journal.Journal
 
getDirIndex() - Method in class tachyon.worker.block.meta.StorageDir
Returns the zero-based index of this dir in its parent StorageTier.
getDirPath() - Method in class tachyon.web.WebInterfaceWorkerGeneralServlet.UIStorageDir
 
getDirPath() - Method in class tachyon.worker.block.meta.StorageDir
 
getDirView(int) - Method in class tachyon.worker.block.meta.StorageTierView
Returns a directory view for the given index.
getDirViewIndex() - Method in class tachyon.worker.block.meta.StorageDirView
Gets the index of this Dir.
getDirViews() - Method in class tachyon.worker.block.meta.StorageTierView
 
getDirWithMaxFreeSpace(long, BlockStoreLocation, BlockMetadataManagerView) - Static method in class tachyon.worker.block.evictor.EvictorUtils
Gets StorageDirView with max free space.
getDouble(String) - Method in class tachyon.conf.TachyonConf
Gets the double representation of the value for the given key.
getDstLocation() - Method in class tachyon.worker.block.evictor.BlockTransferInfo
 
getDstPath() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
optional string dst_path = 2;
getDstPath() - Method in class tachyon.proto.journal.File.RenameEntry
optional string dst_path = 2;
getDstPath() - Method in interface tachyon.proto.journal.File.RenameEntryOrBuilder
optional string dst_path = 2;
getDstPath() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
the desinationpath of the file
getDstPathBytes() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
optional string dst_path = 2;
getDstPathBytes() - Method in class tachyon.proto.journal.File.RenameEntry
optional string dst_path = 2;
getDstPathBytes() - Method in interface tachyon.proto.journal.File.RenameEntryOrBuilder
optional string dst_path = 2;
getE() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
 
getE() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
 
getE() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
 
getE() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
 
getE() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
 
getE() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
 
getE() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
getE() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
getE() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
 
getE() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
 
getE() - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
 
getE() - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
 
getE() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
 
getE() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
 
getE() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
 
getE() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
getE() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
getE() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
getE() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
 
getE() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
 
getE() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
 
getE() - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getBlockInfo
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getCapacityBytes
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getUsedBytes
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getWorkerInfoList
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterClientService.Processor.getBlockInfo
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterClientService.Processor.getCapacityBytes
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterClientService.Processor.getUsedBytes
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterClientService.Processor.getWorkerInfoList
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.commitBlock
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.getWorkerId
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.heartbeat
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.registerWorker
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterWorkerService.Processor.commitBlock
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterWorkerService.Processor.getWorkerId
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterWorkerService.Processor.heartbeat
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterWorkerService.Processor.registerWorker
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.accessBlock
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.asyncCheckpoint
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.cacheBlock
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.cancelBlock
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.lockBlock
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.promoteBlock
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.requestBlockLocation
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.requestSpace
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.sessionHeartbeat
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.unlockBlock
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.accessBlock
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.asyncCheckpoint
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.cacheBlock
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.cancelBlock
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.lockBlock
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.promoteBlock
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.requestBlockLocation
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.requestSpace
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.sessionHeartbeat
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.unlockBlock
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.completeFile
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.createDirectory
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.createFile
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.free
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getFileBlockInfoList
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getNewBlockIdForFile
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getStatus
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getStatusInternal
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getUfsAddress
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.listStatus
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.loadMetadata
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.mount
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.remove
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.rename
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.scheduleAsyncPersist
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.setAcl
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.setAttribute
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.unmount
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.completeFile
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.createDirectory
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.createFile
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.free
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.getFileBlockInfoList
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.getNewBlockIdForFile
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.getStatus
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.getStatusInternal
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.getUfsAddress
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.listStatus
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.loadMetadata
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.mount
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.remove
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.rename
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.scheduleAsyncPersist
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.setAcl
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.setAttribute
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.unmount
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor.getFileInfo
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor.getPinIdList
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor.heartbeat
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterWorkerService.Processor.getFileInfo
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterWorkerService.Processor.getPinIdList
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterWorkerService.Processor.heartbeat
 
getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.completePartition
 
getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.completeStore
 
getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.createStore
 
getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.deleteStore
 
getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.getPartitionInfo
 
getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.mergeStore
 
getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.completePartition
 
getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.completeStore
 
getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.createStore
 
getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.deleteStore
 
getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.getPartitionInfo
 
getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.mergeStore
 
getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor.get
 
getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor.getNextKeys
 
getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor.getSize
 
getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueWorkerClientService.Processor.get
 
getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueWorkerClientService.Processor.getNextKeys
 
getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueWorkerClientService.Processor.getSize
 
getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.createLineage
 
getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.deleteLineage
 
getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.getLineageInfoList
 
getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.reinitializeFile
 
getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.reportLostFile
 
getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterClientService.Processor.createLineage
 
getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterClientService.Processor.deleteLineage
 
getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterClientService.Processor.getLineageInfoList
 
getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterClientService.Processor.reinitializeFile
 
getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterClientService.Processor.reportLostFile
 
getEmptyArgsInstance() - Method in class tachyon.thrift.TachyonService.AsyncProcessor.getServiceVersion
 
getEmptyArgsInstance() - Method in class tachyon.thrift.TachyonService.Processor.getServiceVersion
 
getEncodedLength() - Method in interface tachyon.network.protocol.EncodedMessage
Returns the number bytes for the message when it is encoded.
getEncodedLength() - Method in class tachyon.network.protocol.RPCBlockReadRequest
 
getEncodedLength() - Method in class tachyon.network.protocol.RPCBlockReadResponse
 
getEncodedLength() - Method in class tachyon.network.protocol.RPCBlockWriteRequest
 
getEncodedLength() - Method in class tachyon.network.protocol.RPCBlockWriteResponse
 
getEncodedLength() - Method in class tachyon.network.protocol.RPCErrorResponse
 
getEncodedLength() - Method in enum tachyon.network.protocol.RPCMessage.Type
 
getEntryCase() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
 
getEntryCase() - Method in class tachyon.proto.journal.Journal.JournalEntry
 
getEntryOutputStream() - Method in class tachyon.master.journal.JournalWriter
Returns an output stream for the journal entries.
getEnum(String, Class<T>) - Method in class tachyon.conf.TachyonConf
Gets the value for the given key as an enum value.
getEvictableBlocks() - Method in class tachyon.worker.block.meta.StorageDirView
Get a filtered list of block metadata, for blocks that are neither pinned or being blocked.
getEvitableBytes() - Method in class tachyon.worker.block.meta.StorageDirView
Gets evictable bytes for this dir, i.e., the total bytes of total evictable blocks
getExceptionClass() - Method in enum tachyon.exception.TachyonExceptionType
Gets the class of the exception.
getExecString() - Method in class tachyon.util.ShellUtils
 
getExecutorService() - Static method in class tachyon.client.ClientContext
 
getExecutorService() - Method in class tachyon.master.MasterBase
 
getExecutorService() - Method in class tachyon.worker.WorkerBase
 
getExitCode() - Method in exception tachyon.util.ShellUtils.ExitCodeException
Gets the exit code.
getExitCode() - Method in class tachyon.util.ShellUtils
Gets the exit code.
getExpiredBuckets(long) - Method in class tachyon.master.file.meta.TtlBucketList
Retrieves buckets whose ttl interval has expired before the specified time, that is, the bucket's interval start time should be less than or equal to (specified time - ttl interval).
getFieldDesc(FileSystemCommandOptions._Fields) - Method in class tachyon.thrift.FileSystemCommandOptions
 
getFieldName() - Method in enum tachyon.thrift.BlockInfo._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockLocation._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterClientService.getBlockInfo_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterClientService.getBlockInfo_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterClientService.getCapacityBytes_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterClientService.getCapacityBytes_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterClientService.getUsedBytes_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterClientService.getUsedBytes_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterWorkerService.commitBlock_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterWorkerService.commitBlock_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterWorkerService.getWorkerId_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterWorkerService.getWorkerId_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterWorkerService.heartbeat_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterWorkerService.heartbeat_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterWorkerService.registerWorker_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterWorkerService.registerWorker_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.accessBlock_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.accessBlock_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.cacheBlock_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.cacheBlock_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.cancelBlock_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.cancelBlock_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.lockBlock_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.lockBlock_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.promoteBlock_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.promoteBlock_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.requestSpace_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.requestSpace_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.unlockBlock_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.unlockBlock_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.Command._Fields
 
getFieldName() - Method in enum tachyon.thrift.CommandLineJobInfo._Fields
 
getFieldName() - Method in enum tachyon.thrift.CompleteFileTOptions._Fields
 
getFieldName() - Method in enum tachyon.thrift.CreateDirectoryTOptions._Fields
 
getFieldName() - Method in enum tachyon.thrift.CreateFileTOptions._Fields
 
getFieldName() - Method in enum tachyon.thrift.DependencyInfo._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileBlockInfo._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileInfo._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemCommand._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemCommandOptions._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.completeFile_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.completeFile_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.createDirectory_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.createDirectory_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.createFile_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.createFile_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.free_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.free_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.getStatus_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.getStatus_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.listStatus_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.listStatus_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.loadMetadata_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.loadMetadata_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.mount_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.mount_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.remove_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.remove_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.rename_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.rename_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.setAcl_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.setAcl_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.setAttribute_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.setAttribute_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.unmount_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.unmount_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.JobConfInfo._Fields
 
getFieldName() - Method in enum tachyon.thrift.KeyValueMasterClientService.completePartition_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.KeyValueMasterClientService.completePartition_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.KeyValueMasterClientService.completeStore_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.KeyValueMasterClientService.completeStore_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.KeyValueMasterClientService.createStore_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.KeyValueMasterClientService.createStore_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.KeyValueMasterClientService.deleteStore_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.KeyValueMasterClientService.deleteStore_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.KeyValueMasterClientService.mergeStore_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.KeyValueMasterClientService.mergeStore_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.KeyValueWorkerClientService.get_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.KeyValueWorkerClientService.get_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.KeyValueWorkerClientService.getSize_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.KeyValueWorkerClientService.getSize_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.LineageInfo._Fields
 
getFieldName() - Method in enum tachyon.thrift.LineageMasterClientService.createLineage_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.LineageMasterClientService.createLineage_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.LineageMasterClientService.deleteLineage_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.LineageMasterClientService.deleteLineage_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.LineageMasterClientService.getLineageInfoList_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.LineageMasterClientService.getLineageInfoList_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.LineageMasterClientService.reinitializeFile_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.LineageMasterClientService.reinitializeFile_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.LineageMasterClientService.reportLostFile_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.LineageMasterClientService.reportLostFile_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.LockBlockResult._Fields
 
getFieldName() - Method in enum tachyon.thrift.PartitionInfo._Fields
 
getFieldName() - Method in enum tachyon.thrift.PersistCommandOptions._Fields
 
getFieldName() - Method in enum tachyon.thrift.PersistFile._Fields
 
getFieldName() - Method in enum tachyon.thrift.RpcOptions._Fields
 
getFieldName() - Method in enum tachyon.thrift.SetAclTOptions._Fields
 
getFieldName() - Method in enum tachyon.thrift.SetAttributeTOptions._Fields
 
getFieldName() - Method in enum tachyon.thrift.TachyonService.getServiceVersion_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.TachyonService.getServiceVersion_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.TachyonTException._Fields
 
getFieldName() - Method in enum tachyon.thrift.ThriftIOException._Fields
 
getFieldName() - Method in enum tachyon.thrift.WorkerInfo._Fields
 
getFieldName() - Method in enum tachyon.thrift.WorkerNetAddress._Fields
 
getFieldValue(T) - Method in interface tachyon.collections.IndexedSet.FieldIndex
Gets the value of the field that serves as index.
getFieldValue(BlockInfo._Fields) - Method in class tachyon.thrift.BlockInfo
 
getFieldValue(BlockLocation._Fields) - Method in class tachyon.thrift.BlockLocation
 
getFieldValue(BlockMasterClientService.getBlockInfo_args._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
 
getFieldValue(BlockMasterClientService.getBlockInfo_result._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
 
getFieldValue(BlockMasterClientService.getCapacityBytes_args._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_args
 
getFieldValue(BlockMasterClientService.getCapacityBytes_result._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
 
getFieldValue(BlockMasterClientService.getUsedBytes_args._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_args
 
getFieldValue(BlockMasterClientService.getUsedBytes_result._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
 
getFieldValue(BlockMasterClientService.getWorkerInfoList_args._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args
 
getFieldValue(BlockMasterClientService.getWorkerInfoList_result._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
 
getFieldValue(BlockMasterWorkerService.commitBlock_args._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
 
getFieldValue(BlockMasterWorkerService.commitBlock_result._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_result
 
getFieldValue(BlockMasterWorkerService.getWorkerId_args._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
 
getFieldValue(BlockMasterWorkerService.getWorkerId_result._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
 
getFieldValue(BlockMasterWorkerService.heartbeat_args._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
getFieldValue(BlockMasterWorkerService.heartbeat_result._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
 
getFieldValue(BlockMasterWorkerService.registerWorker_args._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
getFieldValue(BlockMasterWorkerService.registerWorker_result._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
 
getFieldValue(BlockWorkerClientService.accessBlock_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
 
getFieldValue(BlockWorkerClientService.accessBlock_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_result
 
getFieldValue(BlockWorkerClientService.asyncCheckpoint_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
 
getFieldValue(BlockWorkerClientService.asyncCheckpoint_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
 
getFieldValue(BlockWorkerClientService.cacheBlock_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
 
getFieldValue(BlockWorkerClientService.cacheBlock_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
 
getFieldValue(BlockWorkerClientService.cancelBlock_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
 
getFieldValue(BlockWorkerClientService.cancelBlock_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
 
getFieldValue(BlockWorkerClientService.lockBlock_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
 
getFieldValue(BlockWorkerClientService.lockBlock_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
 
getFieldValue(BlockWorkerClientService.promoteBlock_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
 
getFieldValue(BlockWorkerClientService.promoteBlock_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
getFieldValue(BlockWorkerClientService.requestBlockLocation_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
 
getFieldValue(BlockWorkerClientService.requestBlockLocation_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
getFieldValue(BlockWorkerClientService.requestSpace_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
 
getFieldValue(BlockWorkerClientService.requestSpace_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
 
getFieldValue(BlockWorkerClientService.sessionHeartbeat_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
 
getFieldValue(BlockWorkerClientService.sessionHeartbeat_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result
 
getFieldValue(BlockWorkerClientService.unlockBlock_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
 
getFieldValue(BlockWorkerClientService.unlockBlock_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
 
getFieldValue(Command._Fields) - Method in class tachyon.thrift.Command
 
getFieldValue(CommandLineJobInfo._Fields) - Method in class tachyon.thrift.CommandLineJobInfo
 
getFieldValue(CompleteFileTOptions._Fields) - Method in class tachyon.thrift.CompleteFileTOptions
 
getFieldValue(CreateDirectoryTOptions._Fields) - Method in class tachyon.thrift.CreateDirectoryTOptions
 
getFieldValue(CreateFileTOptions._Fields) - Method in class tachyon.thrift.CreateFileTOptions
 
getFieldValue(DependencyInfo._Fields) - Method in class tachyon.thrift.DependencyInfo
 
getFieldValue(FileBlockInfo._Fields) - Method in class tachyon.thrift.FileBlockInfo
 
getFieldValue(FileInfo._Fields) - Method in class tachyon.thrift.FileInfo
 
getFieldValue(FileSystemCommand._Fields) - Method in class tachyon.thrift.FileSystemCommand
 
getFieldValue(FileSystemMasterClientService.completeFile_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
 
getFieldValue(FileSystemMasterClientService.completeFile_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
 
getFieldValue(FileSystemMasterClientService.createDirectory_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
 
getFieldValue(FileSystemMasterClientService.createDirectory_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
 
getFieldValue(FileSystemMasterClientService.createFile_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
 
getFieldValue(FileSystemMasterClientService.createFile_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
 
getFieldValue(FileSystemMasterClientService.free_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
 
getFieldValue(FileSystemMasterClientService.free_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
 
getFieldValue(FileSystemMasterClientService.getFileBlockInfoList_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
 
getFieldValue(FileSystemMasterClientService.getFileBlockInfoList_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
 
getFieldValue(FileSystemMasterClientService.getNewBlockIdForFile_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
 
getFieldValue(FileSystemMasterClientService.getNewBlockIdForFile_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
 
getFieldValue(FileSystemMasterClientService.getStatus_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
 
getFieldValue(FileSystemMasterClientService.getStatus_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
 
getFieldValue(FileSystemMasterClientService.getStatusInternal_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
 
getFieldValue(FileSystemMasterClientService.getStatusInternal_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
 
getFieldValue(FileSystemMasterClientService.getUfsAddress_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args
 
getFieldValue(FileSystemMasterClientService.getUfsAddress_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
 
getFieldValue(FileSystemMasterClientService.listStatus_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
 
getFieldValue(FileSystemMasterClientService.listStatus_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
 
getFieldValue(FileSystemMasterClientService.loadMetadata_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
 
getFieldValue(FileSystemMasterClientService.loadMetadata_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
getFieldValue(FileSystemMasterClientService.mount_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
 
getFieldValue(FileSystemMasterClientService.mount_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
 
getFieldValue(FileSystemMasterClientService.remove_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
 
getFieldValue(FileSystemMasterClientService.remove_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
 
getFieldValue(FileSystemMasterClientService.rename_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
 
getFieldValue(FileSystemMasterClientService.rename_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
 
getFieldValue(FileSystemMasterClientService.scheduleAsyncPersist_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
 
getFieldValue(FileSystemMasterClientService.scheduleAsyncPersist_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
 
getFieldValue(FileSystemMasterClientService.setAcl_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
 
getFieldValue(FileSystemMasterClientService.setAcl_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
 
getFieldValue(FileSystemMasterClientService.setAttribute_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
 
getFieldValue(FileSystemMasterClientService.setAttribute_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_result
 
getFieldValue(FileSystemMasterClientService.unmount_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
 
getFieldValue(FileSystemMasterClientService.unmount_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
 
getFieldValue(FileSystemMasterWorkerService.getFileInfo_args._Fields) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
 
getFieldValue(FileSystemMasterWorkerService.getFileInfo_result._Fields) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
 
getFieldValue(FileSystemMasterWorkerService.getPinIdList_args._Fields) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args
 
getFieldValue(FileSystemMasterWorkerService.getPinIdList_result._Fields) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
 
getFieldValue(FileSystemMasterWorkerService.heartbeat_args._Fields) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
 
getFieldValue(FileSystemMasterWorkerService.heartbeat_result._Fields) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
 
getFieldValue(JobConfInfo._Fields) - Method in class tachyon.thrift.JobConfInfo
 
getFieldValue(KeyValueMasterClientService.completePartition_args._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
 
getFieldValue(KeyValueMasterClientService.completePartition_result._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
 
getFieldValue(KeyValueMasterClientService.completeStore_args._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
 
getFieldValue(KeyValueMasterClientService.completeStore_result._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
 
getFieldValue(KeyValueMasterClientService.createStore_args._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
 
getFieldValue(KeyValueMasterClientService.createStore_result._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
 
getFieldValue(KeyValueMasterClientService.deleteStore_args._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
 
getFieldValue(KeyValueMasterClientService.deleteStore_result._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
 
getFieldValue(KeyValueMasterClientService.getPartitionInfo_args._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
 
getFieldValue(KeyValueMasterClientService.getPartitionInfo_result._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
 
getFieldValue(KeyValueMasterClientService.mergeStore_args._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
 
getFieldValue(KeyValueMasterClientService.mergeStore_result._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
 
getFieldValue(KeyValueWorkerClientService.get_args._Fields) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
 
getFieldValue(KeyValueWorkerClientService.get_result._Fields) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
getFieldValue(KeyValueWorkerClientService.getNextKeys_args._Fields) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
 
getFieldValue(KeyValueWorkerClientService.getNextKeys_result._Fields) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
getFieldValue(KeyValueWorkerClientService.getSize_args._Fields) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
 
getFieldValue(KeyValueWorkerClientService.getSize_result._Fields) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
getFieldValue(LineageInfo._Fields) - Method in class tachyon.thrift.LineageInfo
 
getFieldValue(LineageMasterClientService.createLineage_args._Fields) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
 
getFieldValue(LineageMasterClientService.createLineage_result._Fields) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
 
getFieldValue(LineageMasterClientService.deleteLineage_args._Fields) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
 
getFieldValue(LineageMasterClientService.deleteLineage_result._Fields) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
 
getFieldValue(LineageMasterClientService.getLineageInfoList_args._Fields) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_args
 
getFieldValue(LineageMasterClientService.getLineageInfoList_result._Fields) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
 
getFieldValue(LineageMasterClientService.reinitializeFile_args._Fields) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
 
getFieldValue(LineageMasterClientService.reinitializeFile_result._Fields) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
 
getFieldValue(LineageMasterClientService.reportLostFile_args._Fields) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
 
getFieldValue(LineageMasterClientService.reportLostFile_result._Fields) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
 
getFieldValue(LockBlockResult._Fields) - Method in class tachyon.thrift.LockBlockResult
 
getFieldValue(PartitionInfo._Fields) - Method in class tachyon.thrift.PartitionInfo
 
getFieldValue(PersistCommandOptions._Fields) - Method in class tachyon.thrift.PersistCommandOptions
 
getFieldValue(PersistFile._Fields) - Method in class tachyon.thrift.PersistFile
 
getFieldValue(RpcOptions._Fields) - Method in class tachyon.thrift.RpcOptions
 
getFieldValue(SetAclTOptions._Fields) - Method in class tachyon.thrift.SetAclTOptions
 
getFieldValue(SetAttributeTOptions._Fields) - Method in class tachyon.thrift.SetAttributeTOptions
 
getFieldValue(TachyonService.getServiceVersion_args._Fields) - Method in class tachyon.thrift.TachyonService.getServiceVersion_args
 
getFieldValue(TachyonService.getServiceVersion_result._Fields) - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
 
getFieldValue(TachyonTException._Fields) - Method in exception tachyon.thrift.TachyonTException
 
getFieldValue(ThriftIOException._Fields) - Method in exception tachyon.thrift.ThriftIOException
 
getFieldValue(WorkerInfo._Fields) - Method in class tachyon.thrift.WorkerInfo
 
getFieldValue(WorkerNetAddress._Fields) - Method in class tachyon.thrift.WorkerNetAddress
 
getFileBlockInfo(long, int) - Method in class tachyon.master.file.FileSystemMaster
Returns the FileBlockInfo for given file and block index.
getFileBlockInfoList(TachyonURI) - Method in class tachyon.client.file.FileSystemMasterClient
 
getFileBlockInfoList(TachyonURI) - Method in class tachyon.master.file.FileSystemMaster
 
getFileBlockInfoList(String) - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
 
getFileBlockInfoList(String, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient
 
getFileBlockInfoList(String, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterClientService.AsyncIface
 
getFileBlockInfoList() - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getFileBlockInfoList
 
getFileBlockInfoList(String) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
getFileBlockInfoList(String) - Method in interface tachyon.thrift.FileSystemMasterClientService.Iface
Returns the list of file blocks information for the given file.
getFileBlockInfoList() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor.getFileBlockInfoList
 
getFileBlockInfoList_args() - Constructor for class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
 
getFileBlockInfoList_args(String) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
 
getFileBlockInfoList_args(FileSystemMasterClientService.getFileBlockInfoList_args) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
Performs a deep copy on other.
getFileBlockInfoList_call(String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.getFileBlockInfoList_call
 
getFileBlockInfoList_result() - Constructor for class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
 
getFileBlockInfoList_result(List<FileBlockInfo>, TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
 
getFileBlockInfoList_result(FileSystemMasterClientService.getFileBlockInfoList_result) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
Performs a deep copy on other.
getFileId() - Method in class tachyon.client.file.URIStatus
 
getFileId(TachyonURI) - Method in class tachyon.master.file.FileSystemMaster
Returns the file id for a given path.
getFileId() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry.Builder
optional int64 file_id = 1;
getFileId() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
optional int64 file_id = 1;
getFileId() - Method in interface tachyon.proto.journal.File.AsyncPersistRequestEntryOrBuilder
optional int64 file_id = 1;
getFileId() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
the id of the file being accessed
getFileId() - Method in class tachyon.thrift.FileInfo
 
getFileId() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
the id of the file or directory
getFileId() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
the id of the file
getFileId() - Method in class tachyon.thrift.PersistFile
 
getFileInfo(long) - Method in class tachyon.master.file.FileSystemMaster
 
getFileInfo(TachyonURI) - Method in class tachyon.master.file.FileSystemMaster
Returns the FileInfo for a given path.
getFileInfo(long) - Method in class tachyon.master.file.FileSystemMasterWorkerServiceHandler
 
getFileInfo(long) - Method in class tachyon.master.file.meta.FileSystemMasterView
Returns the FileInfo for a given path.
getFileInfo(long, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncClient
 
getFileInfo(long, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterWorkerService.AsyncIface
 
getFileInfo() - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor.getFileInfo
 
getFileInfo(long) - Method in class tachyon.thrift.FileSystemMasterWorkerService.Client
 
getFileInfo(long) - Method in interface tachyon.thrift.FileSystemMasterWorkerService.Iface
 
getFileInfo() - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.Processor.getFileInfo
 
getFileInfo(long) - Method in class tachyon.worker.block.BlockDataManager
Gets the file information.
getFileInfo(long) - Method in class tachyon.worker.file.FileSystemMasterClient
 
getFileInfo_args() - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
 
getFileInfo_args(long) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
 
getFileInfo_args(FileSystemMasterWorkerService.getFileInfo_args) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
Performs a deep copy on other.
getFileInfo_call(long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.AsyncClient.getFileInfo_call
 
getFileInfo_result() - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
 
getFileInfo_result(FileInfo, TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
 
getFileInfo_result(FileSystemMasterWorkerService.getFileInfo_result) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
Performs a deep copy on other.
getFileInfoList(TachyonURI) - Method in class tachyon.master.file.FileSystemMaster
Returns a list FileInfo for a given path.
getFileLocations(String) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
 
getFileLocations(String, long) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
 
getFileLocations(String) - Method in class tachyon.underfs.local.LocalUnderFileSystem
 
getFileLocations(String, long) - Method in class tachyon.underfs.local.LocalUnderFileSystem
 
getFileLocations(String) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
 
getFileLocations(String, long) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
 
getFileLocations(String) - Method in class tachyon.underfs.s3.S3UnderFileSystem
 
getFileLocations(String, long) - Method in class tachyon.underfs.s3.S3UnderFileSystem
 
getFileLocations(String) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
 
getFileLocations(String, long) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
 
getFileLocations(String) - Method in class tachyon.underfs.UnderFileSystem
Gets the list of locations of the indicated path.
getFileLocations(String, long) - Method in class tachyon.underfs.UnderFileSystem
Gets the list of locations of the indicated path given its offset.
getFileLocations() - Method in class tachyon.web.UIFileInfo
 
getFilePath(String, TachyonConf) - Static method in class tachyon.shell.TfsShellUtils
Removes Constants.HEADER / Constants.HEADER_FT and hostname:port information from a path, leaving only the local file path.
getFilePersistenceState(long) - Method in class tachyon.master.file.meta.FileSystemMasterView
Returns the persistence state of a given file.
getFiles() - Method in class tachyon.master.file.meta.TtlBucket
 
getFiles(String) - Static method in class tachyon.shell.TfsShellUtils
Get the Files (on the local filesystem) that matches input path.
getFileSize(String) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
 
getFileSize(String) - Method in class tachyon.underfs.local.LocalUnderFileSystem
 
getFileSize(String) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
 
getFileSize(String) - Method in class tachyon.underfs.s3.S3UnderFileSystem
 
getFileSize(String) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
 
getFileSize(String) - Method in class tachyon.underfs.UnderFileSystem
Gets the file size in bytes.
getFileSystemMaster() - Method in class tachyon.master.TachyonMaster
 
getFileSystemMasterView() - Method in class tachyon.master.file.FileSystemMaster
 
getFirst() - Method in class tachyon.collections.Pair
 
getFirstByField(IndexedSet.FieldIndex<T>, Object) - Method in class tachyon.collections.IndexedSet
Gets the first object from the set of objects with the specified field value.
getFloat(String) - Method in class tachyon.conf.TachyonConf
Gets the float representation of the value for the given key.
getFqdnHost(InetSocketAddress) - Static method in class tachyon.util.network.NetworkAddressUtils
Get FQDN(Full Qualified Domain Name) from Java representations of network address, except String representation which should be handled by NetworkAddressUtils.resolveHostName(String) which will handle the situation where hostname is null.
getFqdnHost(NetAddress) - Static method in class tachyon.util.network.NetworkAddressUtils
Gets FQDN(Full Qualified Domain Name) from Tachyon representation of network address.
getFreeBytesOnTiers() - Method in class tachyon.master.block.meta.MasterWorkerInfo
 
getFreeCapacity() - Method in class tachyon.web.WebInterfaceGeneralServlet.StorageTierInfo
 
getFreeSpacePercent() - Method in class tachyon.web.WebInterfaceGeneralServlet.StorageTierInfo
 
getFreeSpacePercent() - Method in class tachyon.web.WebInterfaceWorkersServlet.NodeInfo
 
getFromPath() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
the path of the store to be merged
getFromStoreId() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
optional int64 from_store_id = 1;
getFromStoreId() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
optional int64 from_store_id = 1;
getFromStoreId() - Method in interface tachyon.proto.journal.KeyValue.MergeStoreEntryOrBuilder
optional int64 from_store_id = 1;
getGlobalStorageTierAssoc() - Method in class tachyon.master.block.BlockMaster
 
getGroup() - Method in class tachyon.client.file.options.SetAclOptions
 
getGroup() - Method in class tachyon.master.file.options.SetAclOptions
 
getGroup() - Method in class tachyon.thrift.SetAclTOptions
 
getGroupAction() - Method in class tachyon.security.authorization.FileSystemPermission
 
getGroupName() - Method in class tachyon.client.file.URIStatus
 
getGroupName() - Method in class tachyon.master.file.meta.Inode
 
getGroupName() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional string group_name = 9;
getGroupName() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
optional string group_name = 9;
getGroupName() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
optional string group_name = 9;
getGroupName() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional string group_name = 15;
getGroupName() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional string group_name = 15;
getGroupName() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional string group_name = 15;
getGroupName() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
optional string group_name = 4;
getGroupName() - Method in class tachyon.proto.journal.File.SetAclEntry
optional string group_name = 4;
getGroupName() - Method in interface tachyon.proto.journal.File.SetAclEntryOrBuilder
optional string group_name = 4;
getGroupName() - Method in class tachyon.security.authorization.PermissionStatus
 
getGroupName() - Method in class tachyon.thrift.FileInfo
 
getGroupName() - Method in class tachyon.web.UIFileInfo
 
getGroupNameBytes() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional string group_name = 9;
getGroupNameBytes() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
optional string group_name = 9;
getGroupNameBytes() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
optional string group_name = 9;
getGroupNameBytes() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional string group_name = 15;
getGroupNameBytes() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional string group_name = 15;
getGroupNameBytes() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional string group_name = 15;
getGroupNameBytes() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
optional string group_name = 4;
getGroupNameBytes() - Method in class tachyon.proto.journal.File.SetAclEntry
optional string group_name = 4;
getGroupNameBytes() - Method in interface tachyon.proto.journal.File.SetAclEntryOrBuilder
optional string group_name = 4;
getGroups(String) - Method in interface tachyon.security.group.GroupMappingService
Gets all various group memberships of a given user.
getGroups(String) - Method in class tachyon.security.group.provider.IdentityUserGroupsMapping
Returns list of groups for a user.
getGroups(String) - Method in class tachyon.security.group.provider.ShellBasedUnixGroupsMapping
Returns list of groups for a user.
getGroupsForUserCommand(String) - Static method in class tachyon.util.ShellUtils
Gets a Unix command to get a given user's groups list.
getHandler() - Method in class tachyon.metrics.sink.MetricsServlet
Gets the ServletContextHandler of the metrics servlet.
getHDFSPath(TachyonURI, String) - Static method in class tachyon.hadoop.Utils
Returns an HDFS path for the given Tachyon path and under filesystem address.
getHeartbeatData() - Method in class tachyon.worker.ClientMetrics
Return current metrics as heartbeat data and reset metrics to default.
getHost() - Method in class tachyon.TachyonURI
Gets the host of the TachyonURI.
getHost() - Method in class tachyon.thrift.WorkerNetAddress
 
getHost() - Method in class tachyon.web.WebInterfaceWorkersServlet.NodeInfo
 
getHost() - Method in class tachyon.worker.NetAddress
 
getHostNameKey() - Method in enum tachyon.util.network.NetworkAddressUtils.ServiceType
Gets the key of connect hostname.
getId() - Method in class tachyon.master.block.meta.MasterWorkerInfo
 
getId() - Method in class tachyon.master.file.meta.Inode
 
getId() - Method in class tachyon.master.lineage.meta.Lineage
 
getId() - Method in enum tachyon.network.protocol.RPCMessage.Type
Returns the int identifier of the type.
getId() - Method in enum tachyon.network.protocol.RPCResponse.Status
Returns the short identifier of the status.
getId() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
optional int64 id = 2;
getId() - Method in class tachyon.proto.journal.File.CompleteFileEntry
optional int64 id = 2;
getId() - Method in interface tachyon.proto.journal.File.CompleteFileEntryOrBuilder
optional int64 id = 2;
getId() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
optional int64 id = 1;
getId() - Method in class tachyon.proto.journal.File.DeleteFileEntry
optional int64 id = 1;
getId() - Method in interface tachyon.proto.journal.File.DeleteFileEntryOrBuilder
optional int64 id = 1;
getId() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional int64 id = 1;
getId() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
optional int64 id = 1;
getId() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
optional int64 id = 1;
getId() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int64 id = 1;
getId() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional int64 id = 1;
getId() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional int64 id = 1;
getId() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
optional int64 id = 1;
getId() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
optional int64 id = 1;
getId() - Method in interface tachyon.proto.journal.File.InodeLastModificationTimeEntryOrBuilder
optional int64 id = 1;
getId() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry.Builder
optional int64 id = 1;
getId() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry
optional int64 id = 1;
getId() - Method in interface tachyon.proto.journal.File.PersistDirectoryEntryOrBuilder
optional int64 id = 1;
getId() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
optional int64 id = 1;
getId() - Method in class tachyon.proto.journal.File.PersistFileEntry
optional int64 id = 1;
getId() - Method in interface tachyon.proto.journal.File.PersistFileEntryOrBuilder
optional int64 id = 1;
getId() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
optional int64 id = 1;
getId() - Method in class tachyon.proto.journal.File.RenameEntry
optional int64 id = 1;
getId() - Method in interface tachyon.proto.journal.File.RenameEntryOrBuilder
optional int64 id = 1;
getId() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
optional int64 id = 1;
getId() - Method in class tachyon.proto.journal.File.SetAclEntry
optional int64 id = 1;
getId() - Method in interface tachyon.proto.journal.File.SetAclEntryOrBuilder
optional int64 id = 1;
getId() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
optional int64 id = 1;
getId() - Method in class tachyon.proto.journal.File.SetStateEntry
optional int64 id = 1;
getId() - Method in interface tachyon.proto.journal.File.SetStateEntryOrBuilder
optional int64 id = 1;
getId() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
optional int64 id = 1;
getId() - Method in class tachyon.proto.journal.Lineage.LineageEntry
optional int64 id = 1;
getId() - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
optional int64 id = 1;
getId() - Method in class tachyon.thrift.LineageInfo
 
getId() - Method in class tachyon.thrift.WorkerInfo
 
getID() - Method in class tachyon.web.UIFileBlockInfo
 
getId() - Method in class tachyon.web.UIFileInfo
 
getId(WorkerNetAddress) - Method in class tachyon.worker.block.BlockMasterClient
Returns a worker id for a workers net address.
getIncreasingByteArray(int) - Static method in class tachyon.util.io.BufferUtils
Gets an increasing sequence of bytes starting at zero.
getIncreasingByteArray(int, int) - Static method in class tachyon.util.io.BufferUtils
Gets an increasing sequence of bytes starting with the given value.
getIncreasingByteBuffer(int) - Static method in class tachyon.util.io.BufferUtils
Gets a ByteBuffer containing an increasing sequence of bytes starting at zero.
getIncreasingByteBuffer(int, int) - Static method in class tachyon.util.io.BufferUtils
Gets a ByteBuffer containing an increasing sequence of bytes starting at the given value.
getIncreasingIntBuffer(int) - Static method in class tachyon.util.io.BufferUtils
Gets a ByteBuffer containing an increasing sequence of integers starting at zero.
getIncreasingIntBuffer(int, int) - Static method in class tachyon.util.io.BufferUtils
Get a ByteBuffer containing an increasing sequence of integers starting at the given value.
getIndex() - Method in class tachyon.client.keyvalue.ByteBufferKeyValuePartitionReader
 
getInfo(long) - Method in class tachyon.client.block.TachyonBlockStore
Gets the block info of a block, if it exists.
getInfo() - Method in class tachyon.client.file.URIStatus
Deprecated.
This method is temporary
getInfo() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
information about the partition to mark complete
getInitialBytes() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
initial number of bytes requested
getInMemory() - Method in class tachyon.web.UIFileInfo
 
getInMemoryFiles() - Method in class tachyon.master.file.FileSystemMaster
 
getInMemoryPercentage() - Method in class tachyon.client.file.URIStatus
 
getInMemoryPercentage() - Method in class tachyon.thrift.FileInfo
 
getInMemoryPercentage() - Method in class tachyon.web.UIFileInfo
 
getInodeById(long) - Method in class tachyon.master.file.meta.InodeTree
 
getInodeByPath(TachyonURI) - Method in class tachyon.master.file.meta.InodeTree
 
getInodeChildrenRecursive(InodeDirectory) - Method in class tachyon.master.file.meta.InodeTree
Returns a list of all descendants of a particular InodeDirectory.
getInodeDirectory() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeDirectoryEntry inode_directory = 9;
getInodeDirectory() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.InodeDirectoryEntry inode_directory = 9;
getInodeDirectory() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.InodeDirectoryEntry inode_directory = 9;
getInodeDirectoryBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeDirectoryEntry inode_directory = 9;
getInodeDirectoryIdGenerator() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10;
getInodeDirectoryIdGenerator() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10;
getInodeDirectoryIdGenerator() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10;
getInodeDirectoryIdGeneratorBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10;
getInodeDirectoryIdGeneratorOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10;
getInodeDirectoryIdGeneratorOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10;
getInodeDirectoryIdGeneratorOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10;
getInodeDirectoryOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeDirectoryEntry inode_directory = 9;
getInodeDirectoryOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.InodeDirectoryEntry inode_directory = 9;
getInodeDirectoryOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.InodeDirectoryEntry inode_directory = 9;
getInodeFile() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeFileEntry inode_file = 11;
getInodeFile() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.InodeFileEntry inode_file = 11;
getInodeFile() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.InodeFileEntry inode_file = 11;
getInodeFileBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeFileEntry inode_file = 11;
getInodeFileOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeFileEntry inode_file = 11;
getInodeFileOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.InodeFileEntry inode_file = 11;
getInodeFileOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.InodeFileEntry inode_file = 11;
getInodeLastModificationTime() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12;
getInodeLastModificationTime() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12;
getInodeLastModificationTime() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12;
getInodeLastModificationTimeBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12;
getInodeLastModificationTimeOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12;
getInodeLastModificationTimeOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12;
getInodeLastModificationTimeOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12;
getInputFiles() - Method in class tachyon.master.lineage.meta.Lineage
 
getInputFiles(int) - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
repeated int64 input_files = 2;
getInputFiles(int) - Method in class tachyon.proto.journal.Lineage.LineageEntry
repeated int64 input_files = 2;
getInputFiles(int) - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
repeated int64 input_files = 2;
getInputFiles() - Method in class tachyon.thrift.LineageInfo
 
getInputFiles() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
the list of input files
getInputFilesCount() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
repeated int64 input_files = 2;
getInputFilesCount() - Method in class tachyon.proto.journal.Lineage.LineageEntry
repeated int64 input_files = 2;
getInputFilesCount() - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
repeated int64 input_files = 2;
getInputFilesIterator() - Method in class tachyon.thrift.LineageInfo
 
getInputFilesIterator() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
 
getInputFilesList() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
repeated int64 input_files = 2;
getInputFilesList() - Method in class tachyon.proto.journal.Lineage.LineageEntry
repeated int64 input_files = 2;
getInputFilesList() - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
repeated int64 input_files = 2;
getInputFilesSize() - Method in class tachyon.thrift.LineageInfo
 
getInputFilesSize() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
 
getInstanceProperties(String) - Method in class tachyon.metrics.MetricsConfig
Gets properties for the given instance.
getInStream(long) - Method in class tachyon.client.block.TachyonBlockStore
Gets a stream to read the data of a block.
getInt(String) - Method in class tachyon.conf.TachyonConf
Gets the integer representation of the value for the given key.
getInternalMaster() - Method in class tachyon.master.LocalTachyonMaster
 
getInternalProperties() - Method in class tachyon.conf.TachyonConf
 
getIoe() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
 
getIoe() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
 
getIoe() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
getIoe() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
getIoe() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
 
getIoe() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
 
getIoe() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
getIoe() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
 
getIoe() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
 
getIoe() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
 
getIoe() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
 
getIoe() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
 
getIoe() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
getIoe() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
getIoe() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
getIoe() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
 
getIsDirectory() - Method in class tachyon.web.UIFileInfo
 
getJob() - Method in class tachyon.master.lineage.meta.Lineage
 
getJob() - Method in class tachyon.thrift.LineageInfo
 
getJob() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
the command line job info
getJobCommand() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
optional string job_command = 4;
getJobCommand() - Method in class tachyon.proto.journal.Lineage.LineageEntry
optional string job_command = 4;
getJobCommand() - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
optional string job_command = 4;
getJobCommandBytes() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
optional string job_command = 4;
getJobCommandBytes() - Method in class tachyon.proto.journal.Lineage.LineageEntry
optional string job_command = 4;
getJobCommandBytes() - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
optional string job_command = 4;
getJobConf() - Method in class tachyon.job.Job
 
getJobOutputPath() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
optional string job_output_path = 5;
getJobOutputPath() - Method in class tachyon.proto.journal.Lineage.LineageEntry
optional string job_output_path = 5;
getJobOutputPath() - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
optional string job_output_path = 5;
getJobOutputPathBytes() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
optional string job_output_path = 5;
getJobOutputPathBytes() - Method in class tachyon.proto.journal.Lineage.LineageEntry
optional string job_output_path = 5;
getJobOutputPathBytes() - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
optional string job_output_path = 5;
getJournalDirectory(String) - Static method in class tachyon.master.block.BlockMaster
 
getJournalDirectory(String) - Static method in class tachyon.master.file.FileSystemMaster
 
getJournalDirectory(String) - Static method in class tachyon.master.keyvalue.KeyValueMaster
 
getJournalDirectory(String) - Static method in class tachyon.master.lineage.LineageMaster
 
getJournalFolder() - Method in class tachyon.master.LocalTachyonMaster
 
getJournalFormatter() - Method in class tachyon.master.journal.Journal
 
getKey() - Method in class tachyon.client.keyvalue.KeyValuePair
 
getKey(int) - Method in interface tachyon.client.keyvalue.PayloadReader
Gets the key given the position of payload buffer.
getKey() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
binary of the key
getKey() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
current key
getKey() - Method in class tachyon.thrift.RpcOptions
 
getKeyLimit() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
optional string key_limit = 3;
getKeyLimit() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
optional string key_limit = 3;
getKeyLimit() - Method in interface tachyon.proto.journal.KeyValue.CompletePartitionEntryOrBuilder
optional string key_limit = 3;
getKeyLimit() - Method in class tachyon.thrift.PartitionInfo
 
getKeyLimitBytes() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
optional string key_limit = 3;
getKeyLimitBytes() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
optional string key_limit = 3;
getKeyLimitBytes() - Method in interface tachyon.proto.journal.KeyValue.CompletePartitionEntryOrBuilder
optional string key_limit = 3;
getKeyStart() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
optional string key_start = 2;
getKeyStart() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
optional string key_start = 2;
getKeyStart() - Method in interface tachyon.proto.journal.KeyValue.CompletePartitionEntryOrBuilder
optional string key_start = 2;
getKeyStart() - Method in class tachyon.thrift.PartitionInfo
 
getKeyStartBytes() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
optional string key_start = 2;
getKeyStartBytes() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
optional string key_start = 2;
getKeyStartBytes() - Method in interface tachyon.proto.journal.KeyValue.CompletePartitionEntryOrBuilder
optional string key_start = 2;
getLastAccessTimeMs() - Method in class tachyon.web.UIFileBlockInfo
 
getLastContactSec() - Method in class tachyon.thrift.WorkerInfo
 
getLastHeartbeat() - Method in class tachyon.web.WebInterfaceWorkersServlet.NodeInfo
 
getLastModificationTimeMs() - Method in class tachyon.client.file.URIStatus
 
getLastModificationTimeMs() - Method in class tachyon.master.file.meta.Inode
 
getLastModificationTimeMs() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional int64 last_modification_time_ms = 7;
getLastModificationTimeMs() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
optional int64 last_modification_time_ms = 7;
getLastModificationTimeMs() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
optional int64 last_modification_time_ms = 7;
getLastModificationTimeMs() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int64 last_modification_time_ms = 7;
getLastModificationTimeMs() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional int64 last_modification_time_ms = 7;
getLastModificationTimeMs() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional int64 last_modification_time_ms = 7;
getLastModificationTimeMs() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
optional int64 last_modification_time_ms = 2;
getLastModificationTimeMs() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
optional int64 last_modification_time_ms = 2;
getLastModificationTimeMs() - Method in interface tachyon.proto.journal.File.InodeLastModificationTimeEntryOrBuilder
optional int64 last_modification_time_ms = 2;
getLastModificationTimeMs() - Method in class tachyon.thrift.FileInfo
 
getLastUpdatedTimeMs() - Method in class tachyon.master.block.meta.MasterWorkerInfo
 
getLatestJournalTailer() - Method in class tachyon.master.journal.JournalTailerThread
 
getLatestSequenceNumber() - Method in interface tachyon.master.journal.JournalInputStream
 
getLatestSequenceNumber() - Method in class tachyon.master.journal.JournalTailer
 
getLeaderIndex() - Method in class tachyon.master.LocalTachyonClusterMultiMaster
 
getLeadingPath(int) - Method in class tachyon.TachyonURI
Get the first n components of the TachyonURI path.
getLength() - Method in class tachyon.client.file.URIStatus
 
getLength() - Method in class tachyon.master.block.meta.MasterBlockInfo
 
getLength() - Method in class tachyon.master.file.meta.InodeFile
 
getLength() - Method in interface tachyon.network.protocol.databuffer.DataBuffer
Returns the length of the data.
getLength() - Method in class tachyon.network.protocol.databuffer.DataByteArrayChannel
 
getLength() - Method in class tachyon.network.protocol.databuffer.DataByteBuffer
 
getLength() - Method in class tachyon.network.protocol.databuffer.DataFileChannel
 
getLength() - Method in class tachyon.network.protocol.databuffer.DataNettyBuffer
 
getLength() - Method in class tachyon.network.protocol.RPCBlockReadRequest
 
getLength() - Method in class tachyon.network.protocol.RPCBlockReadResponse
 
getLength() - Method in class tachyon.network.protocol.RPCBlockWriteRequest
 
getLength() - Method in class tachyon.network.protocol.RPCBlockWriteResponse
 
getLength() - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
optional int64 length = 2;
getLength() - Method in class tachyon.proto.journal.Block.BlockInfoEntry
optional int64 length = 2;
getLength() - Method in interface tachyon.proto.journal.Block.BlockInfoEntryOrBuilder
optional int64 length = 2;
getLength() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
optional int64 length = 3;
getLength() - Method in class tachyon.proto.journal.File.CompleteFileEntry
optional int64 length = 3;
getLength() - Method in interface tachyon.proto.journal.File.CompleteFileEntryOrBuilder
optional int64 length = 3;
getLength() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int64 length = 9;
getLength() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional int64 length = 9;
getLength() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional int64 length = 9;
getLength() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
optional int64 length = 2;
getLength() - Method in class tachyon.proto.journal.File.PersistFileEntry
optional int64 length = 2;
getLength() - Method in interface tachyon.proto.journal.File.PersistFileEntryOrBuilder
optional int64 length = 2;
getLength() - Method in class tachyon.thrift.BlockInfo
 
getLength() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
the length of the block being committed
getLength() - Method in class tachyon.thrift.FileInfo
 
getLength() - Method in interface tachyon.worker.block.io.BlockReader
Gets the length of the block in bytes.
getLength() - Method in class tachyon.worker.block.io.LocalFileBlockReader
 
getLength() - Method in class tachyon.worker.DataServerMessage
Gets the length of the message's requested or responded data.
getLineage(long) - Method in class tachyon.master.lineage.meta.LineageStore
Gets the lineage.
getLineage() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.LineageEntry lineage = 13;
getLineage() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.LineageEntry lineage = 13;
getLineage() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.LineageEntry lineage = 13;
getLineageBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.LineageEntry lineage = 13;
getLineageId() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
optional int64 lineage_id = 1;
getLineageId() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
optional int64 lineage_id = 1;
getLineageId() - Method in interface tachyon.proto.journal.Lineage.DeleteLineageEntryOrBuilder
optional int64 lineage_id = 1;
getLineageId() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
the lineage id
getLineageIdGenerator() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14;
getLineageIdGenerator() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14;
getLineageIdGenerator() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14;
getLineageIdGeneratorBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14;
getLineageIdGeneratorOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14;
getLineageIdGeneratorOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14;
getLineageIdGeneratorOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14;
getLineageInfoList(GetLineageInfoListOptions) - Method in class tachyon.client.lineage.AbstractLineageClient
 
getLineageInfoList() - Method in class tachyon.client.lineage.LineageMasterClient
Retrieves the list of lineage information.
getLineageInfoList() - Method in class tachyon.client.lineage.TachyonLineage
Convenience method for AbstractLineageClient.getLineageInfoList(GetLineageInfoListOptions) with default options.
getLineageInfoList() - Method in class tachyon.master.lineage.LineageMaster
 
getLineageInfoList() - Method in class tachyon.master.lineage.LineageMasterClientServiceHandler
 
getLineageInfoList(AsyncMethodCallback) - Method in class tachyon.thrift.LineageMasterClientService.AsyncClient
 
getLineageInfoList(AsyncMethodCallback) - Method in interface tachyon.thrift.LineageMasterClientService.AsyncIface
 
getLineageInfoList() - Constructor for class tachyon.thrift.LineageMasterClientService.AsyncProcessor.getLineageInfoList
 
getLineageInfoList() - Method in class tachyon.thrift.LineageMasterClientService.Client
 
getLineageInfoList() - Method in interface tachyon.thrift.LineageMasterClientService.Iface
Returns a list of existing lineages.
getLineageInfoList() - Constructor for class tachyon.thrift.LineageMasterClientService.Processor.getLineageInfoList
 
getLineageInfoList_args() - Constructor for class tachyon.thrift.LineageMasterClientService.getLineageInfoList_args
 
getLineageInfoList_args(LineageMasterClientService.getLineageInfoList_args) - Constructor for class tachyon.thrift.LineageMasterClientService.getLineageInfoList_args
Performs a deep copy on other.
getLineageInfoList_call(AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.LineageMasterClientService.AsyncClient.getLineageInfoList_call
 
getLineageInfoList_result() - Constructor for class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
 
getLineageInfoList_result(List<LineageInfo>) - Constructor for class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
 
getLineageInfoList_result(LineageMasterClientService.getLineageInfoList_result) - Constructor for class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
Performs a deep copy on other.
GetLineageInfoListOptions - Class in tachyon.client.lineage.options
The method option for retrieving a list of lineage information.
getLineageOfOutputFile(long) - Method in class tachyon.master.lineage.meta.LineageStore
Gets the lineage that has the given output file.
getLineageOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.LineageEntry lineage = 13;
getLineageOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.LineageEntry lineage = 13;
getLineageOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.LineageEntry lineage = 13;
getLineagesToCheckpoint() - Method in class tachyon.master.lineage.checkpoint.CheckpointPlan
 
getLineageStoreView() - Method in class tachyon.master.lineage.LineageMaster
 
getLineageToRecompute() - Method in class tachyon.master.lineage.recompute.RecomputePlan
 
getList() - Method in class tachyon.collections.PrefixList
Gets the list of prefixes.
getList(String, String) - Method in class tachyon.conf.TachyonConf
Gets the value for the given key as a list.
getLocalHostName(TachyonConf) - Static method in class tachyon.util.network.NetworkAddressUtils
Gets a local host name for the host this JVM is running on
getLocalHostName(int) - Static method in class tachyon.util.network.NetworkAddressUtils
Gets a local host name for the host this JVM is running on
getLocalIpAddress(TachyonConf) - Static method in class tachyon.util.network.NetworkAddressUtils
Gets a local IP address for the host this JVM is running on
getLocalIpAddress(int) - Static method in class tachyon.util.network.NetworkAddressUtils
Gets a local IP address for the host this JVM is running on
getLocalPort() - Method in class tachyon.web.UIWebServer
Gets the actual port that the web server is listening on.
getLocationPolicy() - Method in class tachyon.client.file.options.CreateFileOptions
 
getLocationPolicy() - Method in class tachyon.client.file.options.InStreamOptions
 
getLocationPolicy() - Method in class tachyon.client.file.options.OpenFileOptions
 
getLocationPolicy() - Method in class tachyon.client.file.options.OutStreamOptions
 
getLocations() - Method in class tachyon.thrift.BlockInfo
 
getLocations() - Method in class tachyon.web.UIFileBlockInfo
 
getLocationsIterator() - Method in class tachyon.thrift.BlockInfo
 
getLocationsSize() - Method in class tachyon.thrift.BlockInfo
 
getLockedBlocks() - Method in class tachyon.worker.block.BlockLockManager
Gets a set of currently locked blocks.
getLockId() - Method in class tachyon.network.protocol.RPCBlockReadRequest
 
getLockId() - Method in class tachyon.thrift.LockBlockResult
 
getLockId() - Method in class tachyon.worker.DataServerMessage
Gets the id of the block's locker.
getLong(String) - Method in class tachyon.conf.TachyonConf
Gets the long representation of the value for the given key.
getLostBlocks() - Method in class tachyon.master.block.BlockMaster
 
getLostFiles() - Method in class tachyon.master.file.FileSystemMaster
 
getLostFiles() - Method in class tachyon.master.file.meta.FileSystemMasterView
 
getLostFiles(Lineage, FileSystemMasterView) - Static method in class tachyon.master.lineage.meta.LineageStateUtils
 
getLostWorkersInfo() - Method in class tachyon.master.block.BlockMaster
Gets info about the lost workers.
getMaster() - Method in class tachyon.master.AbstractLocalTachyonCluster
Gets the master which should be listening for RPC and Web requests.
getMaster() - Method in class tachyon.master.LocalTachyonCluster
 
getMaster() - Method in class tachyon.master.LocalTachyonClusterMultiMaster
 
getMasterAddress() - Static method in class tachyon.client.ClientContext
 
getMasterAddress() - Method in class tachyon.LeaderInquireClient
Gets the address of the master.
getMasterAddress() - Method in class tachyon.master.TachyonMaster
 
getMasterHostname() - Method in class tachyon.master.LocalTachyonCluster
 
getMasterPort() - Method in class tachyon.master.LocalTachyonCluster
 
getMasterSource() - Static method in class tachyon.master.MasterContext
Returns the one and only static MasterSource object which is shared among all classes within the master process.
getMasterTachyonConf() - Method in class tachyon.master.AbstractLocalTachyonCluster
 
getMasterUri() - Method in class tachyon.master.LocalTachyonCluster
 
getMaxSequenceNumber() - Static method in class tachyon.master.block.BlockId
 
getMechanismName() - Method in class tachyon.security.authentication.PlainSaslServer
 
getMechanismNames(Map<String, ?>) - Method in class tachyon.security.authentication.PlainSaslServerProvider.PlainSaslServerFactory
 
getMergeStore() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.MergeStoreEntry merge_store = 26;
getMergeStore() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.MergeStoreEntry merge_store = 26;
getMergeStore() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.MergeStoreEntry merge_store = 26;
getMergeStoreBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.MergeStoreEntry merge_store = 26;
getMergeStoreOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.MergeStoreEntry merge_store = 26;
getMergeStoreOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.MergeStoreEntry merge_store = 26;
getMergeStoreOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.MergeStoreEntry merge_store = 26;
getMessage(Object...) - Method in enum tachyon.exception.ExceptionMessage
Formats the message of the exception.
getMessage() - Method in enum tachyon.network.protocol.RPCResponse.Status
Returns the message for the status.
getMessage() - Method in exception tachyon.thrift.TachyonTException
 
getMessage() - Method in exception tachyon.thrift.ThriftIOException
 
getMetricRegistry() - Method in class tachyon.master.MasterSource
 
getMetricRegistry() - Method in class tachyon.metrics.source.JvmSource
 
getMetricRegistry() - Method in interface tachyon.metrics.source.Source
Gets the instance of the MetricRegistry.
getMetricRegistry() - Method in class tachyon.worker.WorkerSource
 
getMetrics() - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
the client metrics
getMetricsIterator() - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
 
getMetricsSize() - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
 
getModificationTime() - Method in class tachyon.web.UIFileInfo
 
getModificationTimeMs(String) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
 
getModificationTimeMs(String) - Method in class tachyon.underfs.local.LocalUnderFileSystem
 
getModificationTimeMs(String) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
 
getModificationTimeMs(String) - Method in class tachyon.underfs.s3.S3UnderFileSystem
 
getModificationTimeMs(String) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
 
getModificationTimeMs(String) - Method in class tachyon.underfs.UnderFileSystem
Gets the UTC time of when the indicated path was modified recently in ms.
getModified() - Method in class tachyon.master.file.meta.InodeTree.CreatePathResult
 
getMountPoint(TachyonURI) - Method in class tachyon.master.file.meta.MountTable
Returns the mount point the given path is nested under.
getName() - Method in class tachyon.client.file.URIStatus
For example for the uri: tachyon://host:1000/foo/bar/baz, baz is the name
getName() - Method in class tachyon.LeaderSelectorClient
Gets the name of the leader.
getName() - Method in class tachyon.master.block.BlockMaster
 
getName() - Method in class tachyon.master.file.FileSystemMaster
 
getName() - Method in class tachyon.master.file.meta.Inode
 
getName() - Method in class tachyon.master.keyvalue.KeyValueMaster
 
getName() - Method in class tachyon.master.lineage.LineageMaster
 
getName() - Method in interface tachyon.master.Master
 
getName() - Method in class tachyon.master.MasterSource
 
getName() - Method in class tachyon.metrics.source.JvmSource
 
getName() - Method in interface tachyon.metrics.source.Source
Gets the name of the Source.
getName() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional string name = 3;
getName() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
optional string name = 3;
getName() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
optional string name = 3;
getName() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional string name = 3;
getName() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional string name = 3;
getName() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional string name = 3;
getName() - Method in class tachyon.security.User
 
getName() - Method in class tachyon.TachyonURI
Get the final component of the TachyonURI.
getName() - Method in class tachyon.thrift.FileInfo
 
getName() - Method in class tachyon.web.UIFileInfo
 
getName() - Method in class tachyon.worker.WorkerSource
 
getNameBytes() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional string name = 3;
getNameBytes() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
optional string name = 3;
getNameBytes() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
optional string name = 3;
getNameBytes() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional string name = 3;
getNameBytes() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional string name = 3;
getNameBytes() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional string name = 3;
getNegotiatedProperty(String) - Method in class tachyon.security.authentication.PlainSaslServer
 
getNetAddress() - Method in class tachyon.client.block.BlockWorkerInfo
 
getNetAddress() - Method in class tachyon.worker.TachyonWorker
Gets this worker's NetAddress, which is the worker's hostname, rpc server port, data server port, and web server port.
getNetAddress() - Static method in class tachyon.worker.WorkerContext
 
getNettyOutput() - Method in interface tachyon.network.protocol.databuffer.DataBuffer
Returns an object for writing to a netty channel.
getNettyOutput() - Method in class tachyon.network.protocol.databuffer.DataByteArrayChannel
 
getNettyOutput() - Method in class tachyon.network.protocol.databuffer.DataByteBuffer
 
getNettyOutput() - Method in class tachyon.network.protocol.databuffer.DataFileChannel
 
getNettyOutput() - Method in class tachyon.network.protocol.databuffer.DataNettyBuffer
We would not support this method in DataNettyBuffer because this class is only for reading netty buffers.
getNewBlockId() - Method in class tachyon.master.file.meta.InodeFile
 
getNewBlockIdForFile(TachyonURI) - Method in class tachyon.client.file.FileSystemMasterClient
 
getNewBlockIdForFile(TachyonURI) - Method in class tachyon.master.file.FileSystemMaster
 
getNewBlockIdForFile(String) - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
 
getNewBlockIdForFile(String, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient
 
getNewBlockIdForFile(String, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterClientService.AsyncIface
 
getNewBlockIdForFile() - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getNewBlockIdForFile
 
getNewBlockIdForFile(String) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
getNewBlockIdForFile(String) - Method in interface tachyon.thrift.FileSystemMasterClientService.Iface
Generates a new block id for the given file.
getNewBlockIdForFile() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor.getNewBlockIdForFile
 
getNewBlockIdForFile_args() - Constructor for class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
 
getNewBlockIdForFile_args(String) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
 
getNewBlockIdForFile_args(FileSystemMasterClientService.getNewBlockIdForFile_args) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
Performs a deep copy on other.
getNewBlockIdForFile_call(String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.getNewBlockIdForFile_call
 
getNewBlockIdForFile_result() - Constructor for class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
 
getNewBlockIdForFile_result(long, TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
 
getNewBlockIdForFile_result(FileSystemMasterClientService.getNewBlockIdForFile_result) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
Performs a deep copy on other.
getNewContainerId() - Method in class tachyon.master.block.BlockContainerIdGenerator
 
getNewContainerId() - Method in class tachyon.master.block.BlockMaster
 
getNewContainerId() - Method in interface tachyon.master.block.ContainerIdGenerable
 
getNewReader() - Method in class tachyon.master.journal.ReadOnlyJournal
 
getNewWriter() - Method in class tachyon.master.journal.ReadWriteJournal
 
getNextContainerId() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry.Builder
optional int64 next_container_id = 1;
getNextContainerId() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
optional int64 next_container_id = 1;
getNextContainerId() - Method in interface tachyon.proto.journal.Block.BlockContainerIdGeneratorEntryOrBuilder
optional int64 next_container_id = 1;
getNextEntry() - Method in interface tachyon.master.journal.JournalInputStream
 
getNextInputStream() - Method in class tachyon.master.journal.JournalReader
 
getNextKeys(long, ByteBuffer, int) - Method in class tachyon.client.keyvalue.KeyValueWorkerClient
Gets a batch of keys next to the current key in the partition.
getNextKeys(long, ByteBuffer, int, AsyncMethodCallback) - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncClient
 
getNextKeys(long, ByteBuffer, int, AsyncMethodCallback) - Method in interface tachyon.thrift.KeyValueWorkerClientService.AsyncIface
 
getNextKeys() - Constructor for class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor.getNextKeys
 
getNextKeys(long, ByteBuffer, int) - Method in class tachyon.thrift.KeyValueWorkerClientService.Client
 
getNextKeys(long, ByteBuffer, int) - Method in interface tachyon.thrift.KeyValueWorkerClientService.Iface
Gets a batch of keys next to the given key in the partition.
getNextKeys() - Constructor for class tachyon.thrift.KeyValueWorkerClientService.Processor.getNextKeys
 
getNextKeys(long, ByteBuffer, int) - Method in class tachyon.worker.keyvalue.KeyValueWorkerClientServiceHandler
 
getNextKeys_args() - Constructor for class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
 
getNextKeys_args(long, ByteBuffer, int) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
 
getNextKeys_args(KeyValueWorkerClientService.getNextKeys_args) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
Performs a deep copy on other.
getNextKeys_call(long, ByteBuffer, int, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.AsyncClient.getNextKeys_call
 
getNextKeys_result() - Constructor for class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
getNextKeys_result(List<ByteBuffer>, TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
getNextKeys_result(KeyValueWorkerClientService.getNextKeys_result) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
Performs a deep copy on other.
getNextTier(StorageTierView) - Method in class tachyon.worker.block.BlockMetadataManagerView
Gets the next storage tier view.
getNoneFsPermission() - Static method in class tachyon.security.authorization.FileSystemPermission
Gets the none permission for NOSASL authentication mode.
getNumber() - Method in enum tachyon.proto.journal.Journal.JournalEntry.EntryCase
 
getNumberOfBlocks() - Method in class tachyon.worker.block.BlockStoreMeta
 
getNumberOfChildren() - Method in class tachyon.master.file.meta.InodeDirectory
 
getNumberOfPaths() - Method in class tachyon.master.file.FileSystemMaster
 
getNumberOfPinnedFiles() - Method in class tachyon.master.file.FileSystemMaster
 
getNumKeys() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
maximum number of keys to get
getNumLocations() - Method in class tachyon.master.block.meta.MasterBlockInfo
 
getNumOfArgs() - Method in class tachyon.shell.command.ChgrpCommand
 
getNumOfArgs() - Method in class tachyon.shell.command.ChgrpRecursiveCommand
 
getNumOfArgs() - Method in class tachyon.shell.command.ChmodCommand
 
getNumOfArgs() - Method in class tachyon.shell.command.ChmodRecursiveCommand
 
getNumOfArgs() - Method in class tachyon.shell.command.ChownCommand
 
getNumOfArgs() - Method in class tachyon.shell.command.ChownRecursiveCommand
 
getNumOfArgs() - Method in class tachyon.shell.command.CopyFromLocalCommand
 
getNumOfArgs() - Method in class tachyon.shell.command.CopyToLocalCommand
 
getNumOfArgs() - Method in class tachyon.shell.command.CountCommand
 
getNumOfArgs() - Method in class tachyon.shell.command.CreateLineageCommand
 
getNumOfArgs() - Method in class tachyon.shell.command.DeleteLineageCommand
 
getNumOfArgs() - Method in class tachyon.shell.command.GetCapacityBytesCommand
 
getNumOfArgs() - Method in class tachyon.shell.command.GetUsedBytesCommand
 
getNumOfArgs() - Method in class tachyon.shell.command.ListLineagesCommand
 
getNumOfArgs() - Method in class tachyon.shell.command.LoadMetadataCommand
 
getNumOfArgs() - Method in class tachyon.shell.command.MkdirCommand
 
getNumOfArgs() - Method in class tachyon.shell.command.MountCommand
 
getNumOfArgs() - Method in class tachyon.shell.command.MvCommand
 
getNumOfArgs() - Method in class tachyon.shell.command.PersistCommand
 
getNumOfArgs() - Method in class tachyon.shell.command.SetTtlCommand
 
getNumOfArgs() - Method in class tachyon.shell.command.TouchCommand
 
getNumOfArgs() - Method in class tachyon.shell.command.UnmountCommand
 
getNumOfArgs() - Method in class tachyon.shell.command.UnsetTtlCommand
 
getNumOfArgs() - Method in class tachyon.shell.command.WithWildCardPathCommand
 
getOffset() - Method in class tachyon.network.protocol.RPCBlockReadRequest
 
getOffset() - Method in class tachyon.network.protocol.RPCBlockReadResponse
 
getOffset() - Method in class tachyon.network.protocol.RPCBlockWriteRequest
 
getOffset() - Method in class tachyon.network.protocol.RPCBlockWriteResponse
 
getOffset() - Method in class tachyon.thrift.FileBlockInfo
 
getOffset() - Method in class tachyon.worker.DataServerMessage
Gets the offset of the message's data in the block.
getOnTierPercentage(String) - Method in class tachyon.web.UIFileInfo
 
getOperationTimeMs() - Method in class tachyon.master.file.meta.options.CreatePathOptions
 
getOperationTimeMs() - Method in class tachyon.master.file.options.CompleteFileOptions
 
getOperationTimeMs() - Method in class tachyon.master.file.options.CreateDirectoryOptions
 
getOperationTimeMs() - Method in class tachyon.master.file.options.CreateFileOptions
 
getOperationTimeMs() - Method in class tachyon.master.file.options.SetAclOptions
 
getOpTimeMs() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
optional int64 op_time_ms = 4;
getOpTimeMs() - Method in class tachyon.proto.journal.File.CompleteFileEntry
optional int64 op_time_ms = 4;
getOpTimeMs() - Method in interface tachyon.proto.journal.File.CompleteFileEntryOrBuilder
optional int64 op_time_ms = 4;
getOpTimeMs() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
optional int64 op_time_ms = 3;
getOpTimeMs() - Method in class tachyon.proto.journal.File.DeleteFileEntry
optional int64 op_time_ms = 3;
getOpTimeMs() - Method in interface tachyon.proto.journal.File.DeleteFileEntryOrBuilder
optional int64 op_time_ms = 3;
getOpTimeMs() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
optional int64 op_time_ms = 3;
getOpTimeMs() - Method in class tachyon.proto.journal.File.PersistFileEntry
optional int64 op_time_ms = 3;
getOpTimeMs() - Method in interface tachyon.proto.journal.File.PersistFileEntryOrBuilder
optional int64 op_time_ms = 3;
getOpTimeMs() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
optional int64 op_time_ms = 3;
getOpTimeMs() - Method in class tachyon.proto.journal.File.RenameEntry
optional int64 op_time_ms = 3;
getOpTimeMs() - Method in interface tachyon.proto.journal.File.RenameEntryOrBuilder
optional int64 op_time_ms = 3;
getOpTimeMs() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
optional int64 op_time_ms = 2;
getOpTimeMs() - Method in class tachyon.proto.journal.File.SetAclEntry
optional int64 op_time_ms = 2;
getOpTimeMs() - Method in interface tachyon.proto.journal.File.SetAclEntryOrBuilder
optional int64 op_time_ms = 2;
getOpTimeMs() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
optional int64 op_time_ms = 2;
getOpTimeMs() - Method in class tachyon.proto.journal.File.SetStateEntry
optional int64 op_time_ms = 2;
getOpTimeMs() - Method in interface tachyon.proto.journal.File.SetStateEntryOrBuilder
optional int64 op_time_ms = 2;
getOptions() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
the method options
getOptions() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
the method options
getOptions() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
the options for creating the file
getOptions() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
the method options
getOptions() - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
the method options
getOrderedStorageAliases() - Method in class tachyon.StorageTierAssoc
 
getOrdinal(String) - Method in class tachyon.StorageTierAssoc
 
getOtherAction() - Method in class tachyon.security.authorization.FileSystemPermission
 
getOutput() - Method in class tachyon.util.ShellUtils
 
getOutputFile() - Method in class tachyon.thrift.JobConfInfo
 
getOutputFileIds(int) - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
repeated int64 output_file_ids = 3;
getOutputFileIds(int) - Method in class tachyon.proto.journal.Lineage.LineageEntry
repeated int64 output_file_ids = 3;
getOutputFileIds(int) - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
repeated int64 output_file_ids = 3;
getOutputFileIdsCount() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
repeated int64 output_file_ids = 3;
getOutputFileIdsCount() - Method in class tachyon.proto.journal.Lineage.LineageEntry
repeated int64 output_file_ids = 3;
getOutputFileIdsCount() - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
repeated int64 output_file_ids = 3;
getOutputFileIdsList() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
repeated int64 output_file_ids = 3;
getOutputFileIdsList() - Method in class tachyon.proto.journal.Lineage.LineageEntry
repeated int64 output_file_ids = 3;
getOutputFileIdsList() - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
repeated int64 output_file_ids = 3;
getOutputFilePath() - Method in class tachyon.job.JobConf
 
getOutputFiles() - Method in class tachyon.master.lineage.meta.Lineage
 
getOutputFiles() - Method in class tachyon.thrift.LineageInfo
 
getOutputFiles() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
the list of output files
getOutputFilesIterator() - Method in class tachyon.thrift.LineageInfo
 
getOutputFilesIterator() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
 
getOutputFilesSize() - Method in class tachyon.thrift.LineageInfo
 
getOutputFilesSize() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
 
getOutStream(long, long, NetAddress) - Method in class tachyon.client.block.TachyonBlockStore
Gets a stream to write data to a block.
getOwner() - Method in class tachyon.client.file.options.SetAclOptions
 
getOwner() - Method in class tachyon.master.file.options.SetAclOptions
 
getOwner() - Method in class tachyon.thrift.SetAclTOptions
 
getParent() - Method in class tachyon.TachyonURI
Get the parent of this TachyonURI or null if at root.
getParent(String) - Static method in class tachyon.util.io.PathUtils
Gets the parent of the file at a path.
getParentDir() - Method in class tachyon.worker.block.meta.BlockMetaBase
 
getParentId() - Method in class tachyon.master.file.meta.Inode
 
getParentId() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional int64 parent_id = 2;
getParentId() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
optional int64 parent_id = 2;
getParentId() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
optional int64 parent_id = 2;
getParentId() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int64 parent_id = 2;
getParentId() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional int64 parent_id = 2;
getParentId() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional int64 parent_id = 2;
getParents(T) - Method in class tachyon.collections.DirectedAcyclicGraph
Gets the payloads for the given nodes parents.
getParents() - Method in class tachyon.collections.DirectedAcyclicGraphNode
Gets the parent nodes of the node.
getParents(Lineage) - Method in class tachyon.master.lineage.meta.LineageStore
Gets all the parents of a given lineage
getParents() - Method in class tachyon.thrift.LineageInfo
 
getParentsIterator() - Method in class tachyon.thrift.LineageInfo
 
getParentsSize() - Method in class tachyon.thrift.LineageInfo
 
getParentTier() - Method in class tachyon.worker.block.meta.StorageDir
Returns the StorageTier containing this StorageDir.
getParentTierView() - Method in class tachyon.worker.block.meta.StorageDirView
 
getParserForType() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
 
getParserForType() - Method in class tachyon.proto.journal.Block.BlockInfoEntry
 
getParserForType() - Method in class tachyon.proto.journal.File.AddMountPointEntry
 
getParserForType() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
 
getParserForType() - Method in class tachyon.proto.journal.File.CompleteFileEntry
 
getParserForType() - Method in class tachyon.proto.journal.File.DeleteFileEntry
 
getParserForType() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry
 
getParserForType() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
 
getParserForType() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
 
getParserForType() - Method in class tachyon.proto.journal.File.InodeFileEntry
 
getParserForType() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
 
getParserForType() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry
 
getParserForType() - Method in class tachyon.proto.journal.File.PersistFileEntry
 
getParserForType() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
 
getParserForType() - Method in class tachyon.proto.journal.File.RenameEntry
 
getParserForType() - Method in class tachyon.proto.journal.File.SetAclEntry
 
getParserForType() - Method in class tachyon.proto.journal.File.SetStateEntry
 
getParserForType() - Method in class tachyon.proto.journal.Journal.JournalEntry
 
getParserForType() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
 
getParserForType() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
 
getParserForType() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
 
getParserForType() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
 
getParserForType() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
 
getParserForType() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
 
getParserForType() - Method in class tachyon.proto.journal.Lineage.LineageEntry
 
getParserForType() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
 
getParticipants() - Method in class tachyon.LeaderSelectorClient
Gets the participants.
getPartitionInfo(TachyonURI) - Method in class tachyon.client.keyvalue.KeyValueMasterClient
Gets a list of partitions of a given key-value store.
getPartitionInfo(TachyonURI) - Method in class tachyon.master.keyvalue.KeyValueMaster
Gets a list of partitions of a given key-value store.
getPartitionInfo(String) - Method in class tachyon.master.keyvalue.KeyValueMasterClientServiceHandler
 
getPartitionInfo(String, AsyncMethodCallback) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncClient
 
getPartitionInfo(String, AsyncMethodCallback) - Method in interface tachyon.thrift.KeyValueMasterClientService.AsyncIface
 
getPartitionInfo() - Constructor for class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.getPartitionInfo
 
getPartitionInfo(String) - Method in class tachyon.thrift.KeyValueMasterClientService.Client
 
getPartitionInfo(String) - Method in interface tachyon.thrift.KeyValueMasterClientService.Iface
Gets the partition information for the key-value store at the given filesystem path.
getPartitionInfo() - Constructor for class tachyon.thrift.KeyValueMasterClientService.Processor.getPartitionInfo
 
getPartitionInfo_args() - Constructor for class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
 
getPartitionInfo_args(String) - Constructor for class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
 
getPartitionInfo_args(KeyValueMasterClientService.getPartitionInfo_args) - Constructor for class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
Performs a deep copy on other.
getPartitionInfo_call(String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.KeyValueMasterClientService.AsyncClient.getPartitionInfo_call
 
getPartitionInfo_result() - Constructor for class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
 
getPartitionInfo_result(List<PartitionInfo>, TachyonTException) - Constructor for class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
 
getPartitionInfo_result(KeyValueMasterClientService.getPartitionInfo_result) - Constructor for class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
Performs a deep copy on other.
getPath() - Method in class tachyon.client.file.URIStatus
For example, for the uri: tachyon://host:1000/foo/bar/baz, the path is /foo/bar/baz
getPath(long) - Method in class tachyon.master.file.FileSystemMaster
Gets the path of a file with the given id.
getPath(Inode) - Method in class tachyon.master.file.meta.InodeTree
 
getPath() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
optional string path = 1;
getPath() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
optional string path = 1;
getPath() - Method in interface tachyon.proto.journal.File.ReinitializeFileEntryOrBuilder
optional string path = 1;
getPath() - Method in class tachyon.TachyonURI
Gets the path component of the TachyonURI.
getPath() - Method in class tachyon.thrift.FileInfo
 
getPath() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
the path of the file
getPath() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
the path of the directory
getPath() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
the path of the file
getPath() - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
the path of the file or directory
getPath() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
the path of the file
getPath() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
the path of the file
getPath() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
the path of the file or directory
getPath() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
the path of the file or directory
getPath() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
the path of the file or directory
getPath() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
the path of the file or directory
getPath() - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
the path of the file
getPath() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
the path of a file or directory
getPath() - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
the path of the file or directory
getPath() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
the path of the store
getPath() - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
the path of the store
getPath() - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
the path of the store
getPath() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
the path of the store
getPath() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
the path of the store
getPath() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
the path of the file
getPath() - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
the path of the file
getPath() - Method in class tachyon.worker.block.meta.BlockMeta
 
getPath() - Method in class tachyon.worker.block.meta.BlockMetaBase
 
getPath() - Method in class tachyon.worker.block.meta.TempBlockMeta
 
getPathBytes() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
optional string path = 1;
getPathBytes() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
optional string path = 1;
getPathBytes() - Method in interface tachyon.proto.journal.File.ReinitializeFileEntryOrBuilder
optional string path = 1;
getPathComponents(String) - Static method in class tachyon.util.io.PathUtils
Gets the path components of the given path.
getPathWithoutScheme(Path) - Static method in class tachyon.hadoop.Utils
Given a Path path, it returns the path component of its URI, which has the form scheme://authority/path.
getPayload() - Method in class tachyon.collections.DirectedAcyclicGraphNode
Gets the payload of the node.
getPayloadDataBuffer() - Method in class tachyon.network.protocol.RPCBlockReadResponse
 
getPayloadDataBuffer() - Method in class tachyon.network.protocol.RPCBlockWriteRequest
 
getPayloadDataBuffer() - Method in class tachyon.network.protocol.RPCMessage
Returns the data buffer of the payload.
getPayloadReader() - Method in class tachyon.client.keyvalue.ByteBufferKeyValuePartitionReader
 
getPermission() - Method in class tachyon.client.file.options.SetAclOptions
 
getPermission() - Method in class tachyon.client.file.URIStatus
 
getPermission() - Method in class tachyon.master.file.meta.Inode
 
getPermission() - Method in class tachyon.master.file.options.SetAclOptions
 
getPermission() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional int32 permission = 10;
getPermission() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
optional int32 permission = 10;
getPermission() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
optional int32 permission = 10;
getPermission() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int32 permission = 16;
getPermission() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional int32 permission = 16;
getPermission() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional int32 permission = 16;
getPermission() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
optional int32 permission = 5;
getPermission() - Method in class tachyon.proto.journal.File.SetAclEntry
optional int32 permission = 5;
getPermission() - Method in interface tachyon.proto.journal.File.SetAclEntryOrBuilder
optional int32 permission = 5;
getPermission() - Method in class tachyon.security.authorization.PermissionStatus
 
getPermission() - Method in class tachyon.thrift.FileInfo
 
getPermission() - Method in class tachyon.thrift.SetAclTOptions
 
getPermission() - Method in class tachyon.web.UIFileInfo
 
getPermissionStatus() - Method in class tachyon.master.file.meta.options.CreatePathOptions
 
getPersistDirectory() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.PersistDirectoryEntry persist_directory = 15;
getPersistDirectory() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.PersistDirectoryEntry persist_directory = 15;
getPersistDirectory() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.PersistDirectoryEntry persist_directory = 15;
getPersistDirectoryBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.PersistDirectoryEntry persist_directory = 15;
getPersistDirectoryOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.PersistDirectoryEntry persist_directory = 15;
getPersistDirectoryOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.PersistDirectoryEntry persist_directory = 15;
getPersistDirectoryOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.PersistDirectoryEntry persist_directory = 15;
getPersisted() - Method in class tachyon.client.file.options.SetAttributeOptions
 
getPersisted() - Method in class tachyon.master.file.meta.InodeTree.CreatePathResult
 
getPersisted() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
optional bool persisted = 5;
getPersisted() - Method in class tachyon.proto.journal.File.SetStateEntry
optional bool persisted = 5;
getPersisted() - Method in interface tachyon.proto.journal.File.SetStateEntryOrBuilder
optional bool persisted = 5;
getPersistedFiles() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
the list of persisted files
getPersistedFiles() - Method in class tachyon.worker.file.FileDataManager
 
getPersistedFilesIterator() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
 
getPersistedFilesSize() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
 
getPersistenceState() - Method in class tachyon.client.file.URIStatus
 
getPersistenceState(long) - Method in class tachyon.master.file.FileSystemMaster
 
getPersistenceState() - Method in class tachyon.master.file.meta.Inode
 
getPersistenceState() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional string persistence_state = 4;
getPersistenceState() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
optional string persistence_state = 4;
getPersistenceState() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
optional string persistence_state = 4;
getPersistenceState() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional string persistence_state = 4;
getPersistenceState() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional string persistence_state = 4;
getPersistenceState() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional string persistence_state = 4;
getPersistenceState() - Method in class tachyon.thrift.FileInfo
 
getPersistenceState() - Method in class tachyon.web.UIFileInfo
 
getPersistenceStateBytes() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional string persistence_state = 4;
getPersistenceStateBytes() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
optional string persistence_state = 4;
getPersistenceStateBytes() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
optional string persistence_state = 4;
getPersistenceStateBytes() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional string persistence_state = 4;
getPersistenceStateBytes() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional string persistence_state = 4;
getPersistenceStateBytes() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional string persistence_state = 4;
getPersistFiles() - Method in class tachyon.thrift.PersistCommandOptions
 
getPersistFilesIterator() - Method in class tachyon.thrift.PersistCommandOptions
 
getPersistFilesSize() - Method in class tachyon.thrift.PersistCommandOptions
 
getPersistOptions() - Method in class tachyon.thrift.FileSystemCommandOptions
 
getPinIdList() - Method in class tachyon.master.file.FileSystemMaster
 
getPinIdList() - Method in class tachyon.master.file.FileSystemMasterWorkerServiceHandler
 
getPinIdList(AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncClient
 
getPinIdList(AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterWorkerService.AsyncIface
 
getPinIdList() - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor.getPinIdList
 
getPinIdList() - Method in class tachyon.thrift.FileSystemMasterWorkerService.Client
 
getPinIdList() - Method in interface tachyon.thrift.FileSystemMasterWorkerService.Iface
Returns the set of pinned files.
getPinIdList() - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.Processor.getPinIdList
 
getPinIdList_args() - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args
 
getPinIdList_args(FileSystemMasterWorkerService.getPinIdList_args) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args
Performs a deep copy on other.
getPinIdList_call(AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.AsyncClient.getPinIdList_call
 
getPinIdList_result() - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
 
getPinIdList_result(Set<Long>) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
 
getPinIdList_result(FileSystemMasterWorkerService.getPinIdList_result) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
Performs a deep copy on other.
getPinIdSet() - Method in class tachyon.master.file.meta.InodeTree
 
getPinList() - Method in class tachyon.worker.file.FileSystemMasterClient
 
getPinned() - Method in class tachyon.client.file.options.SetAttributeOptions
 
getPinned() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional bool pinned = 5;
getPinned() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
optional bool pinned = 5;
getPinned() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
optional bool pinned = 5;
getPinned() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional bool pinned = 5;
getPinned() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional bool pinned = 5;
getPinned() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional bool pinned = 5;
getPinned() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
optional bool pinned = 3;
getPinned() - Method in class tachyon.proto.journal.File.SetStateEntry
optional bool pinned = 3;
getPinned() - Method in interface tachyon.proto.journal.File.SetStateEntryOrBuilder
optional bool pinned = 3;
getPinnedSize() - Method in class tachyon.master.file.meta.InodeTree
 
getPlainClientTransport(String, String, TTransport) - Static method in class tachyon.security.authentication.PlainSaslUtils
Gets a PLAIN mechanism transport for client side.
getPlainServerTransportFactory(AuthType, TachyonConf) - Static method in class tachyon.security.authentication.PlainSaslUtils
For server side, get a PLAIN mechanism TTransportFactory.
getPollDir() - Method in class tachyon.metrics.sink.CsvSink
Gets the directory where the CSV files are created.
getPollPeriod() - Method in class tachyon.metrics.sink.ConsoleSink
Gets the polling period.
getPollPeriod() - Method in class tachyon.metrics.sink.CsvSink
Gets the polling period.
getPollPeriod() - Method in class tachyon.metrics.sink.GraphiteSink
Gets the polling period.
getPollUnit() - Method in class tachyon.metrics.sink.ConsoleSink
Gets the polling time unit.
getPollUnit() - Method in class tachyon.metrics.sink.CsvSink
Gets the polling time unit.
getPollUnit() - Method in class tachyon.metrics.sink.GraphiteSink
Gets the polling time unit.
getPort() - Method in class tachyon.TachyonURI
Gets the port of the TachyonURI.
getPort(NetworkAddressUtils.ServiceType, TachyonConf) - Static method in class tachyon.util.network.NetworkAddressUtils
Gets the port number on a given service type.
getPort() - Method in interface tachyon.worker.DataServer
Gets the port the DataServer is listening on.
getPort() - Method in class tachyon.worker.netty.NettyDataServer
 
getPort() - Method in class tachyon.worker.nio.NIODataServer
 
getPortKey() - Method in enum tachyon.util.network.NetworkAddressUtils.ServiceType
Gets the key of service port
getPos() - Method in class tachyon.hadoop.HdfsFileInputStream
 
getPosition() - Method in class tachyon.client.block.BufferedBlockInStream
 
getPrimaryGroupName(TachyonConf, String) - Static method in class tachyon.util.CommonUtils
Using GroupMappingService to get the primary group name.
getProcess() - Method in class tachyon.util.ShellUtils
Gets the current sub-process executing the given command.
getPropertyCategories() - Method in class tachyon.metrics.MetricsConfig
Gets the property categories, used by unit tests only.
getRandomNonNegativeLong() - Static method in class tachyon.client.ClientUtils
 
getReadOnlyByteBuffer() - Method in interface tachyon.network.protocol.databuffer.DataBuffer
Returns a ByteBuffer for read-only access to the data.
getReadOnlyByteBuffer() - Method in class tachyon.network.protocol.databuffer.DataByteArrayChannel
 
getReadOnlyByteBuffer() - Method in class tachyon.network.protocol.databuffer.DataByteBuffer
 
getReadOnlyByteBuffer() - Method in class tachyon.network.protocol.databuffer.DataFileChannel
 
getReadOnlyByteBuffer() - Method in class tachyon.network.protocol.databuffer.DataNettyBuffer
 
getReadOnlyData() - Method in class tachyon.worker.DataServerMessage
Gets the read only buffer of the message's data.
getRecordReader(InputSplit, JobConf, Reporter) - Method in class tachyon.client.keyvalue.hadoop.KeyValueInputFormat
 
getRecordWriter(FileSystem, JobConf, String, Progressable) - Method in class tachyon.client.keyvalue.hadoop.KeyValueOutputFormat
 
getRecursive() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
optional bool recursive = 2;
getRecursive() - Method in class tachyon.proto.journal.File.DeleteFileEntry
optional bool recursive = 2;
getRecursive() - Method in interface tachyon.proto.journal.File.DeleteFileEntryOrBuilder
optional bool recursive = 2;
getReinitializeFile() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.ReinitializeFileEntry reinitialize_file = 18;
getReinitializeFile() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.ReinitializeFileEntry reinitialize_file = 18;
getReinitializeFile() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.ReinitializeFileEntry reinitialize_file = 18;
getReinitializeFileBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.ReinitializeFileEntry reinitialize_file = 18;
getReinitializeFileOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.ReinitializeFileEntry reinitialize_file = 18;
getReinitializeFileOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.ReinitializeFileEntry reinitialize_file = 18;
getReinitializeFileOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.ReinitializeFileEntry reinitialize_file = 18;
getRemovedBlockIds() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
the list of removed block ids
getRemovedBlockIdsIterator() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
getRemovedBlockIdsSize() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
getRemovedBlocks() - Method in class tachyon.worker.block.BlockHeartbeatReport
Gets the list of blocks removed from this worker in the heartbeat this report represents.
getRename() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.RenameEntry rename = 19;
getRename() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.RenameEntry rename = 19;
getRename() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.RenameEntry rename = 19;
getRenameBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.RenameEntry rename = 19;
getRenameOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.RenameEntry rename = 19;
getRenameOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.RenameEntry rename = 19;
getRenameOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.RenameEntry rename = 19;
getReport() - Method in class tachyon.worker.block.BlockDataManager
Gets a report for the periodic heartbeat to master.
getRequestBytes() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
the number of bytes requested
getResult() - Method in class tachyon.thrift.BlockMasterClientService.AsyncClient.getBlockInfo_call
 
getResult() - Method in class tachyon.thrift.BlockMasterClientService.AsyncClient.getCapacityBytes_call
 
getResult() - Method in class tachyon.thrift.BlockMasterClientService.AsyncClient.getUsedBytes_call
 
getResult() - Method in class tachyon.thrift.BlockMasterClientService.AsyncClient.getWorkerInfoList_call
 
getResult(I, BlockMasterClientService.getBlockInfo_args) - Method in class tachyon.thrift.BlockMasterClientService.Processor.getBlockInfo
 
getResult(I, BlockMasterClientService.getCapacityBytes_args) - Method in class tachyon.thrift.BlockMasterClientService.Processor.getCapacityBytes
 
getResult(I, BlockMasterClientService.getUsedBytes_args) - Method in class tachyon.thrift.BlockMasterClientService.Processor.getUsedBytes
 
getResult(I, BlockMasterClientService.getWorkerInfoList_args) - Method in class tachyon.thrift.BlockMasterClientService.Processor.getWorkerInfoList
 
getResult() - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncClient.commitBlock_call
 
getResult() - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncClient.getWorkerId_call
 
getResult() - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncClient.heartbeat_call
 
getResult() - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncClient.registerWorker_call
 
getResult(I, BlockMasterWorkerService.commitBlock_args) - Method in class tachyon.thrift.BlockMasterWorkerService.Processor.commitBlock
 
getResult(I, BlockMasterWorkerService.getWorkerId_args) - Method in class tachyon.thrift.BlockMasterWorkerService.Processor.getWorkerId
 
getResult(I, BlockMasterWorkerService.heartbeat_args) - Method in class tachyon.thrift.BlockMasterWorkerService.Processor.heartbeat
 
getResult(I, BlockMasterWorkerService.registerWorker_args) - Method in class tachyon.thrift.BlockMasterWorkerService.Processor.registerWorker
 
getResult() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.accessBlock_call
 
getResult() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.asyncCheckpoint_call
 
getResult() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.cacheBlock_call
 
getResult() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.cancelBlock_call
 
getResult() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.lockBlock_call
 
getResult() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.promoteBlock_call
 
getResult() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.requestBlockLocation_call
 
getResult() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.requestSpace_call
 
getResult() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.sessionHeartbeat_call
 
getResult() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.unlockBlock_call
 
getResult(I, BlockWorkerClientService.accessBlock_args) - Method in class tachyon.thrift.BlockWorkerClientService.Processor.accessBlock
 
getResult(I, BlockWorkerClientService.asyncCheckpoint_args) - Method in class tachyon.thrift.BlockWorkerClientService.Processor.asyncCheckpoint
 
getResult(I, BlockWorkerClientService.cacheBlock_args) - Method in class tachyon.thrift.BlockWorkerClientService.Processor.cacheBlock
 
getResult(I, BlockWorkerClientService.cancelBlock_args) - Method in class tachyon.thrift.BlockWorkerClientService.Processor.cancelBlock
 
getResult(I, BlockWorkerClientService.lockBlock_args) - Method in class tachyon.thrift.BlockWorkerClientService.Processor.lockBlock
 
getResult(I, BlockWorkerClientService.promoteBlock_args) - Method in class tachyon.thrift.BlockWorkerClientService.Processor.promoteBlock
 
getResult(I, BlockWorkerClientService.requestBlockLocation_args) - Method in class tachyon.thrift.BlockWorkerClientService.Processor.requestBlockLocation
 
getResult(I, BlockWorkerClientService.requestSpace_args) - Method in class tachyon.thrift.BlockWorkerClientService.Processor.requestSpace
 
getResult(I, BlockWorkerClientService.sessionHeartbeat_args) - Method in class tachyon.thrift.BlockWorkerClientService.Processor.sessionHeartbeat
 
getResult(I, BlockWorkerClientService.unlockBlock_args) - Method in class tachyon.thrift.BlockWorkerClientService.Processor.unlockBlock
 
getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.completeFile_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.createDirectory_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.createFile_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.free_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.getFileBlockInfoList_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.getNewBlockIdForFile_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.getStatus_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.getStatusInternal_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.getUfsAddress_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.listStatus_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.loadMetadata_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.mount_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.remove_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.rename_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.scheduleAsyncPersist_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.setAcl_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.setAttribute_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.unmount_call
 
getResult(I, FileSystemMasterClientService.completeFile_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.completeFile
 
getResult(I, FileSystemMasterClientService.createDirectory_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.createDirectory
 
getResult(I, FileSystemMasterClientService.createFile_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.createFile
 
getResult(I, FileSystemMasterClientService.free_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.free
 
getResult(I, FileSystemMasterClientService.getFileBlockInfoList_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.getFileBlockInfoList
 
getResult(I, FileSystemMasterClientService.getNewBlockIdForFile_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.getNewBlockIdForFile
 
getResult(I, FileSystemMasterClientService.getStatus_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.getStatus
 
getResult(I, FileSystemMasterClientService.getStatusInternal_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.getStatusInternal
 
getResult(I, FileSystemMasterClientService.getUfsAddress_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.getUfsAddress
 
getResult(I, FileSystemMasterClientService.listStatus_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.listStatus
 
getResult(I, FileSystemMasterClientService.loadMetadata_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.loadMetadata
 
getResult(I, FileSystemMasterClientService.mount_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.mount
 
getResult(I, FileSystemMasterClientService.remove_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.remove
 
getResult(I, FileSystemMasterClientService.rename_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.rename
 
getResult(I, FileSystemMasterClientService.scheduleAsyncPersist_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.scheduleAsyncPersist
 
getResult(I, FileSystemMasterClientService.setAcl_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.setAcl
 
getResult(I, FileSystemMasterClientService.setAttribute_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.setAttribute
 
getResult(I, FileSystemMasterClientService.unmount_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.unmount
 
getResult() - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncClient.getFileInfo_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncClient.getPinIdList_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncClient.heartbeat_call
 
getResult(I, FileSystemMasterWorkerService.getFileInfo_args) - Method in class tachyon.thrift.FileSystemMasterWorkerService.Processor.getFileInfo
 
getResult(I, FileSystemMasterWorkerService.getPinIdList_args) - Method in class tachyon.thrift.FileSystemMasterWorkerService.Processor.getPinIdList
 
getResult(I, FileSystemMasterWorkerService.heartbeat_args) - Method in class tachyon.thrift.FileSystemMasterWorkerService.Processor.heartbeat
 
getResult() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncClient.completePartition_call
 
getResult() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncClient.completeStore_call
 
getResult() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncClient.createStore_call
 
getResult() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncClient.deleteStore_call
 
getResult() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncClient.getPartitionInfo_call
 
getResult() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncClient.mergeStore_call
 
getResult(I, KeyValueMasterClientService.completePartition_args) - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.completePartition
 
getResult(I, KeyValueMasterClientService.completeStore_args) - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.completeStore
 
getResult(I, KeyValueMasterClientService.createStore_args) - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.createStore
 
getResult(I, KeyValueMasterClientService.deleteStore_args) - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.deleteStore
 
getResult(I, KeyValueMasterClientService.getPartitionInfo_args) - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.getPartitionInfo
 
getResult(I, KeyValueMasterClientService.mergeStore_args) - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.mergeStore
 
getResult() - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncClient.get_call
 
getResult() - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncClient.getNextKeys_call
 
getResult() - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncClient.getSize_call
 
getResult(I, KeyValueWorkerClientService.get_args) - Method in class tachyon.thrift.KeyValueWorkerClientService.Processor.get
 
getResult(I, KeyValueWorkerClientService.getNextKeys_args) - Method in class tachyon.thrift.KeyValueWorkerClientService.Processor.getNextKeys
 
getResult(I, KeyValueWorkerClientService.getSize_args) - Method in class tachyon.thrift.KeyValueWorkerClientService.Processor.getSize
 
getResult() - Method in class tachyon.thrift.LineageMasterClientService.AsyncClient.createLineage_call
 
getResult() - Method in class tachyon.thrift.LineageMasterClientService.AsyncClient.deleteLineage_call
 
getResult() - Method in class tachyon.thrift.LineageMasterClientService.AsyncClient.getLineageInfoList_call
 
getResult() - Method in class tachyon.thrift.LineageMasterClientService.AsyncClient.reinitializeFile_call
 
getResult() - Method in class tachyon.thrift.LineageMasterClientService.AsyncClient.reportLostFile_call
 
getResult(I, LineageMasterClientService.createLineage_args) - Method in class tachyon.thrift.LineageMasterClientService.Processor.createLineage
 
getResult(I, LineageMasterClientService.deleteLineage_args) - Method in class tachyon.thrift.LineageMasterClientService.Processor.deleteLineage
 
getResult(I, LineageMasterClientService.getLineageInfoList_args) - Method in class tachyon.thrift.LineageMasterClientService.Processor.getLineageInfoList
 
getResult(I, LineageMasterClientService.reinitializeFile_args) - Method in class tachyon.thrift.LineageMasterClientService.Processor.reinitializeFile
 
getResult(I, LineageMasterClientService.reportLostFile_args) - Method in class tachyon.thrift.LineageMasterClientService.Processor.reportLostFile
 
getResult() - Method in class tachyon.thrift.TachyonService.AsyncClient.getServiceVersion_call
 
getResult(I, TachyonService.getServiceVersion_args) - Method in class tachyon.thrift.TachyonService.Processor.getServiceVersion
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getBlockInfo
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getCapacityBytes
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getUsedBytes
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getWorkerInfoList
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.commitBlock
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.getWorkerId
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.heartbeat
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.registerWorker
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.accessBlock
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.asyncCheckpoint
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.cacheBlock
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.cancelBlock
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.lockBlock
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.promoteBlock
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.requestBlockLocation
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.requestSpace
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.sessionHeartbeat
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.unlockBlock
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.completeFile
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.createDirectory
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.createFile
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.free
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getFileBlockInfoList
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getNewBlockIdForFile
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getStatus
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getStatusInternal
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getUfsAddress
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.listStatus
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.loadMetadata
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.mount
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.remove
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.rename
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.scheduleAsyncPersist
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.setAcl
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.setAttribute
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.unmount
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor.getFileInfo
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor.getPinIdList
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor.heartbeat
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.completePartition
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.completeStore
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.createStore
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.deleteStore
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.getPartitionInfo
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.mergeStore
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor.get
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor.getNextKeys
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor.getSize
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.createLineage
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.deleteLineage
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.getLineageInfoList
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.reinitializeFile
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.reportLostFile
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.TachyonService.AsyncProcessor.getServiceVersion
 
getRetryCount() - Method in class tachyon.retry.CountingRetry
 
getRetryCount() - Method in interface tachyon.retry.RetryPolicy
How many retries have been performed.
getRetryCount() - Method in class tachyon.retry.SleepingRetry
 
getRoot() - Method in class tachyon.master.file.meta.InodeTree
 
getRootLineage() - Method in class tachyon.master.lineage.meta.LineageStoreView
 
getRootLineages() - Method in class tachyon.master.lineage.meta.LineageStore
 
getRoots() - Method in class tachyon.collections.DirectedAcyclicGraph
Gets the payloads of all the root nodes of the DAG
getRPCBindHost() - Method in class tachyon.master.LocalTachyonMaster
Get the actual bind hostname on RPC service (used by unit test only).
getRPCBindHost() - Method in class tachyon.master.TachyonMaster
 
getRPCBindHost() - Method in class tachyon.worker.TachyonWorker
 
getRPCLocalPort() - Method in class tachyon.master.LocalTachyonMaster
Get the actual port that the RPC service is listening on (used by unit test only)
getRPCLocalPort() - Method in class tachyon.master.TachyonMaster
 
getRPCLocalPort() - Method in class tachyon.worker.TachyonWorker
 
getRpcPort() - Method in class tachyon.thrift.WorkerNetAddress
 
getRpcPort() - Method in class tachyon.worker.NetAddress
 
getRpcPortSocketAddress(NetAddress) - Static method in class tachyon.util.network.NetworkAddressUtils
Extracts rpcPort InetSocketAddress from Tachyon representation of network address.
getScheme() - Method in class tachyon.hadoop.TFS
 
getScheme() - Method in class tachyon.hadoop.TFSFT
 
getScheme() - Method in class tachyon.TachyonURI
Get the scheme of the TachyonURI.
getSecond() - Method in class tachyon.collections.Pair
 
getSequenceNumber(long) - Static method in class tachyon.master.block.BlockId
 
getSequenceNumber() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
optional int64 sequence_number = 2;
getSequenceNumber() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
optional int64 sequence_number = 2;
getSequenceNumber() - Method in interface tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntryOrBuilder
optional int64 sequence_number = 2;
getSequenceNumber() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional int64 sequence_number = 1;
getSequenceNumber() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional int64 sequence_number = 1;
getSequenceNumber() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional int64 sequence_number = 1;
getSequenceNumber() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry.Builder
optional int64 sequence_number = 1;
getSequenceNumber() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
optional int64 sequence_number = 1;
getSequenceNumber() - Method in interface tachyon.proto.journal.Lineage.LineageIdGeneratorEntryOrBuilder
optional int64 sequence_number = 1;
getSerializedSize() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
 
getSerializedSize() - Method in class tachyon.proto.journal.Block.BlockInfoEntry
 
getSerializedSize() - Method in class tachyon.proto.journal.File.AddMountPointEntry
 
getSerializedSize() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
 
getSerializedSize() - Method in class tachyon.proto.journal.File.CompleteFileEntry
 
getSerializedSize() - Method in class tachyon.proto.journal.File.DeleteFileEntry
 
getSerializedSize() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry
 
getSerializedSize() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
 
getSerializedSize() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
 
getSerializedSize() - Method in class tachyon.proto.journal.File.InodeFileEntry
 
getSerializedSize() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
 
getSerializedSize() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry
 
getSerializedSize() - Method in class tachyon.proto.journal.File.PersistFileEntry
 
getSerializedSize() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
 
getSerializedSize() - Method in class tachyon.proto.journal.File.RenameEntry
 
getSerializedSize() - Method in class tachyon.proto.journal.File.SetAclEntry
 
getSerializedSize() - Method in class tachyon.proto.journal.File.SetStateEntry
 
getSerializedSize() - Method in class tachyon.proto.journal.Journal.JournalEntry
 
getSerializedSize() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
 
getSerializedSize() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
 
getSerializedSize() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
 
getSerializedSize() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
 
getSerializedSize() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
 
getSerializedSize() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
 
getSerializedSize() - Method in class tachyon.proto.journal.Lineage.LineageEntry
 
getSerializedSize() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
 
getServer() - Method in class tachyon.web.UIWebServer
 
getServerChannelClass(ChannelType) - Static method in class tachyon.util.network.NettyUtils
Returns the correct ServerSocketChannel class based on ChannelType.
getServerTransportFactory(TachyonConf) - Static method in class tachyon.security.authentication.AuthenticationUtils
For server side, this method returns a TTransportFactory based on the auth type.
getServiceName() - Method in class tachyon.client.block.BlockMasterClient
 
getServiceName() - Method in class tachyon.client.file.FileSystemMasterClient
 
getServiceName() - Method in class tachyon.client.keyvalue.KeyValueMasterClient
 
getServiceName() - Method in class tachyon.client.keyvalue.KeyValueWorkerClient
 
getServiceName() - Method in class tachyon.client.lineage.LineageMasterClient
 
getServiceName() - Method in class tachyon.client.worker.BlockWorkerClient
 
getServiceName() - Method in class tachyon.ClientBase
 
getServiceName() - Method in enum tachyon.util.network.NetworkAddressUtils.ServiceType
Gets service name.
getServiceName() - Method in class tachyon.worker.block.BlockMasterClient
 
getServiceName() - Method in class tachyon.worker.file.FileSystemMasterClient
 
getServices() - Method in class tachyon.master.block.BlockMaster
 
getServices() - Method in class tachyon.master.file.FileSystemMaster
 
getServices() - Method in class tachyon.master.keyvalue.KeyValueMaster
 
getServices() - Method in class tachyon.master.lineage.LineageMaster
 
getServices() - Method in interface tachyon.master.Master
 
getServices() - Method in class tachyon.worker.block.BlockWorker
 
getServices() - Method in class tachyon.worker.file.FileSystemWorker
getServices() - Method in class tachyon.worker.keyvalue.KeyValueWorker
 
getServices() - Method in interface tachyon.worker.Worker
 
getServiceVersion() - Method in class tachyon.client.block.BlockMasterClient
 
getServiceVersion() - Method in class tachyon.client.file.FileSystemMasterClient
 
getServiceVersion() - Method in class tachyon.client.keyvalue.KeyValueMasterClient
 
getServiceVersion() - Method in class tachyon.client.keyvalue.KeyValueWorkerClient
 
getServiceVersion() - Method in class tachyon.client.lineage.LineageMasterClient
 
getServiceVersion() - Method in class tachyon.client.worker.BlockWorkerClient
 
getServiceVersion() - Method in class tachyon.ClientBase
 
getServiceVersion() - Method in class tachyon.master.block.BlockMasterClientServiceHandler
 
getServiceVersion() - Method in class tachyon.master.block.BlockMasterWorkerServiceHandler
 
getServiceVersion() - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
 
getServiceVersion() - Method in class tachyon.master.file.FileSystemMasterWorkerServiceHandler
 
getServiceVersion() - Method in class tachyon.master.keyvalue.KeyValueMasterClientServiceHandler
 
getServiceVersion() - Method in class tachyon.master.lineage.LineageMasterClientServiceHandler
 
getServiceVersion(AsyncMethodCallback) - Method in class tachyon.thrift.TachyonService.AsyncClient
 
getServiceVersion(AsyncMethodCallback) - Method in interface tachyon.thrift.TachyonService.AsyncIface
 
getServiceVersion() - Constructor for class tachyon.thrift.TachyonService.AsyncProcessor.getServiceVersion
 
getServiceVersion() - Method in class tachyon.thrift.TachyonService.Client
 
getServiceVersion() - Method in interface tachyon.thrift.TachyonService.Iface
Returns the version of the master service.
getServiceVersion() - Constructor for class tachyon.thrift.TachyonService.Processor.getServiceVersion
 
getServiceVersion() - Method in class tachyon.worker.block.BlockMasterClient
 
getServiceVersion() - Method in class tachyon.worker.block.BlockWorkerClientServiceHandler
 
getServiceVersion() - Method in class tachyon.worker.file.FileSystemMasterClient
 
getServiceVersion() - Method in class tachyon.worker.keyvalue.KeyValueWorkerClientServiceHandler
 
getServiceVersion_args() - Constructor for class tachyon.thrift.TachyonService.getServiceVersion_args
 
getServiceVersion_args(TachyonService.getServiceVersion_args) - Constructor for class tachyon.thrift.TachyonService.getServiceVersion_args
Performs a deep copy on other.
getServiceVersion_call(AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.TachyonService.AsyncClient.getServiceVersion_call
 
getServiceVersion_result() - Constructor for class tachyon.thrift.TachyonService.getServiceVersion_result
 
getServiceVersion_result(long) - Constructor for class tachyon.thrift.TachyonService.getServiceVersion_result
 
getServiceVersion_result(TachyonService.getServiceVersion_result) - Constructor for class tachyon.thrift.TachyonService.getServiceVersion_result
Performs a deep copy on other.
getServletHandler() - Method in class tachyon.metrics.MetricsSystem
Gets the ServletContextHandler of the metrics servlet.
getSessionId() - Method in class tachyon.client.worker.BlockWorkerClient
 
getSessionId() - Method in class tachyon.network.protocol.RPCBlockReadRequest
 
getSessionId() - Method in class tachyon.network.protocol.RPCBlockWriteRequest
 
getSessionId() - Method in class tachyon.network.protocol.RPCBlockWriteResponse
 
getSessionId() - Method in class tachyon.SessionInfo
 
getSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
the id of the current session
getSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
the id of the current session
getSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
the id of the current session
getSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
the id of the current session
getSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
the id of the current session
getSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
the id of the current session
getSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
the id of the current session
getSessionId() - Method in class tachyon.worker.block.meta.TempBlockMeta
 
getSessionId() - Method in class tachyon.worker.DataServerMessage
Gets the sessionId of the worker making the request.
getSessionTempBlocks(long) - Method in class tachyon.worker.block.BlockMetadataManager
Gets all the temporary blocks associated with a session, empty list is returned if the session has no temporary blocks.
getSessionTempBlocks(long) - Method in class tachyon.worker.block.meta.StorageDir
Gets the temporary blocks associated with a session in this StorageDir, an empty list is returned if the session has no temporary blocks in this StorageDir.
getSetAcl() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.SetAclEntry set_acl = 24;
getSetAcl() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.SetAclEntry set_acl = 24;
getSetAcl() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.SetAclEntry set_acl = 24;
getSetAclBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.SetAclEntry set_acl = 24;
getSetAclOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.SetAclEntry set_acl = 24;
getSetAclOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.SetAclEntry set_acl = 24;
getSetAclOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.SetAclEntry set_acl = 24;
getSetPermissionCommand(String, String) - Static method in class tachyon.util.ShellUtils
Returns a Unix command to set permission.
getSetState() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.SetStateEntry set_state = 20;
getSetState() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.SetStateEntry set_state = 20;
getSetState() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.SetStateEntry set_state = 20;
getSetStateBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.SetStateEntry set_state = 20;
getSetStateOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.SetStateEntry set_state = 20;
getSetStateOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.SetStateEntry set_state = 20;
getSetStateOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.SetStateEntry set_state = 20;
getSinks() - Method in class tachyon.metrics.MetricsSystem
Gets the sinks.
getSize(long) - Method in class tachyon.client.keyvalue.KeyValueWorkerClient
 
getSize() - Method in class tachyon.master.file.meta.InodeTree
 
getSize(long, AsyncMethodCallback) - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncClient
 
getSize(long, AsyncMethodCallback) - Method in interface tachyon.thrift.KeyValueWorkerClientService.AsyncIface
 
getSize() - Constructor for class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor.getSize
 
getSize(long) - Method in class tachyon.thrift.KeyValueWorkerClientService.Client
 
getSize(long) - Method in interface tachyon.thrift.KeyValueWorkerClientService.Iface
Gets the number of key-value pairs in the partition.
getSize() - Constructor for class tachyon.thrift.KeyValueWorkerClientService.Processor.getSize
 
getSize() - Method in class tachyon.web.UIFileInfo
 
getSize(long) - Method in class tachyon.worker.keyvalue.KeyValueWorkerClientServiceHandler
 
getSize_args() - Constructor for class tachyon.thrift.KeyValueWorkerClientService.getSize_args
 
getSize_args(long) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.getSize_args
 
getSize_args(KeyValueWorkerClientService.getSize_args) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.getSize_args
Performs a deep copy on other.
getSize_call(long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.AsyncClient.getSize_call
 
getSize_result() - Constructor for class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
getSize_result(int, TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
getSize_result(KeyValueWorkerClientService.getSize_result) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.getSize_result
Performs a deep copy on other.
getSizeFromBytes(long) - Static method in class tachyon.util.FormatUtils
Returns a human-readable version of bytes 10GB 2048KB etc.
getSleepTime() - Method in class tachyon.retry.ExponentialBackoffRetry
 
getSleepTime() - Method in class tachyon.retry.SleepingRetry
How long to sleep before the next retry is performed.
getSleepUnit() - Method in class tachyon.retry.SleepingRetry
Unit of time that SleepingRetry.getSleepTime() is measured in.
getSources() - Method in class tachyon.metrics.MetricsSystem
Gets the sources.
getSpace(String, UnderFileSystem.SpaceType) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
 
getSpace(String, UnderFileSystem.SpaceType) - Method in class tachyon.underfs.local.LocalUnderFileSystem
 
getSpace(String, UnderFileSystem.SpaceType) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
 
getSpace(String, UnderFileSystem.SpaceType) - Method in class tachyon.underfs.s3.S3UnderFileSystem
 
getSpace(String, UnderFileSystem.SpaceType) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
 
getSpace(String, UnderFileSystem.SpaceType) - Method in class tachyon.underfs.UnderFileSystem
Queries the under file system about the space of the indicated path (e.g., space left, space used and etc).
getSplits(JobConf, int) - Method in class tachyon.client.keyvalue.hadoop.KeyValueInputFormat
Returns each partition as a KeyValueInputSplit.
getSrcLocation() - Method in class tachyon.worker.block.evictor.BlockTransferInfo
 
getStartTime() - Method in class tachyon.master.block.meta.MasterWorkerInfo
 
getStartTime() - Method in class tachyon.web.WebInterfaceWorkerGeneralServlet.UIWorkerInfo
 
getStarttimeMs() - Method in class tachyon.master.TachyonMaster
 
getStartTimeMs() - Method in class tachyon.thrift.WorkerInfo
 
getState() - Method in class tachyon.thrift.WorkerInfo
 
getState() - Method in class tachyon.web.WebInterfaceWorkersServlet.NodeInfo
 
getStatus(TachyonURI) - Method in class tachyon.client.file.BaseFileSystem
 
getStatus(TachyonURI, GetStatusOptions) - Method in class tachyon.client.file.BaseFileSystem
 
getStatus(TachyonURI) - Method in interface tachyon.client.file.FileSystem
Convenience method for FileSystem.getStatus(TachyonURI, GetStatusOptions) with default options.
getStatus(TachyonURI, GetStatusOptions) - Method in interface tachyon.client.file.FileSystem
Gets the URIStatus object that represents the metadata of a Tachyon path.
getStatus(TachyonURI) - Method in class tachyon.client.file.FileSystemMasterClient
 
getStatus(String) - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
 
getStatus() - Method in class tachyon.network.protocol.RPCBlockReadResponse
 
getStatus() - Method in class tachyon.network.protocol.RPCBlockWriteResponse
 
getStatus() - Method in class tachyon.network.protocol.RPCErrorResponse
 
getStatus(String, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient
 
getStatus(String, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterClientService.AsyncIface
 
getStatus() - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getStatus
 
getStatus(String) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
getStatus(String) - Method in interface tachyon.thrift.FileSystemMasterClientService.Iface
Returns the status of the file or directory.
getStatus() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor.getStatus
 
getStatus() - Method in class tachyon.worker.DataServerMessage
Gets the status of the response.
getStatus_args() - Constructor for class tachyon.thrift.FileSystemMasterClientService.getStatus_args
 
getStatus_args(String) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getStatus_args
 
getStatus_args(FileSystemMasterClientService.getStatus_args) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getStatus_args
Performs a deep copy on other.
getStatus_call(String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.getStatus_call
 
getStatus_result() - Constructor for class tachyon.thrift.FileSystemMasterClientService.getStatus_result
 
getStatus_result(FileInfo, TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getStatus_result
 
getStatus_result(FileSystemMasterClientService.getStatus_result) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getStatus_result
Performs a deep copy on other.
getStatusInternal(long) - Method in class tachyon.client.file.FileSystemMasterClient
Internal API, only used by the WebUI of the servers.
getStatusInternal(long) - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
 
getStatusInternal(long, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient
 
getStatusInternal(long, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterClientService.AsyncIface
 
getStatusInternal() - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getStatusInternal
 
getStatusInternal(long) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
getStatusInternal(long) - Method in interface tachyon.thrift.FileSystemMasterClientService.Iface
Returns the status of the file or directory, only used internally by servers.
getStatusInternal() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor.getStatusInternal
 
getStatusInternal_args() - Constructor for class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
 
getStatusInternal_args(long) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
 
getStatusInternal_args(FileSystemMasterClientService.getStatusInternal_args) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
Performs a deep copy on other.
getStatusInternal_call(long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.getStatusInternal_call
 
getStatusInternal_result() - Constructor for class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
 
getStatusInternal_result(FileInfo, TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
 
getStatusInternal_result(FileSystemMasterClientService.getStatusInternal_result) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
Performs a deep copy on other.
GetStatusOptions - Class in tachyon.client.file.options
Method options for getting the status of a path.
getStorageDirs() - Method in class tachyon.worker.block.meta.StorageTier
 
getStorageTierAlias() - Method in class tachyon.web.WebInterfaceGeneralServlet.StorageTierInfo
 
getStorageTierAssoc() - Method in class tachyon.master.block.meta.MasterWorkerInfo
 
getStorageTiers() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
the list of storage tiers
getStorageTiersIterator() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
getStorageTiersSize() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
getStoreId() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
optional int64 store_id = 1;
getStoreId() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
optional int64 store_id = 1;
getStoreId() - Method in interface tachyon.proto.journal.KeyValue.CompletePartitionEntryOrBuilder
optional int64 store_id = 1;
getStoreId() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry.Builder
optional int64 store_id = 1;
getStoreId() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
optional int64 store_id = 1;
getStoreId() - Method in interface tachyon.proto.journal.KeyValue.CompleteStoreEntryOrBuilder
optional int64 store_id = 1;
getStoreId() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry.Builder
optional int64 store_id = 1;
getStoreId() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
optional int64 store_id = 1;
getStoreId() - Method in interface tachyon.proto.journal.KeyValue.CreateStoreEntryOrBuilder
optional int64 store_id = 1;
getStoreId() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry.Builder
optional int64 store_id = 1;
getStoreId() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
optional int64 store_id = 1;
getStoreId() - Method in interface tachyon.proto.journal.KeyValue.DeleteStoreEntryOrBuilder
optional int64 store_id = 1;
getStoreMeta() - Method in class tachyon.worker.block.BlockDataManager
Gets the metadata for the entire block store.
getStructDesc() - Method in class tachyon.thrift.FileSystemCommandOptions
 
getSuccess() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
 
getSuccess() - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
 
getSuccess() - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
 
getSuccess() - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
 
getSuccess() - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
 
getSuccess() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
 
getSuccess() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
 
getSuccess() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
getSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
 
getSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
 
getSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
 
getSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
 
getSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
 
getSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
 
getSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
getSuccess() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
 
getSuccess() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
 
getSuccess() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
 
getSuccess() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
 
getSuccess() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
getSuccess() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
getSuccess() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
getSuccess() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
 
getSuccess() - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
 
getSuccess() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
 
getSuccess() - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
 
getSuccessIterator() - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
 
getSuccessIterator() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
 
getSuccessIterator() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
 
getSuccessIterator() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
 
getSuccessIterator() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
 
getSuccessIterator() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
getSuccessIterator() - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
 
getSuccessSize() - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
 
getSuccessSize() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
 
getSuccessSize() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
 
getSuccessSize() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
 
getSuccessSize() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
 
getSuccessSize() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
getSuccessSize() - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
 
getSymbol() - Method in enum tachyon.security.authorization.FileSystemAction
 
getTachyonBlockStore() - Method in enum tachyon.client.file.FileSystemContext
 
getTachyonFileName(String) - Static method in class tachyon.hadoop.Utils
Given a String path, returns an equivalent Tachyon path.
getTachyonHome() - Method in class tachyon.master.LocalTachyonCluster
 
getTachyonPath() - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
optional string tachyon_path = 1;
getTachyonPath() - Method in class tachyon.proto.journal.File.AddMountPointEntry
optional string tachyon_path = 1;
getTachyonPath() - Method in interface tachyon.proto.journal.File.AddMountPointEntryOrBuilder
optional string tachyon_path = 1;
getTachyonPath() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
optional string tachyon_path = 1;
getTachyonPath() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry
optional string tachyon_path = 1;
getTachyonPath() - Method in interface tachyon.proto.journal.File.DeleteMountPointEntryOrBuilder
optional string tachyon_path = 1;
getTachyonPath() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
the path of tachyon mount point
getTachyonPath() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
the path of the tachyon mount point
getTachyonPathBytes() - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
optional string tachyon_path = 1;
getTachyonPathBytes() - Method in class tachyon.proto.journal.File.AddMountPointEntry
optional string tachyon_path = 1;
getTachyonPathBytes() - Method in interface tachyon.proto.journal.File.AddMountPointEntryOrBuilder
optional string tachyon_path = 1;
getTachyonPathBytes() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
optional string tachyon_path = 1;
getTachyonPathBytes() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry
optional string tachyon_path = 1;
getTachyonPathBytes() - Method in interface tachyon.proto.journal.File.DeleteMountPointEntryOrBuilder
optional string tachyon_path = 1;
getTachyonStorageType() - Method in class tachyon.client.file.options.CreateFileOptions
 
getTachyonStorageType() - Method in class tachyon.client.file.options.InStreamOptions
 
getTachyonStorageType() - Method in class tachyon.client.file.options.OpenFileOptions
 
getTachyonStorageType() - Method in class tachyon.client.file.options.OutStreamOptions
 
getTachyonStorageType() - Method in enum tachyon.client.ReadType
 
getTachyonStorageType() - Method in enum tachyon.client.WriteType
 
getTachyonURIs(FileSystem, TachyonURI) - Static method in class tachyon.shell.TfsShellUtils
Get all the TachyonURIs that match inputURI.
getTempBlockMeta(long) - Method in class tachyon.worker.block.BlockMetadataManager
Gets the metadata of a temp block.
getTempBlockMeta(long) - Method in class tachyon.worker.block.meta.StorageDir
Gets the BlockMeta from this storage dir by its block id.
getTempBlockWriterRemote(long, long) - Method in class tachyon.worker.block.BlockDataManager
Opens a BlockWriter for an existing temporary block.
getThis() - Method in class tachyon.master.file.meta.Inode.Builder
Returns `this` so that the abstract class can use the fluent builder pattern.
getThis() - Method in class tachyon.master.file.meta.InodeDirectory.Builder
 
getThis() - Method in class tachyon.master.file.meta.InodeFile.Builder
 
getThreadName() - Method in class tachyon.heartbeat.ScheduledTimer
 
getThreadNames() - Static method in class tachyon.heartbeat.HeartbeatScheduler
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockInfo._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockLocation._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterClientService.getBlockInfo_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterClientService.getBlockInfo_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterClientService.getCapacityBytes_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterClientService.getCapacityBytes_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterClientService.getUsedBytes_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterClientService.getUsedBytes_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterWorkerService.commitBlock_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterWorkerService.commitBlock_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterWorkerService.getWorkerId_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterWorkerService.getWorkerId_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterWorkerService.heartbeat_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterWorkerService.heartbeat_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterWorkerService.registerWorker_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterWorkerService.registerWorker_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.accessBlock_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.accessBlock_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.cacheBlock_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.cacheBlock_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.cancelBlock_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.cancelBlock_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.lockBlock_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.lockBlock_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.promoteBlock_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.promoteBlock_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.requestSpace_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.requestSpace_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.unlockBlock_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.unlockBlock_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.Command._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.CommandLineJobInfo._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.CompleteFileTOptions._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.CreateDirectoryTOptions._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.CreateFileTOptions._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.DependencyInfo._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileBlockInfo._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileInfo._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemCommand._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemCommandOptions._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.completeFile_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.completeFile_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.createDirectory_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.createDirectory_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.createFile_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.createFile_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.free_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.free_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.getStatus_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.getStatus_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.listStatus_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.listStatus_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.loadMetadata_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.loadMetadata_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.mount_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.mount_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.remove_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.remove_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.rename_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.rename_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.setAcl_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.setAcl_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.setAttribute_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.setAttribute_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.unmount_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.unmount_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.JobConfInfo._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.KeyValueMasterClientService.completePartition_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.KeyValueMasterClientService.completePartition_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.KeyValueMasterClientService.completeStore_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.KeyValueMasterClientService.completeStore_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.KeyValueMasterClientService.createStore_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.KeyValueMasterClientService.createStore_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.KeyValueMasterClientService.deleteStore_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.KeyValueMasterClientService.deleteStore_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.KeyValueMasterClientService.mergeStore_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.KeyValueMasterClientService.mergeStore_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.KeyValueWorkerClientService.get_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.KeyValueWorkerClientService.get_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.KeyValueWorkerClientService.getSize_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.KeyValueWorkerClientService.getSize_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.LineageInfo._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterClientService.createLineage_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterClientService.createLineage_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterClientService.deleteLineage_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterClientService.deleteLineage_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterClientService.getLineageInfoList_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterClientService.getLineageInfoList_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterClientService.reinitializeFile_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterClientService.reinitializeFile_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterClientService.reportLostFile_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterClientService.reportLostFile_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.LockBlockResult._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.PartitionInfo._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.PersistCommandOptions._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.PersistFile._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.RpcOptions._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.SetAclTOptions._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.SetAttributeTOptions._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.TachyonService.getServiceVersion_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.TachyonService.getServiceVersion_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.TachyonTException._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.ThriftIOException._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.WorkerInfo._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.WorkerNetAddress._Fields
 
getThriftPort(TServerSocket) - Static method in class tachyon.util.network.NetworkAddressUtils
Gets the port for the underline socket.
getThriftSocket(TServerSocket) - Static method in class tachyon.util.network.NetworkAddressUtils
Extracts the port from the thrift socket.
getTier(String) - Method in class tachyon.worker.block.BlockMetadataManager
Gets the StorageTier given its tierAlias.
getTierAlias() - Method in class tachyon.master.block.meta.MasterBlockLocation
 
getTierAlias() - Method in class tachyon.thrift.BlockLocation
 
getTierAlias() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
the alias of the target tier
getTierAlias() - Method in class tachyon.web.WebInterfaceWorkerGeneralServlet.UIStorageDir
 
getTierAlias() - Method in class tachyon.worker.block.meta.StorageTier
 
getTierOrdinal() - Method in class tachyon.worker.block.meta.StorageTier
 
getTiers() - Method in class tachyon.worker.block.BlockMetadataManager
Gets the list of StorageTier managed.
getTiersBelow(String) - Method in class tachyon.worker.block.BlockMetadataManager
Gets the list of StorageTier below the tier with the given tierAlias.
getTierView(String) - Method in class tachyon.worker.block.BlockMetadataManagerView
Provides StorageTierView given tierAlias.
getTierViewAlias() - Method in class tachyon.worker.block.meta.StorageTierView
 
getTierViewOrdinal() - Method in class tachyon.worker.block.meta.StorageTierView
 
getTierViews() - Method in class tachyon.worker.block.BlockMetadataManagerView
Gets all tierViews under this managerView.
getTierViewsBelow(String) - Method in class tachyon.worker.block.BlockMetadataManagerView
Gets all tierViews before certain tierView.
getTimedOutSessions() - Method in class tachyon.Sessions
Gets the sessions that timed out.
getTimerClass(String) - Static method in class tachyon.heartbeat.HeartbeatContext
 
getToPath() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
the path of the store to be merged to
getToRemoveBlocks() - Method in class tachyon.master.block.meta.MasterWorkerInfo
 
getToStoreId() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
optional int64 to_store_id = 2;
getToStoreId() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
optional int64 to_store_id = 2;
getToStoreId() - Method in interface tachyon.proto.journal.KeyValue.MergeStoreEntryOrBuilder
optional int64 to_store_id = 2;
getTotalBytesOnTiers() - Method in class tachyon.master.block.BlockMaster
 
getTotalBytesOnTiers() - Method in class tachyon.master.block.meta.MasterWorkerInfo
 
getTotalBytesOnTiers() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
the map of total bytes on each tier
getTotalBytesOnTiersSize() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
getTtl() - Method in class tachyon.client.file.options.CreateFileOptions
 
getTtl() - Method in class tachyon.client.file.options.OutStreamOptions
 
getTtl() - Method in class tachyon.client.file.options.SetAttributeOptions
 
getTtl() - Method in class tachyon.client.file.URIStatus
 
getTtl() - Method in class tachyon.master.file.meta.InodeFile
 
getTtl() - Method in class tachyon.master.file.meta.options.CreatePathOptions
 
getTtl() - Method in class tachyon.master.file.options.CreateFileOptions
 
getTtl() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int64 ttl = 13;
getTtl() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional int64 ttl = 13;
getTtl() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional int64 ttl = 13;
getTtl() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
optional int64 ttl = 3;
getTtl() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
optional int64 ttl = 3;
getTtl() - Method in interface tachyon.proto.journal.File.ReinitializeFileEntryOrBuilder
optional int64 ttl = 3;
getTtl() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
optional int64 ttl = 4;
getTtl() - Method in class tachyon.proto.journal.File.SetStateEntry
optional int64 ttl = 4;
getTtl() - Method in interface tachyon.proto.journal.File.SetStateEntryOrBuilder
optional int64 ttl = 4;
getTtl() - Method in class tachyon.thrift.CreateFileTOptions
 
getTtl() - Method in class tachyon.thrift.FileInfo
 
getTtl() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
time to live
getTtl() - Method in class tachyon.thrift.SetAttributeTOptions
 
getTtlIntervalEndTimeMs() - Method in class tachyon.master.file.meta.TtlBucket
 
getTtlIntervalMs() - Static method in class tachyon.master.file.meta.TtlBucket
 
getTtlIntervalStartTimeMs() - Method in class tachyon.master.file.meta.TtlBucket
 
getType() - Method in class tachyon.network.protocol.RPCBlockReadRequest
 
getType() - Method in class tachyon.network.protocol.RPCBlockReadResponse
 
getType() - Method in class tachyon.network.protocol.RPCBlockWriteRequest
 
getType() - Method in class tachyon.network.protocol.RPCBlockWriteResponse
 
getType() - Method in class tachyon.network.protocol.RPCErrorResponse
 
getType() - Method in class tachyon.network.protocol.RPCMessage
Returns the type of the message.
getType() - Method in exception tachyon.thrift.TachyonTException
 
getUfsAddress() - Method in class tachyon.client.file.FileSystemMasterClient
 
getUfsAddress() - Method in class tachyon.master.file.FileSystemMaster
 
getUfsAddress() - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
 
getUfsAddress(AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient
 
getUfsAddress(AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterClientService.AsyncIface
 
getUfsAddress() - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getUfsAddress
 
getUfsAddress() - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
getUfsAddress() - Method in interface tachyon.thrift.FileSystemMasterClientService.Iface
Returns the UFS address of the root mount point.
getUfsAddress() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor.getUfsAddress
 
getUfsAddress_args() - Constructor for class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args
 
getUfsAddress_args(FileSystemMasterClientService.getUfsAddress_args) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args
Performs a deep copy on other.
getUfsAddress_call(AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.getUfsAddress_call
 
getUfsAddress_result() - Constructor for class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
 
getUfsAddress_result(String) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
 
getUfsAddress_result(FileSystemMasterClientService.getUfsAddress_result) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
Performs a deep copy on other.
getUfsLength() - Method in class tachyon.client.file.options.CompleteFileOptions
 
getUfsLength() - Method in class tachyon.master.file.options.CompleteFileOptions
 
getUfsLength() - Method in class tachyon.thrift.CompleteFileTOptions
 
getUfsLocations() - Method in class tachyon.thrift.FileBlockInfo
 
getUfsLocationsIterator() - Method in class tachyon.thrift.FileBlockInfo
 
getUfsLocationsSize() - Method in class tachyon.thrift.FileBlockInfo
 
getUfsPath() - Method in class tachyon.client.file.URIStatus
 
getUfsPath() - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
optional string ufs_path = 2;
getUfsPath() - Method in class tachyon.proto.journal.File.AddMountPointEntry
optional string ufs_path = 2;
getUfsPath() - Method in interface tachyon.proto.journal.File.AddMountPointEntryOrBuilder
optional string ufs_path = 2;
getUfsPath() - Method in class tachyon.thrift.FileInfo
 
getUfsPath() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
the path of the under file system
getUfsPath() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
the path of the under file system
getUfsPathBytes() - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
optional string ufs_path = 2;
getUfsPathBytes() - Method in class tachyon.proto.journal.File.AddMountPointEntry
optional string ufs_path = 2;
getUfsPathBytes() - Method in interface tachyon.proto.journal.File.AddMountPointEntryOrBuilder
optional string ufs_path = 2;
getUidAndGid() - Static method in class tachyon.fuse.TachyonFuseUtils
Retrieves the uid and primary gid of the user running Tachyon-FUSE.
getUMask(TachyonConf) - Static method in class tachyon.security.authorization.FileSystemPermission
Gets the file/directory creation umask.
getUnderFilesystemAddress() - Method in class tachyon.underfs.LocalFilesystemCluster
 
getUnderFilesystemAddress() - Method in class tachyon.underfs.UnderFileSystemCluster
 
getUnderFilesystemCluster(String, TachyonConf) - Static method in class tachyon.underfs.UnderFileSystemCluster
getUnderFSType() - Method in class tachyon.underfs.glusterfs.GlusterFSUnderFileSystem
 
getUnderFSType() - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
 
getUnderFSType() - Method in class tachyon.underfs.local.LocalUnderFileSystem
 
getUnderFSType() - Method in class tachyon.underfs.oss.OSSUnderFileSystem
 
getUnderFSType() - Method in class tachyon.underfs.s3.S3UnderFileSystem
 
getUnderFSType() - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
 
getUnderFSType() - Method in class tachyon.underfs.UnderFileSystem
 
getUnderStorageType() - Method in class tachyon.client.file.options.CreateDirectoryOptions
 
getUnderStorageType() - Method in class tachyon.client.file.options.CreateFileOptions
 
getUnderStorageType() - Method in class tachyon.client.file.options.OutStreamOptions
 
getUnderStorageType() - Method in enum tachyon.client.WriteType
 
getUnixGroups(String) - Static method in class tachyon.util.CommonUtils
Gets the current user's group list from Unix by running the command 'groups' NOTE.
getUnknownFields() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
 
getUnknownFields() - Method in class tachyon.proto.journal.Block.BlockInfoEntry
 
getUnknownFields() - Method in class tachyon.proto.journal.File.AddMountPointEntry
 
getUnknownFields() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
 
getUnknownFields() - Method in class tachyon.proto.journal.File.CompleteFileEntry
 
getUnknownFields() - Method in class tachyon.proto.journal.File.DeleteFileEntry
 
getUnknownFields() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry
 
getUnknownFields() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
 
getUnknownFields() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
 
getUnknownFields() - Method in class tachyon.proto.journal.File.InodeFileEntry
 
getUnknownFields() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
 
getUnknownFields() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry
 
getUnknownFields() - Method in class tachyon.proto.journal.File.PersistFileEntry
 
getUnknownFields() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
 
getUnknownFields() - Method in class tachyon.proto.journal.File.RenameEntry
 
getUnknownFields() - Method in class tachyon.proto.journal.File.SetAclEntry
 
getUnknownFields() - Method in class tachyon.proto.journal.File.SetStateEntry
 
getUnknownFields() - Method in class tachyon.proto.journal.Journal.JournalEntry
 
getUnknownFields() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
 
getUnknownFields() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
 
getUnknownFields() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
 
getUnknownFields() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
 
getUnknownFields() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
 
getUnknownFields() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
 
getUnknownFields() - Method in class tachyon.proto.journal.Lineage.LineageEntry
 
getUnknownFields() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
 
getUptime() - Method in class tachyon.web.WebInterfaceWorkerGeneralServlet.UIWorkerInfo
 
getUptimeClockTime() - Method in class tachyon.web.WebInterfaceWorkersServlet.NodeInfo
 
getUri() - Method in class tachyon.master.LocalTachyonClusterMultiMaster
 
getUri() - Method in class tachyon.master.LocalTachyonMaster
 
getUsage() - Method in class tachyon.shell.command.CatCommand
 
getUsage() - Method in class tachyon.shell.command.ChgrpCommand
 
getUsage() - Method in class tachyon.shell.command.ChgrpRecursiveCommand
 
getUsage() - Method in class tachyon.shell.command.ChmodCommand
 
getUsage() - Method in class tachyon.shell.command.ChmodRecursiveCommand
 
getUsage() - Method in class tachyon.shell.command.ChownCommand
 
getUsage() - Method in class tachyon.shell.command.ChownRecursiveCommand
 
getUsage() - Method in class tachyon.shell.command.CopyFromLocalCommand
 
getUsage() - Method in class tachyon.shell.command.CopyToLocalCommand
 
getUsage() - Method in class tachyon.shell.command.CountCommand
 
getUsage() - Method in class tachyon.shell.command.CreateLineageCommand
 
getUsage() - Method in class tachyon.shell.command.DeleteLineageCommand
 
getUsage() - Method in class tachyon.shell.command.DuCommand
 
getUsage() - Method in class tachyon.shell.command.FileInfoCommand
 
getUsage() - Method in class tachyon.shell.command.FreeCommand
 
getUsage() - Method in class tachyon.shell.command.GetCapacityBytesCommand
 
getUsage() - Method in class tachyon.shell.command.GetUsedBytesCommand
 
getUsage() - Method in class tachyon.shell.command.ListLineagesCommand
 
getUsage() - Method in class tachyon.shell.command.LoadCommand
 
getUsage() - Method in class tachyon.shell.command.LoadMetadataCommand
 
getUsage() - Method in class tachyon.shell.command.LocationCommand
 
getUsage() - Method in class tachyon.shell.command.LsCommand
 
getUsage() - Method in class tachyon.shell.command.LsrCommand
 
getUsage() - Method in class tachyon.shell.command.MkdirCommand
 
getUsage() - Method in class tachyon.shell.command.MountCommand
 
getUsage() - Method in class tachyon.shell.command.MvCommand
 
getUsage() - Method in class tachyon.shell.command.PersistCommand
 
getUsage() - Method in class tachyon.shell.command.PinCommand
 
getUsage() - Method in class tachyon.shell.command.ReportCommand
 
getUsage() - Method in class tachyon.shell.command.RmCommand
 
getUsage() - Method in class tachyon.shell.command.RmrCommand
 
getUsage() - Method in class tachyon.shell.command.SetTtlCommand
 
getUsage() - Method in class tachyon.shell.command.TailCommand
 
getUsage() - Method in interface tachyon.shell.command.TfsShellCommand
 
getUsage() - Method in class tachyon.shell.command.TouchCommand
 
getUsage() - Method in class tachyon.shell.command.UnmountCommand
 
getUsage() - Method in class tachyon.shell.command.UnpinCommand
 
getUsage() - Method in class tachyon.shell.command.UnsetTtlCommand
 
getUsedBytes() - Method in class tachyon.client.block.BlockMasterClient
Gets the total amount of used space in bytes, on all the tiers of all the workers.
getUsedBytes() - Method in class tachyon.client.block.BlockWorkerInfo
 
getUsedBytes() - Method in class tachyon.client.block.TachyonBlockStore
Gets the used bytes of Tachyon's BlockStore.
getUsedBytes() - Method in class tachyon.master.block.BlockMaster
 
getUsedBytes() - Method in class tachyon.master.block.BlockMasterClientServiceHandler
 
getUsedBytes() - Method in class tachyon.master.block.meta.MasterWorkerInfo
 
getUsedBytes(AsyncMethodCallback) - Method in class tachyon.thrift.BlockMasterClientService.AsyncClient
 
getUsedBytes(AsyncMethodCallback) - Method in interface tachyon.thrift.BlockMasterClientService.AsyncIface
 
getUsedBytes() - Constructor for class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getUsedBytes
 
getUsedBytes() - Method in class tachyon.thrift.BlockMasterClientService.Client
 
getUsedBytes() - Method in interface tachyon.thrift.BlockMasterClientService.Iface
Returns the used storage (in bytes).
getUsedBytes() - Constructor for class tachyon.thrift.BlockMasterClientService.Processor.getUsedBytes
 
getUsedBytes() - Method in class tachyon.thrift.WorkerInfo
 
getUsedBytes() - Method in class tachyon.web.WebInterfaceWorkerGeneralServlet.UIStorageDir
 
getUsedBytes() - Method in class tachyon.worker.block.BlockStoreMeta
 
getUsedBytes_args() - Constructor for class tachyon.thrift.BlockMasterClientService.getUsedBytes_args
 
getUsedBytes_args(BlockMasterClientService.getUsedBytes_args) - Constructor for class tachyon.thrift.BlockMasterClientService.getUsedBytes_args
Performs a deep copy on other.
getUsedBytes_call(AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockMasterClientService.AsyncClient.getUsedBytes_call
 
getUsedBytes_result() - Constructor for class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
 
getUsedBytes_result(long) - Constructor for class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
 
getUsedBytes_result(BlockMasterClientService.getUsedBytes_result) - Constructor for class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
Performs a deep copy on other.
GetUsedBytesCommand - Class in tachyon.shell.command
Gets number of bytes used in the FileSystem.
GetUsedBytesCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.GetUsedBytesCommand
Constructs a new instance to get the number of bytes used in the FileSystem.
getUsedBytesOnDirs() - Method in class tachyon.worker.block.BlockStoreMeta
 
getUsedBytesOnTier() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
the space used in bytes on the target tier
getUsedBytesOnTiers() - Method in class tachyon.master.block.BlockMaster
 
getUsedBytesOnTiers() - Method in class tachyon.master.block.meta.MasterWorkerInfo
 
getUsedBytesOnTiers() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
the map of space used in bytes on all tiers
getUsedBytesOnTiers() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
the map of used bytes on each tier
getUsedBytesOnTiers() - Method in class tachyon.worker.block.BlockStoreMeta
 
getUsedBytesOnTiersSize() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
getUsedBytesOnTiersSize() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
getUsedCapacity() - Method in class tachyon.web.WebInterfaceGeneralServlet.StorageTierInfo
 
getUsedMemory() - Method in class tachyon.web.WebInterfaceWorkersServlet.NodeInfo
 
getUsedSpacePercent() - Method in class tachyon.web.WebInterfaceGeneralServlet.StorageTierInfo
 
getUsedSpacePercent() - Method in class tachyon.web.WebInterfaceWorkersServlet.NodeInfo
 
getUserAction() - Method in class tachyon.security.authorization.FileSystemPermission
 
getUserName() - Method in class tachyon.client.file.URIStatus
 
getUserName() - Method in class tachyon.master.file.meta.Inode
 
getUserName() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional string user_name = 8;
getUserName() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
optional string user_name = 8;
getUserName() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
optional string user_name = 8;
getUserName() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional string user_name = 14;
getUserName() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional string user_name = 14;
getUserName() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional string user_name = 14;
getUserName() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
optional string user_name = 3;
getUserName() - Method in class tachyon.proto.journal.File.SetAclEntry
optional string user_name = 3;
getUserName() - Method in interface tachyon.proto.journal.File.SetAclEntryOrBuilder
optional string user_name = 3;
getUserName() - Method in class tachyon.security.authorization.PermissionStatus
 
getUserName() - Method in class tachyon.thrift.FileInfo
 
getUserName() - Method in class tachyon.web.UIFileInfo
 
getUserNameBytes() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional string user_name = 8;
getUserNameBytes() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
optional string user_name = 8;
getUserNameBytes() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
optional string user_name = 8;
getUserNameBytes() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional string user_name = 14;
getUserNameBytes() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional string user_name = 14;
getUserNameBytes() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional string user_name = 14;
getUserNameBytes() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
optional string user_name = 3;
getUserNameBytes() - Method in class tachyon.proto.journal.File.SetAclEntry
optional string user_name = 3;
getUserNameBytes() - Method in interface tachyon.proto.journal.File.SetAclEntryOrBuilder
optional string user_name = 3;
getUserToGroupsMappingService() - Static method in class tachyon.security.group.GroupMappingService.Factory
Gets the groups being used to map user-to-groups.
getUserToGroupsMappingService(TachyonConf) - Static method in class tachyon.security.group.GroupMappingService.Factory
Gets the groups being used to map user-to-groups.
getValue() - Method in class tachyon.client.keyvalue.KeyValuePair
 
getValue(int) - Method in interface tachyon.client.keyvalue.PayloadReader
Gets the value given the position of payload buffer.
getValue() - Method in enum tachyon.client.ReadType
 
getValue() - Method in enum tachyon.client.WriteType
 
getValue() - Method in enum tachyon.thrift.CommandType
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in enum tachyon.underfs.UnderFileSystem.SpaceType
 
getValue() - Method in enum tachyon.worker.block.BlockLockType
 
getVolatileBlockMeta(long) - Method in class tachyon.worker.block.BlockDataManager
Gets the metadata of a block given its blockId or throws IOException.
getVolatileBlockMeta(long) - Method in class tachyon.worker.block.TieredBlockStore
 
getWebBindHost() - Method in class tachyon.master.LocalTachyonMaster
Get the actual bind hostname on web service (used by unit test only).
getWebBindHost() - Method in class tachyon.master.TachyonMaster
 
getWebBindHost() - Method in class tachyon.worker.TachyonWorker
 
getWebLocalPort() - Method in class tachyon.master.LocalTachyonMaster
Get the actual port that the web service is listening on (used by unit test only)
getWebLocalPort() - Method in class tachyon.master.TachyonMaster
 
getWebLocalPort() - Method in class tachyon.worker.TachyonWorker
 
getWebPort() - Method in class tachyon.thrift.WorkerNetAddress
 
getWebPort() - Method in class tachyon.web.WebInterfaceWorkersServlet.NodeInfo
 
getWebPort() - Method in class tachyon.worker.NetAddress
 
getWhiteList() - Method in class tachyon.master.file.FileSystemMaster
 
getWorker() - Method in class tachyon.master.LocalTachyonCluster
 
getWorkerAddress() - Method in class tachyon.master.block.meta.MasterWorkerInfo
 
getWorkerAddress() - Method in class tachyon.master.LocalTachyonCluster
 
getWorkerAddress() - Method in class tachyon.thrift.BlockLocation
 
getWorkerAddress() - Method in class tachyon.web.WebInterfaceWorkerGeneralServlet.UIWorkerInfo
 
getWorkerCount() - Method in class tachyon.master.block.BlockMaster
 
getWorkerForNextBlock(List<BlockWorkerInfo>, long) - Method in interface tachyon.client.file.policy.FileWriteLocationPolicy
Gets the worker's host name for the next block to write to.
getWorkerForNextBlock(List<BlockWorkerInfo>, long) - Method in class tachyon.client.file.policy.LocalFirstPolicy
 
getWorkerForNextBlock(List<BlockWorkerInfo>, long) - Method in class tachyon.client.file.policy.MostAvailableFirstPolicy
 
getWorkerForNextBlock(List<BlockWorkerInfo>, long) - Method in class tachyon.client.file.policy.RoundRobinPolicy
The policy uses the first fetch of worker info list as the base, and visits each of them in a round-robin manner in the subsequent calls.
getWorkerForNextBlock(List<BlockWorkerInfo>, long) - Method in class tachyon.client.file.policy.SpecificHostPolicy
 
getWorkerId(NetAddress) - Method in class tachyon.master.block.BlockMaster
Returns a worker id for the given worker.
getWorkerId(WorkerNetAddress) - Method in class tachyon.master.block.BlockMasterWorkerServiceHandler
 
getWorkerId() - Method in class tachyon.master.block.meta.MasterBlockLocation
 
getWorkerId() - Method in class tachyon.thrift.BlockLocation
 
getWorkerId(WorkerNetAddress, AsyncMethodCallback) - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncClient
 
getWorkerId(WorkerNetAddress, AsyncMethodCallback) - Method in interface tachyon.thrift.BlockMasterWorkerService.AsyncIface
 
getWorkerId() - Constructor for class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.getWorkerId
 
getWorkerId(WorkerNetAddress) - Method in class tachyon.thrift.BlockMasterWorkerService.Client
 
getWorkerId() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
the id of the worker
getWorkerId() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
the id of the worker
getWorkerId(WorkerNetAddress) - Method in interface tachyon.thrift.BlockMasterWorkerService.Iface
Returns a worker id for the given network address.
getWorkerId() - Constructor for class tachyon.thrift.BlockMasterWorkerService.Processor.getWorkerId
 
getWorkerId() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
the id of the worker
getWorkerId() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
the id of the worker
getWorkerId() - Static method in class tachyon.worker.WorkerIdRegistry
 
getWorkerId_args() - Constructor for class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
 
getWorkerId_args(WorkerNetAddress) - Constructor for class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
 
getWorkerId_args(BlockMasterWorkerService.getWorkerId_args) - Constructor for class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
Performs a deep copy on other.
getWorkerId_call(WorkerNetAddress, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockMasterWorkerService.AsyncClient.getWorkerId_call
 
getWorkerId_result() - Constructor for class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
 
getWorkerId_result(long) - Constructor for class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
 
getWorkerId_result(BlockMasterWorkerService.getWorkerId_result) - Constructor for class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
Performs a deep copy on other.
getWorkerInfoList() - Method in class tachyon.client.block.BlockMasterClient
Gets the info of a list of workers.
getWorkerInfoList() - Method in class tachyon.client.block.TachyonBlockStore
 
getWorkerInfoList() - Method in class tachyon.master.block.BlockMaster
 
getWorkerInfoList() - Method in class tachyon.master.block.BlockMasterClientServiceHandler
 
getWorkerInfoList(AsyncMethodCallback) - Method in class tachyon.thrift.BlockMasterClientService.AsyncClient
 
getWorkerInfoList(AsyncMethodCallback) - Method in interface tachyon.thrift.BlockMasterClientService.AsyncIface
 
getWorkerInfoList() - Constructor for class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getWorkerInfoList
 
getWorkerInfoList() - Method in class tachyon.thrift.BlockMasterClientService.Client
 
getWorkerInfoList() - Method in interface tachyon.thrift.BlockMasterClientService.Iface
Returns a list of workers information.
getWorkerInfoList() - Constructor for class tachyon.thrift.BlockMasterClientService.Processor.getWorkerInfoList
 
getWorkerInfoList_args() - Constructor for class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args
 
getWorkerInfoList_args(BlockMasterClientService.getWorkerInfoList_args) - Constructor for class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args
Performs a deep copy on other.
getWorkerInfoList_call(AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockMasterClientService.AsyncClient.getWorkerInfoList_call
 
getWorkerInfoList_result() - Constructor for class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
 
getWorkerInfoList_result(List<WorkerInfo>) - Constructor for class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
 
getWorkerInfoList_result(BlockMasterClientService.getWorkerInfoList_result) - Constructor for class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
Performs a deep copy on other.
getWorkerNetAddress() - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
the worker network address
getWorkers() - Method in class tachyon.master.block.meta.MasterBlockInfo
 
getWorkerServiceHandler() - Method in class tachyon.worker.block.BlockWorker
 
getWorkerSource() - Static method in class tachyon.worker.WorkerContext
Returns the one and only static WorkerSource object which is shared among all classes within the worker process.
getWorkerTachyonConf() - Method in class tachyon.master.LocalTachyonCluster
 
GlusterFSUnderFileSystem - Class in tachyon.underfs.glusterfs
A variant of HdfsUnderFileSystem that instead uses the Gluster FS.
GlusterFSUnderFileSystem(String, TachyonConf, Object) - Constructor for class tachyon.underfs.glusterfs.GlusterFSUnderFileSystem
Constructs a new Gluster FS UnderFileSystem.
GlusterFSUnderFileSystemFactory - Class in tachyon.underfs.glusterfs
Factory for creating GlusterFSUnderFileSystem.
GlusterFSUnderFileSystemFactory() - Constructor for class tachyon.underfs.glusterfs.GlusterFSUnderFileSystemFactory
 
GraphiteSink - Class in tachyon.metrics.sink
A sink which publishes metric values to a Graphite server.
GraphiteSink(Properties, MetricRegistry) - Constructor for class tachyon.metrics.sink.GraphiteSink
Creates a new GraphiteSink with a Properties and MetricRegistry.
GreedyAllocator - Class in tachyon.worker.block.allocator
A greedy allocator that returns the first Storage dir fitting the size of block to allocate.
GreedyAllocator(BlockMetadataManagerView) - Constructor for class tachyon.worker.block.allocator.GreedyAllocator
Creates a new instance of GreedyAllocator.
GreedyEvictor - Class in tachyon.worker.block.evictor
A simple evictor that evicts arbitrary blocks until the required size is met.
GreedyEvictor(BlockMetadataManagerView, Allocator) - Constructor for class tachyon.worker.block.evictor.GreedyEvictor
Creates a new instance of GreedyEvictor.
group - Variable in class tachyon.thrift.SetAclTOptions
 
GROUP_NAME_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeDirectoryEntry
 
GROUP_NAME_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeFileEntry
 
GROUP_NAME_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.SetAclEntry
 
GroupMappingService - Interface in tachyon.security.group
Interface for Tachyon user-to-groups mapping.
GroupMappingService.Factory - Class in tachyon.security.group
Factory for creating a new instance.
groupName - Variable in class tachyon.thrift.FileInfo
 

H

handle(Callback[]) - Method in class tachyon.security.authentication.PlainSaslServer.PlainServerCallbackHandler
 
handle(Callback[]) - Method in class tachyon.security.authentication.PlainSaslUtils.PlainClientCallbackHandler
 
handle(Callback[]) - Method in class tachyon.security.login.AppCallbackHandler
 
handleCacheWriteException(IOException) - Method in class tachyon.client.file.FileOutStream
 
hasAddMountPoint() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.AddMountPointEntry add_mount_point = 2;
hasAddMountPoint() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.AddMountPointEntry add_mount_point = 2;
hasAddMountPoint() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.AddMountPointEntry add_mount_point = 2;
hasAsyncPersistRequest() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.AsyncPersistRequestEntry async_persist_request = 16;
hasAsyncPersistRequest() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.AsyncPersistRequestEntry async_persist_request = 16;
hasAsyncPersistRequest() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.AsyncPersistRequestEntry async_persist_request = 16;
hasAuthority() - Method in class tachyon.TachyonURI
Tells if the TachyonURI has authority or not.
hasBlockContainerIdGenerator() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3;
hasBlockContainerIdGenerator() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3;
hasBlockContainerIdGenerator() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3;
hasBlockId() - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
optional int64 block_id = 1;
hasBlockId() - Method in class tachyon.proto.journal.Block.BlockInfoEntry
optional int64 block_id = 1;
hasBlockId() - Method in interface tachyon.proto.journal.Block.BlockInfoEntryOrBuilder
optional int64 block_id = 1;
hasBlockId() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
optional int64 block_id = 4;
hasBlockId() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
optional int64 block_id = 4;
hasBlockId() - Method in interface tachyon.proto.journal.KeyValue.CompletePartitionEntryOrBuilder
optional int64 block_id = 4;
hasBlockInfo() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.BlockInfoEntry block_info = 4;
hasBlockInfo() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.BlockInfoEntry block_info = 4;
hasBlockInfo() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.BlockInfoEntry block_info = 4;
hasBlockMeta(long) - Method in class tachyon.worker.block.BlockDataManager
Checks if the storage has a given block.
hasBlockMeta(long) - Method in class tachyon.worker.block.BlockMetadataManager
Checks if the storage has a given block.
hasBlockMeta(long) - Method in class tachyon.worker.block.meta.StorageDir
Checks if a block is in this storage dir.
hasBlockMeta(long) - Method in class tachyon.worker.block.TieredBlockStore
 
hasBlockSizeBytes() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int64 block_size_bytes = 8;
hasBlockSizeBytes() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional int64 block_size_bytes = 8;
hasBlockSizeBytes() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional int64 block_size_bytes = 8;
hasBlockSizeBytes() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
optional int64 block_size_bytes = 2;
hasBlockSizeBytes() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
optional int64 block_size_bytes = 2;
hasBlockSizeBytes() - Method in interface tachyon.proto.journal.File.ReinitializeFileEntryOrBuilder
optional int64 block_size_bytes = 2;
hasCacheable() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional bool cacheable = 11;
hasCacheable() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional bool cacheable = 11;
hasCacheable() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional bool cacheable = 11;
hasCascade() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
optional bool cascade = 2;
hasCascade() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
optional bool cascade = 2;
hasCascade() - Method in interface tachyon.proto.journal.Lineage.DeleteLineageEntryOrBuilder
optional bool cascade = 2;
hasCompleted() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional bool completed = 10;
hasCompleted() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional bool completed = 10;
hasCompleted() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional bool completed = 10;
hasCompleteFile() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CompleteFileEntry complete_file = 5;
hasCompleteFile() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.CompleteFileEntry complete_file = 5;
hasCompleteFile() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.CompleteFileEntry complete_file = 5;
hasCompletePartition() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CompletePartitionEntry complete_partition = 21;
hasCompletePartition() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.CompletePartitionEntry complete_partition = 21;
hasCompletePartition() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.CompletePartitionEntry complete_partition = 21;
hasCompleteStore() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CompleteStoreEntry complete_store = 22;
hasCompleteStore() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.CompleteStoreEntry complete_store = 22;
hasCompleteStore() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.CompleteStoreEntry complete_store = 22;
hasContainerId() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
optional int64 container_id = 1;
hasContainerId() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
optional int64 container_id = 1;
hasContainerId() - Method in interface tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntryOrBuilder
optional int64 container_id = 1;
hasCreateStore() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CreateStoreEntry create_store = 23;
hasCreateStore() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.CreateStoreEntry create_store = 23;
hasCreateStore() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.CreateStoreEntry create_store = 23;
hasCreationTimeMs() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional int64 creation_time_ms = 6;
hasCreationTimeMs() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
optional int64 creation_time_ms = 6;
hasCreationTimeMs() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
optional int64 creation_time_ms = 6;
hasCreationTimeMs() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int64 creation_time_ms = 6;
hasCreationTimeMs() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional int64 creation_time_ms = 6;
hasCreationTimeMs() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional int64 creation_time_ms = 6;
hasCreationTimeMs() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
optional int64 creation_time_ms = 6;
hasCreationTimeMs() - Method in class tachyon.proto.journal.Lineage.LineageEntry
optional int64 creation_time_ms = 6;
hasCreationTimeMs() - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
optional int64 creation_time_ms = 6;
hasDeleteFile() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteFileEntry delete_file = 6;
hasDeleteFile() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.DeleteFileEntry delete_file = 6;
hasDeleteFile() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.DeleteFileEntry delete_file = 6;
hasDeleteLineage() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteLineageEntry delete_lineage = 7;
hasDeleteLineage() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.DeleteLineageEntry delete_lineage = 7;
hasDeleteLineage() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.DeleteLineageEntry delete_lineage = 7;
hasDeleteMountPoint() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteMountPointEntry delete_mount_point = 8;
hasDeleteMountPoint() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.DeleteMountPointEntry delete_mount_point = 8;
hasDeleteMountPoint() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.DeleteMountPointEntry delete_mount_point = 8;
hasDeleteStore() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteStoreEntry delete_store = 25;
hasDeleteStore() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.DeleteStoreEntry delete_store = 25;
hasDeleteStore() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.DeleteStoreEntry delete_store = 25;
hasDstPath() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
optional string dst_path = 2;
hasDstPath() - Method in class tachyon.proto.journal.File.RenameEntry
optional string dst_path = 2;
hasDstPath() - Method in interface tachyon.proto.journal.File.RenameEntryOrBuilder
optional string dst_path = 2;
hasFileId() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry.Builder
optional int64 file_id = 1;
hasFileId() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
optional int64 file_id = 1;
hasFileId() - Method in interface tachyon.proto.journal.File.AsyncPersistRequestEntryOrBuilder
optional int64 file_id = 1;
hasFromStoreId() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
optional int64 from_store_id = 1;
hasFromStoreId() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
optional int64 from_store_id = 1;
hasFromStoreId() - Method in interface tachyon.proto.journal.KeyValue.MergeStoreEntryOrBuilder
optional int64 from_store_id = 1;
hasGroupName() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional string group_name = 9;
hasGroupName() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
optional string group_name = 9;
hasGroupName() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
optional string group_name = 9;
hasGroupName() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional string group_name = 15;
hasGroupName() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional string group_name = 15;
hasGroupName() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional string group_name = 15;
hasGroupName() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
optional string group_name = 4;
hasGroupName() - Method in class tachyon.proto.journal.File.SetAclEntry
optional string group_name = 4;
hasGroupName() - Method in interface tachyon.proto.journal.File.SetAclEntryOrBuilder
optional string group_name = 4;
hashCode() - Method in class tachyon.client.file.URIStatus
 
hashCode() - Method in class tachyon.client.keyvalue.KeyValuePair
 
hashCode() - Method in class tachyon.collections.Pair
 
hashCode() - Method in class tachyon.conf.TachyonConf
 
hashCode() - Method in class tachyon.master.file.meta.Inode
 
hashCode() - Method in class tachyon.master.file.meta.InodeTree
 
hashCode() - Method in class tachyon.master.file.meta.TtlBucket
Returns the hash code for the TtlBucket.
hashCode() - Method in class tachyon.security.authorization.FileSystemPermission
 
hashCode() - Method in class tachyon.security.User
 
hashCode() - Method in class tachyon.SessionInfo
 
hashCode() - Method in class tachyon.TachyonURI
 
hashCode() - Method in class tachyon.thrift.BlockInfo
 
hashCode() - Method in class tachyon.thrift.BlockLocation
 
hashCode() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
 
hashCode() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
 
hashCode() - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_args
 
hashCode() - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
 
hashCode() - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_args
 
hashCode() - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
 
hashCode() - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args
 
hashCode() - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
 
hashCode() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
 
hashCode() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_result
 
hashCode() - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
 
hashCode() - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
 
hashCode() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
hashCode() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
 
hashCode() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
hashCode() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
 
hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
 
hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_result
 
hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
 
hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
 
hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
 
hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
 
hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
 
hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
 
hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
 
hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
 
hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
 
hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
 
hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
 
hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
 
hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
 
hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result
 
hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
 
hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
 
hashCode() - Method in class tachyon.thrift.Command
 
hashCode() - Method in class tachyon.thrift.CommandLineJobInfo
 
hashCode() - Method in class tachyon.thrift.CompleteFileTOptions
 
hashCode() - Method in class tachyon.thrift.CreateDirectoryTOptions
 
hashCode() - Method in class tachyon.thrift.CreateFileTOptions
 
hashCode() - Method in class tachyon.thrift.DependencyInfo
 
hashCode() - Method in class tachyon.thrift.FileBlockInfo
 
hashCode() - Method in class tachyon.thrift.FileInfo
 
hashCode() - Method in class tachyon.thrift.FileSystemCommand
 
hashCode() - Method in class tachyon.thrift.FileSystemCommandOptions
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
 
hashCode() - Method in class tachyon.thrift.JobConfInfo
 
hashCode() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
 
hashCode() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
 
hashCode() - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
 
hashCode() - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
 
hashCode() - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
 
hashCode() - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
 
hashCode() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
 
hashCode() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
 
hashCode() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
 
hashCode() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
 
hashCode() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
 
hashCode() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
 
hashCode() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
 
hashCode() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
hashCode() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
 
hashCode() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
hashCode() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
 
hashCode() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
hashCode() - Method in class tachyon.thrift.LineageInfo
 
hashCode() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
 
hashCode() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
 
hashCode() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
 
hashCode() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
 
hashCode() - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_args
 
hashCode() - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
 
hashCode() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
 
hashCode() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
 
hashCode() - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
 
hashCode() - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
 
hashCode() - Method in class tachyon.thrift.LockBlockResult
 
hashCode() - Method in class tachyon.thrift.PartitionInfo
 
hashCode() - Method in class tachyon.thrift.PersistCommandOptions
 
hashCode() - Method in class tachyon.thrift.PersistFile
 
hashCode() - Method in class tachyon.thrift.RpcOptions
 
hashCode() - Method in class tachyon.thrift.SetAclTOptions
 
hashCode() - Method in class tachyon.thrift.SetAttributeTOptions
 
hashCode() - Method in class tachyon.thrift.TachyonService.getServiceVersion_args
 
hashCode() - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
 
hashCode() - Method in exception tachyon.thrift.TachyonTException
 
hashCode() - Method in exception tachyon.thrift.ThriftIOException
 
hashCode() - Method in class tachyon.thrift.WorkerInfo
 
hashCode() - Method in class tachyon.thrift.WorkerNetAddress
 
hashCode() - Method in class tachyon.web.WebInterfaceWorkersServlet.NodeInfo
 
hashCode() - Method in class tachyon.worker.block.BlockStoreLocation
 
hashCode() - Method in class tachyon.worker.NetAddress
 
hasId() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
optional int64 id = 2;
hasId() - Method in class tachyon.proto.journal.File.CompleteFileEntry
optional int64 id = 2;
hasId() - Method in interface tachyon.proto.journal.File.CompleteFileEntryOrBuilder
optional int64 id = 2;
hasId() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
optional int64 id = 1;
hasId() - Method in class tachyon.proto.journal.File.DeleteFileEntry
optional int64 id = 1;
hasId() - Method in interface tachyon.proto.journal.File.DeleteFileEntryOrBuilder
optional int64 id = 1;
hasId() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional int64 id = 1;
hasId() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
optional int64 id = 1;
hasId() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
optional int64 id = 1;
hasId() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int64 id = 1;
hasId() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional int64 id = 1;
hasId() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional int64 id = 1;
hasId() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
optional int64 id = 1;
hasId() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
optional int64 id = 1;
hasId() - Method in interface tachyon.proto.journal.File.InodeLastModificationTimeEntryOrBuilder
optional int64 id = 1;
hasId() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry.Builder
optional int64 id = 1;
hasId() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry
optional int64 id = 1;
hasId() - Method in interface tachyon.proto.journal.File.PersistDirectoryEntryOrBuilder
optional int64 id = 1;
hasId() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
optional int64 id = 1;
hasId() - Method in class tachyon.proto.journal.File.PersistFileEntry
optional int64 id = 1;
hasId() - Method in interface tachyon.proto.journal.File.PersistFileEntryOrBuilder
optional int64 id = 1;
hasId() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
optional int64 id = 1;
hasId() - Method in class tachyon.proto.journal.File.RenameEntry
optional int64 id = 1;
hasId() - Method in interface tachyon.proto.journal.File.RenameEntryOrBuilder
optional int64 id = 1;
hasId() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
optional int64 id = 1;
hasId() - Method in class tachyon.proto.journal.File.SetAclEntry
optional int64 id = 1;
hasId() - Method in interface tachyon.proto.journal.File.SetAclEntryOrBuilder
optional int64 id = 1;
hasId() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
optional int64 id = 1;
hasId() - Method in class tachyon.proto.journal.File.SetStateEntry
optional int64 id = 1;
hasId() - Method in interface tachyon.proto.journal.File.SetStateEntryOrBuilder
optional int64 id = 1;
hasId() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
optional int64 id = 1;
hasId() - Method in class tachyon.proto.journal.Lineage.LineageEntry
optional int64 id = 1;
hasId() - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
optional int64 id = 1;
hasInodeDirectory() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeDirectoryEntry inode_directory = 9;
hasInodeDirectory() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.InodeDirectoryEntry inode_directory = 9;
hasInodeDirectory() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.InodeDirectoryEntry inode_directory = 9;
hasInodeDirectoryIdGenerator() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10;
hasInodeDirectoryIdGenerator() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10;
hasInodeDirectoryIdGenerator() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10;
hasInodeFile() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeFileEntry inode_file = 11;
hasInodeFile() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.InodeFileEntry inode_file = 11;
hasInodeFile() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.InodeFileEntry inode_file = 11;
hasInodeLastModificationTime() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12;
hasInodeLastModificationTime() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12;
hasInodeLastModificationTime() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12;
hasJobCommand() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
optional string job_command = 4;
hasJobCommand() - Method in class tachyon.proto.journal.Lineage.LineageEntry
optional string job_command = 4;
hasJobCommand() - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
optional string job_command = 4;
hasJobOutputPath() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
optional string job_output_path = 5;
hasJobOutputPath() - Method in class tachyon.proto.journal.Lineage.LineageEntry
optional string job_output_path = 5;
hasJobOutputPath() - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
optional string job_output_path = 5;
hasKeyLimit() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
optional string key_limit = 3;
hasKeyLimit() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
optional string key_limit = 3;
hasKeyLimit() - Method in interface tachyon.proto.journal.KeyValue.CompletePartitionEntryOrBuilder
optional string key_limit = 3;
hasKeyStart() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
optional string key_start = 2;
hasKeyStart() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
optional string key_start = 2;
hasKeyStart() - Method in interface tachyon.proto.journal.KeyValue.CompletePartitionEntryOrBuilder
optional string key_start = 2;
hasLastModificationTimeMs() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional int64 last_modification_time_ms = 7;
hasLastModificationTimeMs() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
optional int64 last_modification_time_ms = 7;
hasLastModificationTimeMs() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
optional int64 last_modification_time_ms = 7;
hasLastModificationTimeMs() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int64 last_modification_time_ms = 7;
hasLastModificationTimeMs() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional int64 last_modification_time_ms = 7;
hasLastModificationTimeMs() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional int64 last_modification_time_ms = 7;
hasLastModificationTimeMs() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
optional int64 last_modification_time_ms = 2;
hasLastModificationTimeMs() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
optional int64 last_modification_time_ms = 2;
hasLastModificationTimeMs() - Method in interface tachyon.proto.journal.File.InodeLastModificationTimeEntryOrBuilder
optional int64 last_modification_time_ms = 2;
hasLength() - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
optional int64 length = 2;
hasLength() - Method in class tachyon.proto.journal.Block.BlockInfoEntry
optional int64 length = 2;
hasLength() - Method in interface tachyon.proto.journal.Block.BlockInfoEntryOrBuilder
optional int64 length = 2;
hasLength() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
optional int64 length = 3;
hasLength() - Method in class tachyon.proto.journal.File.CompleteFileEntry
optional int64 length = 3;
hasLength() - Method in interface tachyon.proto.journal.File.CompleteFileEntryOrBuilder
optional int64 length = 3;
hasLength() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int64 length = 9;
hasLength() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional int64 length = 9;
hasLength() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional int64 length = 9;
hasLength() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
optional int64 length = 2;
hasLength() - Method in class tachyon.proto.journal.File.PersistFileEntry
optional int64 length = 2;
hasLength() - Method in interface tachyon.proto.journal.File.PersistFileEntryOrBuilder
optional int64 length = 2;
hasLineage() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.LineageEntry lineage = 13;
hasLineage() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.LineageEntry lineage = 13;
hasLineage() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.LineageEntry lineage = 13;
hasLineageId() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
optional int64 lineage_id = 1;
hasLineageId() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
optional int64 lineage_id = 1;
hasLineageId() - Method in interface tachyon.proto.journal.Lineage.DeleteLineageEntryOrBuilder
optional int64 lineage_id = 1;
hasLineageIdGenerator() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14;
hasLineageIdGenerator() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14;
hasLineageIdGenerator() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14;
hasLocalWorker() - Method in enum tachyon.client.block.BlockStoreContext
Determines if a local worker was available during the initialization of the client.
hasMergeStore() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.MergeStoreEntry merge_store = 26;
hasMergeStore() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.MergeStoreEntry merge_store = 26;
hasMergeStore() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.MergeStoreEntry merge_store = 26;
hasName() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional string name = 3;
hasName() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
optional string name = 3;
hasName() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
optional string name = 3;
hasName() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional string name = 3;
hasName() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional string name = 3;
hasName() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional string name = 3;
hasNext() - Method in interface tachyon.client.keyvalue.KeyValueIterator
 
hasNext() - Method in class tachyon.client.keyvalue.KeyValueStoreIterator
 
hasNextContainerId() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry.Builder
optional int64 next_container_id = 1;
hasNextContainerId() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
optional int64 next_container_id = 1;
hasNextContainerId() - Method in interface tachyon.proto.journal.Block.BlockContainerIdGeneratorEntryOrBuilder
optional int64 next_container_id = 1;
hasOpTimeMs() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
optional int64 op_time_ms = 4;
hasOpTimeMs() - Method in class tachyon.proto.journal.File.CompleteFileEntry
optional int64 op_time_ms = 4;
hasOpTimeMs() - Method in interface tachyon.proto.journal.File.CompleteFileEntryOrBuilder
optional int64 op_time_ms = 4;
hasOpTimeMs() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
optional int64 op_time_ms = 3;
hasOpTimeMs() - Method in class tachyon.proto.journal.File.DeleteFileEntry
optional int64 op_time_ms = 3;
hasOpTimeMs() - Method in interface tachyon.proto.journal.File.DeleteFileEntryOrBuilder
optional int64 op_time_ms = 3;
hasOpTimeMs() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
optional int64 op_time_ms = 3;
hasOpTimeMs() - Method in class tachyon.proto.journal.File.PersistFileEntry
optional int64 op_time_ms = 3;
hasOpTimeMs() - Method in interface tachyon.proto.journal.File.PersistFileEntryOrBuilder
optional int64 op_time_ms = 3;
hasOpTimeMs() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
optional int64 op_time_ms = 3;
hasOpTimeMs() - Method in class tachyon.proto.journal.File.RenameEntry
optional int64 op_time_ms = 3;
hasOpTimeMs() - Method in interface tachyon.proto.journal.File.RenameEntryOrBuilder
optional int64 op_time_ms = 3;
hasOpTimeMs() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
optional int64 op_time_ms = 2;
hasOpTimeMs() - Method in class tachyon.proto.journal.File.SetAclEntry
optional int64 op_time_ms = 2;
hasOpTimeMs() - Method in interface tachyon.proto.journal.File.SetAclEntryOrBuilder
optional int64 op_time_ms = 2;
hasOpTimeMs() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
optional int64 op_time_ms = 2;
hasOpTimeMs() - Method in class tachyon.proto.journal.File.SetStateEntry
optional int64 op_time_ms = 2;
hasOpTimeMs() - Method in interface tachyon.proto.journal.File.SetStateEntryOrBuilder
optional int64 op_time_ms = 2;
hasOutputFile(long) - Method in class tachyon.master.lineage.meta.LineageStore
Checks if there's an output file with given file id.
hasParentId() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional int64 parent_id = 2;
hasParentId() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
optional int64 parent_id = 2;
hasParentId() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
optional int64 parent_id = 2;
hasParentId() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int64 parent_id = 2;
hasParentId() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional int64 parent_id = 2;
hasParentId() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional int64 parent_id = 2;
hasPath() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
optional string path = 1;
hasPath() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
optional string path = 1;
hasPath() - Method in interface tachyon.proto.journal.File.ReinitializeFileEntryOrBuilder
optional string path = 1;
hasPayload() - Method in class tachyon.network.protocol.RPCMessage
Returns true if the message has a payload.
hasPermission() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional int32 permission = 10;
hasPermission() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
optional int32 permission = 10;
hasPermission() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
optional int32 permission = 10;
hasPermission() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int32 permission = 16;
hasPermission() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional int32 permission = 16;
hasPermission() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional int32 permission = 16;
hasPermission() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
optional int32 permission = 5;
hasPermission() - Method in class tachyon.proto.journal.File.SetAclEntry
optional int32 permission = 5;
hasPermission() - Method in interface tachyon.proto.journal.File.SetAclEntryOrBuilder
optional int32 permission = 5;
hasPersistDirectory() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.PersistDirectoryEntry persist_directory = 15;
hasPersistDirectory() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.PersistDirectoryEntry persist_directory = 15;
hasPersistDirectory() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.PersistDirectoryEntry persist_directory = 15;
hasPersisted() - Method in class tachyon.client.file.options.SetAttributeOptions
 
hasPersisted() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
optional bool persisted = 5;
hasPersisted() - Method in class tachyon.proto.journal.File.SetStateEntry
optional bool persisted = 5;
hasPersisted() - Method in interface tachyon.proto.journal.File.SetStateEntryOrBuilder
optional bool persisted = 5;
hasPersistenceState() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional string persistence_state = 4;
hasPersistenceState() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
optional string persistence_state = 4;
hasPersistenceState() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
optional string persistence_state = 4;
hasPersistenceState() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional string persistence_state = 4;
hasPersistenceState() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional string persistence_state = 4;
hasPersistenceState() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional string persistence_state = 4;
hasPinned() - Method in class tachyon.client.file.options.SetAttributeOptions
 
hasPinned() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional bool pinned = 5;
hasPinned() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
optional bool pinned = 5;
hasPinned() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
optional bool pinned = 5;
hasPinned() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional bool pinned = 5;
hasPinned() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional bool pinned = 5;
hasPinned() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional bool pinned = 5;
hasPinned() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
optional bool pinned = 3;
hasPinned() - Method in class tachyon.proto.journal.File.SetStateEntry
optional bool pinned = 3;
hasPinned() - Method in interface tachyon.proto.journal.File.SetStateEntryOrBuilder
optional bool pinned = 3;
hasPrefix(String, String) - Static method in class tachyon.util.io.PathUtils
Checks whether the given path contains the given prefix.
hasRecursive() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
optional bool recursive = 2;
hasRecursive() - Method in class tachyon.proto.journal.File.DeleteFileEntry
optional bool recursive = 2;
hasRecursive() - Method in interface tachyon.proto.journal.File.DeleteFileEntryOrBuilder
optional bool recursive = 2;
hasReinitializeFile() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.ReinitializeFileEntry reinitialize_file = 18;
hasReinitializeFile() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.ReinitializeFileEntry reinitialize_file = 18;
hasReinitializeFile() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.ReinitializeFileEntry reinitialize_file = 18;
hasRename() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.RenameEntry rename = 19;
hasRename() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.RenameEntry rename = 19;
hasRename() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.RenameEntry rename = 19;
hasScheme() - Method in class tachyon.TachyonURI
Tells if this TachyonURI has scheme or not.
hasSequenceNumber() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
optional int64 sequence_number = 2;
hasSequenceNumber() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
optional int64 sequence_number = 2;
hasSequenceNumber() - Method in interface tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntryOrBuilder
optional int64 sequence_number = 2;
hasSequenceNumber() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional int64 sequence_number = 1;
hasSequenceNumber() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional int64 sequence_number = 1;
hasSequenceNumber() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional int64 sequence_number = 1;
hasSequenceNumber() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry.Builder
optional int64 sequence_number = 1;
hasSequenceNumber() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
optional int64 sequence_number = 1;
hasSequenceNumber() - Method in interface tachyon.proto.journal.Lineage.LineageIdGeneratorEntryOrBuilder
optional int64 sequence_number = 1;
hasSetAcl() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.SetAclEntry set_acl = 24;
hasSetAcl() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.SetAclEntry set_acl = 24;
hasSetAcl() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.SetAclEntry set_acl = 24;
hasSetState() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.SetStateEntry set_state = 20;
hasSetState() - Method in class tachyon.proto.journal.Journal.JournalEntry
optional .tachyon.proto.journal.SetStateEntry set_state = 20;
hasSetState() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
optional .tachyon.proto.journal.SetStateEntry set_state = 20;
hasStoreId() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
optional int64 store_id = 1;
hasStoreId() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
optional int64 store_id = 1;
hasStoreId() - Method in interface tachyon.proto.journal.KeyValue.CompletePartitionEntryOrBuilder
optional int64 store_id = 1;
hasStoreId() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry.Builder
optional int64 store_id = 1;
hasStoreId() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
optional int64 store_id = 1;
hasStoreId() - Method in interface tachyon.proto.journal.KeyValue.CompleteStoreEntryOrBuilder
optional int64 store_id = 1;
hasStoreId() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry.Builder
optional int64 store_id = 1;
hasStoreId() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
optional int64 store_id = 1;
hasStoreId() - Method in interface tachyon.proto.journal.KeyValue.CreateStoreEntryOrBuilder
optional int64 store_id = 1;
hasStoreId() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry.Builder
optional int64 store_id = 1;
hasStoreId() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
optional int64 store_id = 1;
hasStoreId() - Method in interface tachyon.proto.journal.KeyValue.DeleteStoreEntryOrBuilder
optional int64 store_id = 1;
hasTachyonPath() - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
optional string tachyon_path = 1;
hasTachyonPath() - Method in class tachyon.proto.journal.File.AddMountPointEntry
optional string tachyon_path = 1;
hasTachyonPath() - Method in interface tachyon.proto.journal.File.AddMountPointEntryOrBuilder
optional string tachyon_path = 1;
hasTachyonPath() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
optional string tachyon_path = 1;
hasTachyonPath() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry
optional string tachyon_path = 1;
hasTachyonPath() - Method in interface tachyon.proto.journal.File.DeleteMountPointEntryOrBuilder
optional string tachyon_path = 1;
hasTempBlockMeta(long) - Method in class tachyon.worker.block.BlockMetadataManager
Checks if the storage has a given temp block.
hasTempBlockMeta(long) - Method in class tachyon.worker.block.meta.StorageDir
Checks if a temp block is in this storage dir.
hasToStoreId() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
optional int64 to_store_id = 2;
hasToStoreId() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
optional int64 to_store_id = 2;
hasToStoreId() - Method in interface tachyon.proto.journal.KeyValue.MergeStoreEntryOrBuilder
optional int64 to_store_id = 2;
hasTtl() - Method in class tachyon.client.file.options.SetAttributeOptions
 
hasTtl() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int64 ttl = 13;
hasTtl() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional int64 ttl = 13;
hasTtl() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional int64 ttl = 13;
hasTtl() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
optional int64 ttl = 3;
hasTtl() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
optional int64 ttl = 3;
hasTtl() - Method in interface tachyon.proto.journal.File.ReinitializeFileEntryOrBuilder
optional int64 ttl = 3;
hasTtl() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
optional int64 ttl = 4;
hasTtl() - Method in class tachyon.proto.journal.File.SetStateEntry
optional int64 ttl = 4;
hasTtl() - Method in interface tachyon.proto.journal.File.SetStateEntryOrBuilder
optional int64 ttl = 4;
hasUfsPath() - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
optional string ufs_path = 2;
hasUfsPath() - Method in class tachyon.proto.journal.File.AddMountPointEntry
optional string ufs_path = 2;
hasUfsPath() - Method in interface tachyon.proto.journal.File.AddMountPointEntryOrBuilder
optional string ufs_path = 2;
hasUserName() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional string user_name = 8;
hasUserName() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
optional string user_name = 8;
hasUserName() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
optional string user_name = 8;
hasUserName() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional string user_name = 14;
hasUserName() - Method in class tachyon.proto.journal.File.InodeFileEntry
optional string user_name = 14;
hasUserName() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
optional string user_name = 14;
hasUserName() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
optional string user_name = 3;
hasUserName() - Method in class tachyon.proto.journal.File.SetAclEntry
optional string user_name = 3;
hasUserName() - Method in interface tachyon.proto.journal.File.SetAclEntryOrBuilder
optional string user_name = 3;
hasWindowsDrive(String, boolean) - Static method in class tachyon.TachyonURI
Check if the path is a windows path.
HdfsFileInputStream - Class in tachyon.hadoop
An input stream for reading a file from HDFS.
HdfsFileInputStream(TachyonURI, Path, Configuration, int, FileSystem.Statistics) - Constructor for class tachyon.hadoop.HdfsFileInputStream
Constructs a new stream for reading a file from HDFS.
HdfsUnderFileSystem - Class in tachyon.underfs.hdfs
HDFS UnderFileSystem implementation.
HdfsUnderFileSystem(String, TachyonConf, Object) - Constructor for class tachyon.underfs.hdfs.HdfsUnderFileSystem
Constructs a new HDFS UnderFileSystem.
HdfsUnderFileSystemFactory - Class in tachyon.underfs.hdfs
Factory for creating HdfsUnderFileSystem.
HdfsUnderFileSystemFactory() - Constructor for class tachyon.underfs.hdfs.HdfsUnderFileSystemFactory
 
HdfsUnderFileSystemUtils - Class in tachyon.underfs.hdfs
Utility methods for the HDFS implementation of the UnderFileSystem.
HdfsUnderFileSystemUtils() - Constructor for class tachyon.underfs.hdfs.HdfsUnderFileSystemUtils
 
HdfsWorker(int, int, int, ByteBuffer, boolean, String) - Constructor for class tachyon.examples.Performance.HdfsWorker
 
HEADER - Static variable in class tachyon.Constants
 
HEADER_FT - Static variable in class tachyon.Constants
 
HEADER_OSS - Static variable in class tachyon.Constants
 
HEADER_S3 - Static variable in class tachyon.Constants
 
HEADER_S3N - Static variable in class tachyon.Constants
 
HEADER_SWIFT - Static variable in class tachyon.Constants
 
heartbeat() - Method in interface tachyon.heartbeat.HeartbeatExecutor
Implements the heartbeat logic.
heartbeat(long, Map<String, Long>, List<Long>, Map<String, List<Long>>) - Method in class tachyon.master.block.BlockMasterWorkerServiceHandler
 
heartbeat(long, List<Long>) - Method in class tachyon.master.file.FileSystemMasterWorkerServiceHandler
 
heartbeat() - Method in class tachyon.master.lineage.checkpoint.CheckpointSchedulingExcecutor
 
heartbeat() - Method in class tachyon.master.lineage.recompute.RecomputeExecutor
 
heartbeat() - Method in class tachyon.SessionInfo
Performs a session heartbeat.
heartbeat(long, Map<String, Long>, List<Long>, Map<String, List<Long>>, AsyncMethodCallback) - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncClient
 
heartbeat(long, Map<String, Long>, List<Long>, Map<String, List<Long>>, AsyncMethodCallback) - Method in interface tachyon.thrift.BlockMasterWorkerService.AsyncIface
 
heartbeat() - Constructor for class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.heartbeat
 
heartbeat(long, Map<String, Long>, List<Long>, Map<String, List<Long>>) - Method in class tachyon.thrift.BlockMasterWorkerService.Client
 
heartbeat(long, Map<String, Long>, List<Long>, Map<String, List<Long>>) - Method in interface tachyon.thrift.BlockMasterWorkerService.Iface
Periodic worker heartbeat returns an optional command for the worker to execute.
heartbeat() - Constructor for class tachyon.thrift.BlockMasterWorkerService.Processor.heartbeat
 
heartbeat(long, List<Long>, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncClient
 
heartbeat(long, List<Long>, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterWorkerService.AsyncIface
 
heartbeat() - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor.heartbeat
 
heartbeat(long, List<Long>) - Method in class tachyon.thrift.FileSystemMasterWorkerService.Client
 
heartbeat(long, List<Long>) - Method in interface tachyon.thrift.FileSystemMasterWorkerService.Iface
Periodic file system worker heartbeat.
heartbeat() - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.Processor.heartbeat
 
heartbeat(long, Map<String, Long>, List<Long>, Map<String, List<Long>>) - Method in class tachyon.worker.block.BlockMasterClient
The method the worker should periodically execute to heartbeat back to the master.
heartbeat() - Method in class tachyon.worker.block.BlockMasterSync
Heartbeats to the master node about the change in the worker's managed space.
heartbeat() - Method in class tachyon.worker.block.PinListSync
 
heartbeat(long, List<Long>) - Method in class tachyon.worker.file.FileSystemMasterClient
Heartbeats to the worker.
heartbeat_args() - Constructor for class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
heartbeat_args(long, Map<String, Long>, List<Long>, Map<String, List<Long>>) - Constructor for class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
heartbeat_args(BlockMasterWorkerService.heartbeat_args) - Constructor for class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
Performs a deep copy on other.
heartbeat_args() - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
 
heartbeat_args(long, List<Long>) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
 
heartbeat_args(FileSystemMasterWorkerService.heartbeat_args) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
Performs a deep copy on other.
heartbeat_call(long, Map<String, Long>, List<Long>, Map<String, List<Long>>, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockMasterWorkerService.AsyncClient.heartbeat_call
 
heartbeat_call(long, List<Long>, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.AsyncClient.heartbeat_call
 
heartbeat_result() - Constructor for class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
 
heartbeat_result(Command) - Constructor for class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
 
heartbeat_result(BlockMasterWorkerService.heartbeat_result) - Constructor for class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
Performs a deep copy on other.
heartbeat_result() - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
 
heartbeat_result(FileSystemCommand, TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
 
heartbeat_result(FileSystemMasterWorkerService.heartbeat_result) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
Performs a deep copy on other.
HeartbeatContext - Class in tachyon.heartbeat
This is a static class for storing and retrieving heartbeat related information.
HeartbeatExecutor - Interface in tachyon.heartbeat
An interface for a heartbeat execution.
HeartbeatScheduler - Class in tachyon.heartbeat
This class can be used for controlling heartbeat execution of a thread.
HeartbeatThread - Class in tachyon.heartbeat
Thread class to execute a heartbeat periodically.
HeartbeatThread(String, HeartbeatExecutor, long) - Constructor for class tachyon.heartbeat.HeartbeatThread
Creates a Runnable to execute heartbeats for the given HeartbeatExecutor.
HeartbeatTimer - Interface in tachyon.heartbeat
An interface for heartbeat timers.
host - Variable in class tachyon.thrift.WorkerNetAddress
 
HOUR_MS - Static variable in class tachyon.Constants
 

I

IBM_JAVA - Static variable in class tachyon.util.OSUtils
Indicates the current java vendor is IBM java or not.
id - Variable in class tachyon.thrift.LineageInfo
 
id - Variable in class tachyon.thrift.WorkerInfo
 
ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.CompleteFileEntry
 
ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.DeleteFileEntry
 
ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeDirectoryEntry
 
ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeFileEntry
 
ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
 
ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.PersistDirectoryEntry
 
ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.PersistFileEntry
 
ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.RenameEntry
 
ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.SetAclEntry
 
ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.SetStateEntry
 
ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Lineage.LineageEntry
 
IdentityUserGroupsMapping - Class in tachyon.security.group.provider
A simple implementation of GroupMappingService that returns a group which is same name with the given user name.
IdentityUserGroupsMapping() - Constructor for class tachyon.security.group.provider.IdentityUserGroupsMapping
 
IdUtils - Class in tachyon.util
Utility methods for working with an id in Tachyon.
imply(FileSystemAction) - Method in enum tachyon.security.authorization.FileSystemAction
Checks whether this action implies the passed-in action.
IN_TEST_MODE - Static variable in class tachyon.Constants
 
incBlocksAccessed(long) - Method in class tachyon.worker.WorkerSource
Increments the counter of accessed blocks.
incBlocksCanceled(long) - Method in class tachyon.worker.WorkerSource
Increments the counter of canceled blocks.
incBlocksDeleted(long) - Method in class tachyon.worker.WorkerSource
Increments the counter of deleted blocks.
incBlocksEvicted(long) - Method in class tachyon.worker.WorkerSource
Increments the counter of evicted blocks.
incBlocksPromoted(long) - Method in class tachyon.worker.WorkerSource
Increments the counter of promoted blocks.
incBlocksReadLocal(long) - Method in class tachyon.worker.ClientMetrics
Increment BLOCKS_READ_LOCAL counter by the amount specified
incBlocksReadLocal(long) - Method in class tachyon.worker.WorkerSource
Increments the counter of blocks read locally.
incBlocksReadRemote(long) - Method in class tachyon.worker.ClientMetrics
Increment BLOCKS_READ_REMOTE counter by the amount specified
incBlocksReadRemote(long) - Method in class tachyon.worker.WorkerSource
Increments the counter of blocks read remotely.
incBlocksWrittenLocal(long) - Method in class tachyon.worker.ClientMetrics
Increment BLOCKS_WRITTEN_LOCAL counter by the amount specified
incBlocksWrittenLocal(long) - Method in class tachyon.worker.WorkerSource
Increments the counter of blocks written locally.
incBlocksWrittenRemote(long) - Method in class tachyon.worker.ClientMetrics
Increment BLOCKS_WRITTEN_REMOTE counter by the amount specified
incBlocksWrittenRemote(long) - Method in class tachyon.worker.WorkerSource
Increments the counter of blocks written remotely.
incBytesReadLocal(long) - Method in class tachyon.worker.ClientMetrics
Increment BYTES_READ_LOCAL counter by the amount specified
incBytesReadLocal(long) - Method in class tachyon.worker.WorkerSource
Increments the counter of bytes read locally.
incBytesReadRemote(long) - Method in class tachyon.worker.ClientMetrics
Increment BYTES_READ_REMOTE counter by the amount specified
incBytesReadRemote(long) - Method in class tachyon.worker.WorkerSource
Increments the counter of bytes read remotelly.
incBytesReadUfs(long) - Method in class tachyon.worker.ClientMetrics
Increment BYTES_READ_UFS counter by the amount specified
incBytesReadUfs(long) - Method in class tachyon.worker.WorkerSource
Increments the counter of bytes read from UFS.
incBytesWrittenLocal(long) - Method in class tachyon.worker.ClientMetrics
Increment BYTES_WRITTEN_LOCAL counter by the amount specified
incBytesWrittenLocal(long) - Method in class tachyon.worker.WorkerSource
Increments the counter of bytes written locally.
incBytesWrittenRemote(long) - Method in class tachyon.worker.ClientMetrics
Increment BYTES_WRITTEN_REMOTE counter by the amount specified
incBytesWrittenRemote(long) - Method in class tachyon.worker.WorkerSource
Increments the counter of bytes written remotely.
incBytesWrittenUfs(long) - Method in class tachyon.worker.ClientMetrics
Increment BYTES_WRITTEN_UFS counter by the amount specified
incBytesWrittenUfs(long) - Method in class tachyon.worker.WorkerSource
Increments the counter of bytes written to UFS.
incCompleteFileOps(long) - Method in class tachyon.master.MasterSource
Increments the counter of complete file RPCs.
incCreateDirectoriesOps(long) - Method in class tachyon.master.MasterSource
Increments the counter of create directory RPCs.
incCreateFileOps(long) - Method in class tachyon.master.MasterSource
Increments the counter of create file RPCs.
incDeletePathOps(long) - Method in class tachyon.master.MasterSource
Increments the counter of delete path RPCs.
incDirectoriesCreated(long) - Method in class tachyon.master.MasterSource
Increments the counter of created directories.
incFileBlockInfosGot(long) - Method in class tachyon.master.MasterSource
Increments the counter of FileBlockInfos requests.
incFileInfosGot(long) - Method in class tachyon.master.MasterSource
Increments the counter of FileInfos requests.
incFilesCompleted(long) - Method in class tachyon.master.MasterSource
Increments the counter of completed files.
incFilesCreated(long) - Method in class tachyon.master.MasterSource
Increments the counter of created files.
incFilesFreed(long) - Method in class tachyon.master.MasterSource
Increments the counter of freed files.
incFilesPersisted(long) - Method in class tachyon.master.MasterSource
Increments the counter of persisted files.
incFreeFileOps(long) - Method in class tachyon.master.MasterSource
Increments the counter of free file RPCs.
incGetFileBlockInfoOps(long) - Method in class tachyon.master.MasterSource
Increments the counter of get file block info RPCs.
incGetFileInfoOps(long) - Method in class tachyon.master.MasterSource
Increments the counter of get file info RPCs.
incGetNewBlockOps(long) - Method in class tachyon.master.MasterSource
Increments the counter of get new block RPCs.
incMountOps(long) - Method in class tachyon.master.MasterSource
Increments the counter of mount RPCs.
incNewBlocksGot(long) - Method in class tachyon.master.MasterSource
Increments the counter of new blocks requests.
incPathsDeleted(long) - Method in class tachyon.master.MasterSource
Increments the counter of deleted paths.
incPathsMounted(long) - Method in class tachyon.master.MasterSource
Increments the counter of mounted paths.
incPathsRenamed(long) - Method in class tachyon.master.MasterSource
Increments the counter of renamed paths.
incPathsUnmounted(long) - Method in class tachyon.master.MasterSource
Increments the counter of unmounted paths.
incrementBytesReadMetric(int) - Method in class tachyon.client.block.BufferedBlockInStream
Increments the number of bytes read metric.
incrementBytesReadMetric(int) - Method in class tachyon.client.block.LocalBlockInStream
 
incrementBytesReadMetric(int) - Method in class tachyon.client.block.RemoteBlockInStream
Increments the number of bytes read metric.
incRenamePathOps(long) - Method in class tachyon.master.MasterSource
Increments the counter of rename path RPCs.
incSetStateOps(long) - Method in class tachyon.master.MasterSource
Increments the counter of set state RPCs.
incUnmountOps(long) - Method in class tachyon.master.MasterSource
Increments the counter of unmount RPCs.
Index - Interface in tachyon.client.keyvalue
Interface of key-value index.
IndexedSet<T> - Class in tachyon.collections
A set of objects that are indexed and thus can be queried by specific fields of the object.
IndexedSet(IndexedSet.FieldIndex<T>, IndexedSet.FieldIndex<T>...) - Constructor for class tachyon.collections.IndexedSet
Constructs a new IndexedSet instance with at least one field as the index.
IndexedSet.FieldIndex<T> - Interface in tachyon.collections
An interface representing an index for this IndexedSet, each index for this set must implement the interface to define how to get the value of the field chosen as the index.
indexHash(byte[]) - Method in class tachyon.client.keyvalue.LinearProbingIndex
Hashes a key in byte array to a bucket index in non-negative integer value.
indexHash(ByteBuffer) - Method in class tachyon.client.keyvalue.LinearProbingIndex
Hashes a key in ByteBuffer to a bucket index in non-negative integer value.
info - Variable in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
information about the partition to mark complete
initChannel(SocketChannel) - Method in class tachyon.worker.netty.PipelineHandler
 
initFromJournalEntry(File.InodeDirectoryIdGeneratorEntry) - Method in class tachyon.master.file.meta.InodeDirectoryIdGenerator
Initializes the object using a journal entry.
initFromJournalEntry(Lineage.LineageIdGeneratorEntry) - Method in class tachyon.master.lineage.meta.LineageIdGenerator
Constructs the generator from a journal entry.
initialBytes - Variable in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
initial number of bytes requested
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class tachyon.security.login.AppLoginModule
 
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class tachyon.security.login.TachyonLoginModule
 
initializeFileSystem(boolean, String, String) - Static method in class tachyon.master.permission.FileSystemPermissionChecker
Initializes the permission related property of the whole Tachyon file system.
initializeRoot(PermissionStatus) - Method in class tachyon.master.file.meta.InodeTree
Initializes the root of the inode tree.
inList(String) - Method in class tachyon.collections.PrefixList
Checks whether a prefix of path is in the prefix list.
inMemoryPercentage - Variable in class tachyon.thrift.FileInfo
 
Inode - Class in tachyon.master.file.meta
Inode is an abstract class, with information shared by all types of Inodes.
Inode(Inode.Builder<?>) - Constructor for class tachyon.master.file.meta.Inode
 
Inode.Builder<T extends Inode.Builder<T>> - Class in tachyon.master.file.meta
Builder for Inode.
INODE_DIRECTORY_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
 
INODE_DIRECTORY_ID_GENERATOR_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
 
INODE_FILE_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
 
INODE_LAST_MODIFICATION_TIME_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
 
INODE_TREE_UNINITIALIZED_IS_ROOT_ID - Static variable in class tachyon.exception.PreconditionMessage
 
InodeDirectory - Class in tachyon.master.file.meta
Tachyon file system's directory representation in the file system master.
InodeDirectory.Builder - Class in tachyon.master.file.meta
Builder for InodeDirectory.
InodeDirectoryIdGenerator - Class in tachyon.master.file.meta
Inode id management for directory inodes.
InodeDirectoryIdGenerator(ContainerIdGenerable) - Constructor for class tachyon.master.file.meta.InodeDirectoryIdGenerator
 
InodeFile - Class in tachyon.master.file.meta
Tachyon file system's file representation in the file system master.
InodeFile.Builder - Class in tachyon.master.file.meta
Builder for InodeFile.
InodeTree - Class in tachyon.master.file.meta
Represents the tree of Inode's.
InodeTree(ContainerIdGenerable, InodeDirectoryIdGenerator, MountTable) - Constructor for class tachyon.master.file.meta.InodeTree
 
InodeTree.CreatePathResult - Class in tachyon.master.file.meta
Represents the results of creating a path in the inode tree.
INPUT_FILES_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Lineage.LineageEntry
 
inputFiles - Variable in class tachyon.thrift.LineageInfo
 
inputFiles - Variable in class tachyon.thrift.LineageMasterClientService.createLineage_args
the list of input files
insert(byte[], byte[]) - Method in interface tachyon.client.keyvalue.PayloadWriter
Inserts a key and a value into the payload buffer, returns an offset indicating where the key and value data is stored in payload buffer.
insert(InodeFile) - Method in class tachyon.master.file.meta.TtlBucketList
Inserts an InodeFile to the appropriate bucket where its ttl end time lies in the bucket's interval, if no appropriate bucket exists, a new bucket will be created to contain this file, if ttl value is Constants.NO_TTL, the file won't be inserted to any buckets and nothing will happen.
InStreamOptions - Class in tachyon.client.file.options
Method option for reading a file.
INTEGRATION_MASTER_RESOURCE_CPU - Static variable in class tachyon.Constants
 
INTEGRATION_MASTER_RESOURCE_MEM - Static variable in class tachyon.Constants
 
INTEGRATION_MESOS_EXECUTOR_DEPENDENCY_PATH - Static variable in class tachyon.Constants
 
INTEGRATION_MESOS_JRE_PATH - Static variable in class tachyon.Constants
 
INTEGRATION_MESOS_JRE_URL - Static variable in class tachyon.Constants
 
INTEGRATION_MESOS_PRINCIPAL - Static variable in class tachyon.Constants
 
INTEGRATION_MESOS_ROLE - Static variable in class tachyon.Constants
 
INTEGRATION_MESOS_SECRET - Static variable in class tachyon.Constants
 
INTEGRATION_MESOS_TACHYON_MASTER_NAME - Static variable in class tachyon.Constants
 
INTEGRATION_MESOS_TACHYON_MASTER_NODE_COUNT - Static variable in class tachyon.Constants
 
INTEGRATION_MESOS_TACHYON_WORKER_NAME - Static variable in class tachyon.Constants
 
INTEGRATION_MESOS_USER - Static variable in class tachyon.Constants
 
INTEGRATION_WORKER_RESOURCE_CPU - Static variable in class tachyon.Constants
 
INTEGRATION_WORKER_RESOURCE_MEM - Static variable in class tachyon.Constants
 
INTEGRATION_YARN_WORKERS_PER_HOST_MAX - Static variable in class tachyon.Constants
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry.Builder
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.Block.BlockInfoEntry
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.AddMountPointEntry
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry.Builder
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.CompleteFileEntry
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.DeleteFileEntry
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.InodeFileEntry
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry.Builder
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.PersistFileEntry
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.RenameEntry
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.SetAclEntry
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.SetStateEntry
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.Journal.JournalEntry
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry.Builder
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry.Builder
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry.Builder
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.Lineage.LineageEntry
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry.Builder
 
internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
 
INVALID_FILE_ID - Static variable in class tachyon.util.IdUtils
 
INVALID_PERMISSION - Static variable in class tachyon.Constants
 
INVALID_SET_ACL_OPTIONS - Static variable in class tachyon.exception.PreconditionMessage
 
INVALID_WORKER_ID - Static variable in class tachyon.util.IdUtils
 
INVALID_WORKER_ID - Static variable in class tachyon.worker.WorkerIdRegistry
The default value to initialize worker id, the worker id generated by master will never be the same as this value.
InvalidFileSizeException - Exception in tachyon.exception
The exception thrown when the file of a size is invalid.
InvalidFileSizeException(String) - Constructor for exception tachyon.exception.InvalidFileSizeException
Constructs a new exception with the specified detail message.
InvalidFileSizeException(String, Throwable) - Constructor for exception tachyon.exception.InvalidFileSizeException
Constructs a new exception with the specified detail message and cause.
InvalidFileSizeException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.InvalidFileSizeException
Constructs a new exception with the specified exception message and multiple parameters.
InvalidFileSizeException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.InvalidFileSizeException
Constructs a new exception with the specified exception message, the cause and multiple parameters.
InvalidPathException - Exception in tachyon.exception
The exception thrown when the path in Tachyon is invalid.
InvalidPathException(String) - Constructor for exception tachyon.exception.InvalidPathException
Constructs a new exception with the specified detail message.
InvalidPathException(String, Throwable) - Constructor for exception tachyon.exception.InvalidPathException
Constructs a new exception with the specified detail message and cause.
InvalidPathException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.InvalidPathException
Constructs a new exception with the specified exception message and multiple parameters.
InvalidPathException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.InvalidPathException
Constructs a new exception with the specified exception message, the cause and multiple parameters.
InvalidWorkerStateException - Exception in tachyon.exception
The exception thrown when a worker is in an invalid state, i.e.
InvalidWorkerStateException(String) - Constructor for exception tachyon.exception.InvalidWorkerStateException
Constructs a new exception with the specified detail message.
InvalidWorkerStateException(String, Throwable) - Constructor for exception tachyon.exception.InvalidWorkerStateException
Constructs a new exception with the specified detail message and cause.
InvalidWorkerStateException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.InvalidWorkerStateException
Constructs a new exception with the specified exception message and multiple parameters.
InvalidWorkerStateException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.InvalidWorkerStateException
Constructs a new exception with the specified exception message, the cause and multiple parameters.
io() - Method in class tachyon.examples.Performance.HdfsWorker
Creates IO utilization.
ioe - Variable in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
 
ioe - Variable in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
 
ioe - Variable in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
ioe - Variable in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
ioe - Variable in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
 
ioe - Variable in class tachyon.thrift.FileSystemMasterClientService.createFile_result
 
ioe - Variable in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
ioe - Variable in class tachyon.thrift.FileSystemMasterClientService.mount_result
 
ioe - Variable in class tachyon.thrift.FileSystemMasterClientService.rename_result
 
ioe - Variable in class tachyon.thrift.FileSystemMasterClientService.unmount_result
 
ioe - Variable in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
 
ioe - Variable in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
 
ioe - Variable in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
ioe - Variable in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
ioe - Variable in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
ioe - Variable in class tachyon.thrift.LineageMasterClientService.createLineage_result
 
is64Bit() - Static method in class tachyon.util.OSUtils
 
isAbsolute() - Method in class tachyon.TachyonURI
Tells whether or not the TachyonURI is absolute.
isAIX() - Static method in class tachyon.util.OSUtils
 
isAllowExists() - Method in class tachyon.client.file.options.CreateDirectoryOptions
 
isAllowExists() - Method in class tachyon.master.file.meta.options.CreatePathOptions
 
isAllowExists() - Method in class tachyon.master.file.options.CreateDirectoryOptions
 
isAllowExists() - Method in class tachyon.thrift.CreateDirectoryTOptions
 
isAsync() - Method in enum tachyon.client.WriteType
 
isAsyncPersist() - Method in enum tachyon.client.UnderStorageType
 
isAuthenticationEnabled(TachyonConf) - Static method in class tachyon.util.SecurityUtils
Checks if authentication is enabled.
isAuthorizationEnabled(TachyonConf) - Static method in class tachyon.util.SecurityUtils
Checks if authorization is enabled.
isBlockEvictable(long) - Method in class tachyon.worker.block.BlockMetadataManagerView
Tests if the block is evictable.
isBlockLocked(long) - Method in class tachyon.worker.block.BlockMetadataManagerView
Tests if the block is locked.
isBlockMarked(long) - Method in class tachyon.worker.block.BlockMetadataManagerView
Tests if the block is marked to move out of its current dir in this view.
isBlockPinned(long) - Method in class tachyon.worker.block.BlockMetadataManagerView
Tests if the block is pinned.
isCache() - Method in enum tachyon.client.ReadType
 
isCache() - Method in enum tachyon.client.WriteType
 
isCacheable() - Method in class tachyon.client.file.URIStatus
 
isCacheable() - Method in class tachyon.master.file.meta.InodeFile
 
isCacheable - Variable in class tachyon.thrift.FileInfo
 
isCascade() - Method in class tachyon.client.lineage.options.DeleteLineageOptions
 
isCascade() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
whether to delete the lineage in cascade
isCheckUfs() - Method in class tachyon.client.file.options.ExistsOptions
 
isCheckUfs() - Method in class tachyon.client.file.options.GetStatusOptions
 
isCheckUfs() - Method in class tachyon.client.file.options.ListStatusOptions
 
isClosed() - Method in interface tachyon.worker.DataServer
Checks if the DataServer is closed.
isClosed() - Method in class tachyon.worker.netty.NettyDataServer
 
isClosed() - Method in class tachyon.worker.nio.NIODataServer
 
isComplete() - Method in class tachyon.security.authentication.PlainSaslServer
 
isCompleted() - Method in class tachyon.client.file.URIStatus
 
isCompleted() - Method in class tachyon.master.file.meta.InodeFile
 
isCompleted(Lineage, FileSystemMasterView) - Static method in class tachyon.master.lineage.meta.LineageStateUtils
Checks if all the output files of the given lineage are completed.
isCompleted - Variable in class tachyon.thrift.FileInfo
 
isConnected() - Method in class tachyon.ClientBase
Returns the connected status of the client.
isDeleted() - Method in class tachyon.master.file.meta.Inode
 
isDirectory(long) - Method in class tachyon.master.file.FileSystemMaster
Whether the filesystem contains a directory with the id.
isDirectory() - Method in class tachyon.master.file.meta.Inode
 
isDirectory() - Method in class tachyon.master.file.meta.options.CreatePathOptions
 
isEmpty() - Method in class tachyon.master.lineage.checkpoint.CheckpointPlan
 
isEmpty() - Method in class tachyon.master.lineage.recompute.RecomputePlan
 
isEmpty() - Method in class tachyon.worker.block.evictor.EvictionPlan
Whether the plan is empty, an empty plan means both toMove and toEvict are empty, also, an empty plan indicates no action (move or evict) needs to be taken to meet the requirement.
isFile() - Method in class tachyon.master.file.meta.Inode
 
isFile(String) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
 
isFile(String) - Method in class tachyon.underfs.local.LocalUnderFileSystem
 
isFile(String) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
 
isFile(String) - Method in class tachyon.underfs.s3.S3UnderFileSystem
 
isFile(String) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
 
isFile(String) - Method in class tachyon.underfs.UnderFileSystem
Checks if the indicated path is a file or not.
isFilePersisted(long) - Method in class tachyon.worker.file.FileDataManager
Checks if the given file is persisted.
isFolder() - Method in class tachyon.client.file.URIStatus
 
isFolder - Variable in class tachyon.thrift.FileInfo
 
isHadoopUnderFS(String, TachyonConf) - Static method in class tachyon.underfs.UnderFileSystem
Determines if the given path is on a Hadoop under file system To decide if a path should use the hadoop implementation, we check String.startsWith(String) to see if the configured schemas are found.
isInCheckpointing(Lineage, FileSystemMasterView) - Static method in class tachyon.master.lineage.meta.LineageStateUtils
 
isInitialized() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry.Builder
 
isInitialized() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
 
isInitialized() - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
 
isInitialized() - Method in class tachyon.proto.journal.Block.BlockInfoEntry
 
isInitialized() - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
 
isInitialized() - Method in class tachyon.proto.journal.File.AddMountPointEntry
 
isInitialized() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry.Builder
 
isInitialized() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
 
isInitialized() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
 
isInitialized() - Method in class tachyon.proto.journal.File.CompleteFileEntry
 
isInitialized() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
 
isInitialized() - Method in class tachyon.proto.journal.File.DeleteFileEntry
 
isInitialized() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
 
isInitialized() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry
 
isInitialized() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
 
isInitialized() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
 
isInitialized() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
 
isInitialized() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
 
isInitialized() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
 
isInitialized() - Method in class tachyon.proto.journal.File.InodeFileEntry
 
isInitialized() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
 
isInitialized() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
 
isInitialized() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry.Builder
 
isInitialized() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry
 
isInitialized() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
 
isInitialized() - Method in class tachyon.proto.journal.File.PersistFileEntry
 
isInitialized() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
 
isInitialized() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
 
isInitialized() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
 
isInitialized() - Method in class tachyon.proto.journal.File.RenameEntry
 
isInitialized() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
 
isInitialized() - Method in class tachyon.proto.journal.File.SetAclEntry
 
isInitialized() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
 
isInitialized() - Method in class tachyon.proto.journal.File.SetStateEntry
 
isInitialized() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
 
isInitialized() - Method in class tachyon.proto.journal.Journal.JournalEntry
 
isInitialized() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
 
isInitialized() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
 
isInitialized() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry.Builder
 
isInitialized() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
 
isInitialized() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry.Builder
 
isInitialized() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
 
isInitialized() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry.Builder
 
isInitialized() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
 
isInitialized() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
 
isInitialized() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
 
isInitialized() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
 
isInitialized() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
 
isInitialized() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
 
isInitialized() - Method in class tachyon.proto.journal.Lineage.LineageEntry
 
isInitialized() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry.Builder
 
isInitialized() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
 
isInTier(String) - Method in class tachyon.master.block.meta.MasterBlockInfo
 
isInTier(String) - Method in class tachyon.web.UIFileBlockInfo
 
isIsCacheable() - Method in class tachyon.thrift.FileInfo
 
isIsCompleted() - Method in class tachyon.thrift.FileInfo
 
isIsFolder() - Method in class tachyon.thrift.FileInfo
 
isIsPersisted() - Method in class tachyon.thrift.FileInfo
 
isIsPinned() - Method in class tachyon.thrift.FileInfo
 
isLeader() - Method in class tachyon.LeaderSelectorClient
Checks if the client is the leader.
isLineageEnabled(TachyonConf) - Static method in class tachyon.util.LineageUtils
Checks if lineage is enabled.
isLocal() - Method in class tachyon.client.worker.BlockWorkerClient
 
isMarkedToMoveOut(long) - Method in class tachyon.worker.block.meta.StorageDirView
Returns an indication whether the given block is marked to be moved out.
isMessageReady() - Method in class tachyon.worker.DataServerMessage
 
isMountPoint(TachyonURI) - Method in class tachyon.master.file.meta.MountTable
Returns in indication of whether the given path is a mount point.
isMustCache() - Method in enum tachyon.client.WriteType
 
isOneway() - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getBlockInfo
 
isOneway() - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getCapacityBytes
 
isOneway() - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getUsedBytes
 
isOneway() - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getWorkerInfoList
 
isOneway() - Method in class tachyon.thrift.BlockMasterClientService.Processor.getBlockInfo
 
isOneway() - Method in class tachyon.thrift.BlockMasterClientService.Processor.getCapacityBytes
 
isOneway() - Method in class tachyon.thrift.BlockMasterClientService.Processor.getUsedBytes
 
isOneway() - Method in class tachyon.thrift.BlockMasterClientService.Processor.getWorkerInfoList
 
isOneway() - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.commitBlock
 
isOneway() - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.getWorkerId
 
isOneway() - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.heartbeat
 
isOneway() - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.registerWorker
 
isOneway() - Method in class tachyon.thrift.BlockMasterWorkerService.Processor.commitBlock
 
isOneway() - Method in class tachyon.thrift.BlockMasterWorkerService.Processor.getWorkerId
 
isOneway() - Method in class tachyon.thrift.BlockMasterWorkerService.Processor.heartbeat
 
isOneway() - Method in class tachyon.thrift.BlockMasterWorkerService.Processor.registerWorker
 
isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.accessBlock
 
isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.asyncCheckpoint
 
isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.cacheBlock
 
isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.cancelBlock
 
isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.lockBlock
 
isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.promoteBlock
 
isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.requestBlockLocation
 
isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.requestSpace
 
isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.sessionHeartbeat
 
isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.unlockBlock
 
isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.accessBlock
 
isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.asyncCheckpoint
 
isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.cacheBlock
 
isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.cancelBlock
 
isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.lockBlock
 
isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.promoteBlock
 
isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.requestBlockLocation
 
isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.requestSpace
 
isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.sessionHeartbeat
 
isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.unlockBlock
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.completeFile
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.createDirectory
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.createFile
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.free
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getFileBlockInfoList
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getNewBlockIdForFile
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getStatus
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getStatusInternal
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getUfsAddress
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.listStatus
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.loadMetadata
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.mount
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.remove
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.rename
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.scheduleAsyncPersist
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.setAcl
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.setAttribute
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.unmount
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.completeFile
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.createDirectory
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.createFile
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.free
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.getFileBlockInfoList
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.getNewBlockIdForFile
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.getStatus
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.getStatusInternal
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.getUfsAddress
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.listStatus
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.loadMetadata
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.mount
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.remove
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.rename
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.scheduleAsyncPersist
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.setAcl
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.setAttribute
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.unmount
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor.getFileInfo
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor.getPinIdList
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor.heartbeat
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterWorkerService.Processor.getFileInfo
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterWorkerService.Processor.getPinIdList
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterWorkerService.Processor.heartbeat
 
isOneway() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.completePartition
 
isOneway() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.completeStore
 
isOneway() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.createStore
 
isOneway() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.deleteStore
 
isOneway() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.getPartitionInfo
 
isOneway() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.mergeStore
 
isOneway() - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.completePartition
 
isOneway() - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.completeStore
 
isOneway() - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.createStore
 
isOneway() - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.deleteStore
 
isOneway() - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.getPartitionInfo
 
isOneway() - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.mergeStore
 
isOneway() - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor.get
 
isOneway() - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor.getNextKeys
 
isOneway() - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor.getSize
 
isOneway() - Method in class tachyon.thrift.KeyValueWorkerClientService.Processor.get
 
isOneway() - Method in class tachyon.thrift.KeyValueWorkerClientService.Processor.getNextKeys
 
isOneway() - Method in class tachyon.thrift.KeyValueWorkerClientService.Processor.getSize
 
isOneway() - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.createLineage
 
isOneway() - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.deleteLineage
 
isOneway() - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.getLineageInfoList
 
isOneway() - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.reinitializeFile
 
isOneway() - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.reportLostFile
 
isOneway() - Method in class tachyon.thrift.LineageMasterClientService.Processor.createLineage
 
isOneway() - Method in class tachyon.thrift.LineageMasterClientService.Processor.deleteLineage
 
isOneway() - Method in class tachyon.thrift.LineageMasterClientService.Processor.getLineageInfoList
 
isOneway() - Method in class tachyon.thrift.LineageMasterClientService.Processor.reinitializeFile
 
isOneway() - Method in class tachyon.thrift.LineageMasterClientService.Processor.reportLostFile
 
isOneway() - Method in class tachyon.thrift.TachyonService.AsyncProcessor.getServiceVersion
 
isOneway() - Method in class tachyon.thrift.TachyonService.Processor.getServiceVersion
 
isPathAbsolute() - Method in class tachyon.TachyonURI
Tells whether or not the path component of the TachyonURI is absolute.
isPersisted() - Method in class tachyon.client.file.URIStatus
 
isPersisted() - Method in class tachyon.master.file.meta.Inode
 
isPersisted() - Method in class tachyon.master.file.meta.options.CreatePathOptions
 
isPersisted() - Method in class tachyon.master.file.options.CreateDirectoryOptions
 
isPersisted() - Method in class tachyon.master.file.options.CreateFileOptions
 
isPersisted(Lineage, FileSystemMasterView) - Static method in class tachyon.master.lineage.meta.LineageStateUtils
 
isPersisted() - Method in class tachyon.thrift.CreateDirectoryTOptions
 
isPersisted() - Method in class tachyon.thrift.CreateFileTOptions
 
isPersisted - Variable in class tachyon.thrift.FileInfo
 
isPersisted() - Method in class tachyon.thrift.SetAttributeTOptions
 
isPinned() - Method in class tachyon.client.file.URIStatus
 
isPinned() - Method in class tachyon.master.file.meta.Inode
 
isPinned - Variable in class tachyon.thrift.FileInfo
 
isPinned() - Method in class tachyon.thrift.SetAttributeTOptions
 
isPinned() - Method in class tachyon.web.UIFileInfo
 
isPlainSaslProviderAdded() - Static method in class tachyon.security.authentication.PlainSaslUtils
 
isPromote() - Method in enum tachyon.client.ReadType
 
isPromote() - Method in enum tachyon.client.TachyonStorageType
 
isRecursive() - Method in class tachyon.client.file.options.CreateDirectoryOptions
 
isRecursive() - Method in class tachyon.client.file.options.CreateFileOptions
 
isRecursive() - Method in class tachyon.client.file.options.DeleteOptions
 
isRecursive() - Method in class tachyon.client.file.options.FreeOptions
 
isRecursive() - Method in class tachyon.client.file.options.LoadMetadataOptions
 
isRecursive() - Method in class tachyon.client.file.options.SetAclOptions
 
isRecursive() - Method in class tachyon.master.file.meta.options.CreatePathOptions
 
isRecursive() - Method in class tachyon.master.file.options.CreateDirectoryOptions
 
isRecursive() - Method in class tachyon.master.file.options.CreateFileOptions
 
isRecursive() - Method in class tachyon.master.file.options.SetAclOptions
 
isRecursive() - Method in class tachyon.thrift.CreateDirectoryTOptions
 
isRecursive() - Method in class tachyon.thrift.CreateFileTOptions
 
isRecursive() - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
whether to free recursively
isRecursive() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
whether to load meta data recursively
isRecursive() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
whether to remove recursively
isRecursive() - Method in class tachyon.thrift.SetAclTOptions
 
isRegistered() - Method in class tachyon.master.block.meta.MasterWorkerInfo
 
isRoot(T) - Method in class tachyon.collections.DirectedAcyclicGraph
Checks if a given payload is in a root of the DAG.
isRoot() - Method in class tachyon.TachyonURI
Tells whether or not the TachyonURI is root.
isRoot(String) - Static method in class tachyon.util.io.PathUtils
Checks if the given path is the root.
isRootId(long) - Method in class tachyon.master.file.meta.InodeTree
 
isSecurityEnabled(TachyonConf) - Static method in class tachyon.util.SecurityUtils
Checks if security is enabled.
isServing() - Method in class tachyon.master.LocalTachyonMaster
 
isServing(String, int) - Static method in class tachyon.util.network.NetworkAddressUtils
 
isSet(BlockInfo._Fields) - Method in class tachyon.thrift.BlockInfo
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockLocation._Fields) - Method in class tachyon.thrift.BlockLocation
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterClientService.getBlockInfo_args._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterClientService.getBlockInfo_result._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterClientService.getCapacityBytes_args._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterClientService.getCapacityBytes_result._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterClientService.getUsedBytes_args._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterClientService.getUsedBytes_result._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterClientService.getWorkerInfoList_args._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterClientService.getWorkerInfoList_result._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterWorkerService.commitBlock_args._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterWorkerService.commitBlock_result._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterWorkerService.getWorkerId_args._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterWorkerService.getWorkerId_result._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterWorkerService.heartbeat_args._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterWorkerService.heartbeat_result._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterWorkerService.registerWorker_args._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterWorkerService.registerWorker_result._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockWorkerClientService.accessBlock_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockWorkerClientService.accessBlock_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockWorkerClientService.asyncCheckpoint_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockWorkerClientService.asyncCheckpoint_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockWorkerClientService.cacheBlock_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockWorkerClientService.cacheBlock_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockWorkerClientService.cancelBlock_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockWorkerClientService.cancelBlock_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockWorkerClientService.lockBlock_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockWorkerClientService.lockBlock_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockWorkerClientService.promoteBlock_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockWorkerClientService.promoteBlock_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockWorkerClientService.requestBlockLocation_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockWorkerClientService.requestBlockLocation_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockWorkerClientService.requestSpace_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockWorkerClientService.requestSpace_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockWorkerClientService.sessionHeartbeat_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockWorkerClientService.sessionHeartbeat_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockWorkerClientService.unlockBlock_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockWorkerClientService.unlockBlock_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Command._Fields) - Method in class tachyon.thrift.Command
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(CommandLineJobInfo._Fields) - Method in class tachyon.thrift.CommandLineJobInfo
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(CompleteFileTOptions._Fields) - Method in class tachyon.thrift.CompleteFileTOptions
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(CreateDirectoryTOptions._Fields) - Method in class tachyon.thrift.CreateDirectoryTOptions
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(CreateFileTOptions._Fields) - Method in class tachyon.thrift.CreateFileTOptions
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(DependencyInfo._Fields) - Method in class tachyon.thrift.DependencyInfo
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileBlockInfo._Fields) - Method in class tachyon.thrift.FileBlockInfo
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileInfo._Fields) - Method in class tachyon.thrift.FileInfo
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemCommand._Fields) - Method in class tachyon.thrift.FileSystemCommand
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.completeFile_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.completeFile_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.createDirectory_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.createDirectory_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.createFile_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.createFile_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.free_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.free_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.getFileBlockInfoList_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.getFileBlockInfoList_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.getNewBlockIdForFile_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.getNewBlockIdForFile_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.getStatus_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.getStatus_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.getStatusInternal_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.getStatusInternal_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.getUfsAddress_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.getUfsAddress_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.listStatus_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.listStatus_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.loadMetadata_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.loadMetadata_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.mount_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.mount_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.remove_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.remove_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.rename_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.rename_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.scheduleAsyncPersist_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.scheduleAsyncPersist_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.setAcl_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.setAcl_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.setAttribute_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.setAttribute_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.unmount_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterClientService.unmount_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterWorkerService.getFileInfo_args._Fields) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterWorkerService.getFileInfo_result._Fields) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterWorkerService.getPinIdList_args._Fields) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterWorkerService.getPinIdList_result._Fields) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterWorkerService.heartbeat_args._Fields) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterWorkerService.heartbeat_result._Fields) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(JobConfInfo._Fields) - Method in class tachyon.thrift.JobConfInfo
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(KeyValueMasterClientService.completePartition_args._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(KeyValueMasterClientService.completePartition_result._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(KeyValueMasterClientService.completeStore_args._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(KeyValueMasterClientService.completeStore_result._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(KeyValueMasterClientService.createStore_args._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(KeyValueMasterClientService.createStore_result._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(KeyValueMasterClientService.deleteStore_args._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(KeyValueMasterClientService.deleteStore_result._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(KeyValueMasterClientService.getPartitionInfo_args._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(KeyValueMasterClientService.getPartitionInfo_result._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(KeyValueMasterClientService.mergeStore_args._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(KeyValueMasterClientService.mergeStore_result._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(KeyValueWorkerClientService.get_args._Fields) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(KeyValueWorkerClientService.get_result._Fields) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(KeyValueWorkerClientService.getNextKeys_args._Fields) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(KeyValueWorkerClientService.getNextKeys_result._Fields) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(KeyValueWorkerClientService.getSize_args._Fields) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(KeyValueWorkerClientService.getSize_result._Fields) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(LineageInfo._Fields) - Method in class tachyon.thrift.LineageInfo
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(LineageMasterClientService.createLineage_args._Fields) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(LineageMasterClientService.createLineage_result._Fields) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(LineageMasterClientService.deleteLineage_args._Fields) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(LineageMasterClientService.deleteLineage_result._Fields) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(LineageMasterClientService.getLineageInfoList_args._Fields) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(LineageMasterClientService.getLineageInfoList_result._Fields) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(LineageMasterClientService.reinitializeFile_args._Fields) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(LineageMasterClientService.reinitializeFile_result._Fields) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(LineageMasterClientService.reportLostFile_args._Fields) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(LineageMasterClientService.reportLostFile_result._Fields) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(LockBlockResult._Fields) - Method in class tachyon.thrift.LockBlockResult
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(PartitionInfo._Fields) - Method in class tachyon.thrift.PartitionInfo
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(PersistCommandOptions._Fields) - Method in class tachyon.thrift.PersistCommandOptions
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(PersistFile._Fields) - Method in class tachyon.thrift.PersistFile
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(RpcOptions._Fields) - Method in class tachyon.thrift.RpcOptions
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(SetAclTOptions._Fields) - Method in class tachyon.thrift.SetAclTOptions
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(SetAttributeTOptions._Fields) - Method in class tachyon.thrift.SetAttributeTOptions
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TachyonService.getServiceVersion_args._Fields) - Method in class tachyon.thrift.TachyonService.getServiceVersion_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TachyonService.getServiceVersion_result._Fields) - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TachyonTException._Fields) - Method in exception tachyon.thrift.TachyonTException
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ThriftIOException._Fields) - Method in exception tachyon.thrift.ThriftIOException
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(WorkerInfo._Fields) - Method in class tachyon.thrift.WorkerInfo
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(WorkerNetAddress._Fields) - Method in class tachyon.thrift.WorkerNetAddress
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSetAddedBlocksOnTiers() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
Returns true if field addedBlocksOnTiers is set (has been assigned a value) and false otherwise
isSetAddress() - Method in class tachyon.thrift.WorkerInfo
Returns true if field address is set (has been assigned a value) and false otherwise
isSetAllowExists() - Method in class tachyon.thrift.CreateDirectoryTOptions
Returns true if field allowExists is set (has been assigned a value) and false otherwise
isSetBlockId() - Method in class tachyon.thrift.BlockInfo
Returns true if field blockId is set (has been assigned a value) and false otherwise
isSetBlockId() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
Returns true if field blockId is set (has been assigned a value) and false otherwise
isSetBlockId() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
Returns true if field blockId is set (has been assigned a value) and false otherwise
isSetBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
Returns true if field blockId is set (has been assigned a value) and false otherwise
isSetBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
Returns true if field blockId is set (has been assigned a value) and false otherwise
isSetBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
Returns true if field blockId is set (has been assigned a value) and false otherwise
isSetBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
Returns true if field blockId is set (has been assigned a value) and false otherwise
isSetBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
Returns true if field blockId is set (has been assigned a value) and false otherwise
isSetBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
Returns true if field blockId is set (has been assigned a value) and false otherwise
isSetBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
Returns true if field blockId is set (has been assigned a value) and false otherwise
isSetBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
Returns true if field blockId is set (has been assigned a value) and false otherwise
isSetBlockId() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
Returns true if field blockId is set (has been assigned a value) and false otherwise
isSetBlockId() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
Returns true if field blockId is set (has been assigned a value) and false otherwise
isSetBlockId() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
Returns true if field blockId is set (has been assigned a value) and false otherwise
isSetBlockId() - Method in class tachyon.thrift.PartitionInfo
Returns true if field blockId is set (has been assigned a value) and false otherwise
isSetBlockIds() - Method in class tachyon.thrift.FileInfo
Returns true if field blockIds is set (has been assigned a value) and false otherwise
isSetBlockIds() - Method in class tachyon.thrift.PersistFile
Returns true if field blockIds is set (has been assigned a value) and false otherwise
isSetBlockInfo() - Method in class tachyon.thrift.FileBlockInfo
Returns true if field blockInfo is set (has been assigned a value) and false otherwise
isSetBlockPath() - Method in class tachyon.thrift.LockBlockResult
Returns true if field blockPath is set (has been assigned a value) and false otherwise
isSetBlockSizeBytes() - Method in class tachyon.thrift.CreateFileTOptions
Returns true if field blockSizeBytes is set (has been assigned a value) and false otherwise
isSetBlockSizeBytes() - Method in class tachyon.thrift.FileInfo
Returns true if field blockSizeBytes is set (has been assigned a value) and false otherwise
isSetBlockSizeBytes() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
Returns true if field blockSizeBytes is set (has been assigned a value) and false otherwise
isSetCapacityBytes() - Method in class tachyon.thrift.WorkerInfo
Returns true if field capacityBytes is set (has been assigned a value) and false otherwise
isSetCascade() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
Returns true if field cascade is set (has been assigned a value) and false otherwise
isSetChildren() - Method in class tachyon.thrift.LineageInfo
Returns true if field children is set (has been assigned a value) and false otherwise
isSetCommand() - Method in class tachyon.thrift.CommandLineJobInfo
Returns true if field command is set (has been assigned a value) and false otherwise
isSetCommandOptions() - Method in class tachyon.thrift.FileSystemCommand
Returns true if field commandOptions is set (has been assigned a value) and false otherwise
isSetCommandType() - Method in class tachyon.thrift.Command
Returns true if field commandType is set (has been assigned a value) and false otherwise
isSetCommandType() - Method in class tachyon.thrift.FileSystemCommand
Returns true if field commandType is set (has been assigned a value) and false otherwise
isSetConf() - Method in class tachyon.thrift.CommandLineJobInfo
Returns true if field conf is set (has been assigned a value) and false otherwise
isSetCreationTimeMs() - Method in class tachyon.thrift.FileInfo
Returns true if field creationTimeMs is set (has been assigned a value) and false otherwise
isSetCreationTimeMs() - Method in class tachyon.thrift.LineageInfo
Returns true if field creationTimeMs is set (has been assigned a value) and false otherwise
isSetCurrentBlocksOnTiers() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
Returns true if field currentBlocksOnTiers is set (has been assigned a value) and false otherwise
isSetData() - Method in class tachyon.thrift.Command
Returns true if field data is set (has been assigned a value) and false otherwise
isSetDataPort() - Method in class tachyon.thrift.WorkerNetAddress
Returns true if field dataPort is set (has been assigned a value) and false otherwise
isSetDstPath() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
Returns true if field dstPath is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetFileId() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
Returns true if field fileId is set (has been assigned a value) and false otherwise
isSetFileId() - Method in class tachyon.thrift.FileInfo
Returns true if field fileId is set (has been assigned a value) and false otherwise
isSetFileId() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
Returns true if field fileId is set (has been assigned a value) and false otherwise
isSetFileId() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
Returns true if field fileId is set (has been assigned a value) and false otherwise
isSetFileId() - Method in class tachyon.thrift.PersistFile
Returns true if field fileId is set (has been assigned a value) and false otherwise
isSetFromPath() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
Returns true if field fromPath is set (has been assigned a value) and false otherwise
isSetGroup() - Method in class tachyon.thrift.SetAclTOptions
Returns true if field group is set (has been assigned a value) and false otherwise
isSetGroupName() - Method in class tachyon.thrift.FileInfo
Returns true if field groupName is set (has been assigned a value) and false otherwise
isSetHost() - Method in class tachyon.thrift.WorkerNetAddress
Returns true if field host is set (has been assigned a value) and false otherwise
isSetId() - Method in class tachyon.thrift.LineageInfo
Returns true if field id is set (has been assigned a value) and false otherwise
isSetId() - Method in class tachyon.thrift.WorkerInfo
Returns true if field id is set (has been assigned a value) and false otherwise
isSetInfo() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
Returns true if field info is set (has been assigned a value) and false otherwise
isSetInitialBytes() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
Returns true if field initialBytes is set (has been assigned a value) and false otherwise
isSetInMemoryPercentage() - Method in class tachyon.thrift.FileInfo
Returns true if field inMemoryPercentage is set (has been assigned a value) and false otherwise
isSetInputFiles() - Method in class tachyon.thrift.LineageInfo
Returns true if field inputFiles is set (has been assigned a value) and false otherwise
isSetInputFiles() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
Returns true if field inputFiles is set (has been assigned a value) and false otherwise
isSetIoe() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
Returns true if field ioe is set (has been assigned a value) and false otherwise
isSetIoe() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
Returns true if field ioe is set (has been assigned a value) and false otherwise
isSetIoe() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
Returns true if field ioe is set (has been assigned a value) and false otherwise
isSetIoe() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
Returns true if field ioe is set (has been assigned a value) and false otherwise
isSetIoe() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
Returns true if field ioe is set (has been assigned a value) and false otherwise
isSetIoe() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
Returns true if field ioe is set (has been assigned a value) and false otherwise
isSetIoe() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
Returns true if field ioe is set (has been assigned a value) and false otherwise
isSetIoe() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
Returns true if field ioe is set (has been assigned a value) and false otherwise
isSetIoe() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
Returns true if field ioe is set (has been assigned a value) and false otherwise
isSetIoe() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
Returns true if field ioe is set (has been assigned a value) and false otherwise
isSetIoe() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
Returns true if field ioe is set (has been assigned a value) and false otherwise
isSetIoe() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
Returns true if field ioe is set (has been assigned a value) and false otherwise
isSetIoe() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
Returns true if field ioe is set (has been assigned a value) and false otherwise
isSetIoe() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
Returns true if field ioe is set (has been assigned a value) and false otherwise
isSetIoe() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
Returns true if field ioe is set (has been assigned a value) and false otherwise
isSetIoe() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
Returns true if field ioe is set (has been assigned a value) and false otherwise
isSetIsCacheable() - Method in class tachyon.thrift.FileInfo
Returns true if field isCacheable is set (has been assigned a value) and false otherwise
isSetIsCompleted() - Method in class tachyon.thrift.FileInfo
Returns true if field isCompleted is set (has been assigned a value) and false otherwise
isSetIsFolder() - Method in class tachyon.thrift.FileInfo
Returns true if field isFolder is set (has been assigned a value) and false otherwise
isSetIsPersisted() - Method in class tachyon.thrift.FileInfo
Returns true if field isPersisted is set (has been assigned a value) and false otherwise
isSetIsPinned() - Method in class tachyon.thrift.FileInfo
Returns true if field isPinned is set (has been assigned a value) and false otherwise
isSetJob() - Method in class tachyon.thrift.LineageInfo
Returns true if field job is set (has been assigned a value) and false otherwise
isSetJob() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
Returns true if field job is set (has been assigned a value) and false otherwise
isSetKey() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
Returns true if field key is set (has been assigned a value) and false otherwise
isSetKey() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
Returns true if field key is set (has been assigned a value) and false otherwise
isSetKey() - Method in class tachyon.thrift.RpcOptions
Returns true if field key is set (has been assigned a value) and false otherwise
isSetKeyLimit() - Method in class tachyon.thrift.PartitionInfo
Returns true if field keyLimit is set (has been assigned a value) and false otherwise
isSetKeyStart() - Method in class tachyon.thrift.PartitionInfo
Returns true if field keyStart is set (has been assigned a value) and false otherwise
isSetLastContactSec() - Method in class tachyon.thrift.WorkerInfo
Returns true if field lastContactSec is set (has been assigned a value) and false otherwise
isSetLastModificationTimeMs() - Method in class tachyon.thrift.FileInfo
Returns true if field lastModificationTimeMs is set (has been assigned a value) and false otherwise
isSetLength() - Method in class tachyon.thrift.BlockInfo
Returns true if field length is set (has been assigned a value) and false otherwise
isSetLength() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
Returns true if field length is set (has been assigned a value) and false otherwise
isSetLength() - Method in class tachyon.thrift.FileInfo
Returns true if field length is set (has been assigned a value) and false otherwise
isSetLineageId() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
Returns true if field lineageId is set (has been assigned a value) and false otherwise
isSetLocations() - Method in class tachyon.thrift.BlockInfo
Returns true if field locations is set (has been assigned a value) and false otherwise
isSetLockId() - Method in class tachyon.thrift.LockBlockResult
Returns true if field lockId is set (has been assigned a value) and false otherwise
isSetMessage() - Method in exception tachyon.thrift.TachyonTException
Returns true if field message is set (has been assigned a value) and false otherwise
isSetMessage() - Method in exception tachyon.thrift.ThriftIOException
Returns true if field message is set (has been assigned a value) and false otherwise
isSetMetrics() - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
Returns true if field metrics is set (has been assigned a value) and false otherwise
isSetName() - Method in class tachyon.thrift.FileInfo
Returns true if field name is set (has been assigned a value) and false otherwise
isSetNumKeys() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
Returns true if field numKeys is set (has been assigned a value) and false otherwise
isSetOffset() - Method in class tachyon.thrift.FileBlockInfo
Returns true if field offset is set (has been assigned a value) and false otherwise
isSetOptions() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
Returns true if field options is set (has been assigned a value) and false otherwise
isSetOptions() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
Returns true if field options is set (has been assigned a value) and false otherwise
isSetOptions() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
Returns true if field options is set (has been assigned a value) and false otherwise
isSetOptions() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
Returns true if field options is set (has been assigned a value) and false otherwise
isSetOptions() - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
Returns true if field options is set (has been assigned a value) and false otherwise
isSetOutputFile() - Method in class tachyon.thrift.JobConfInfo
Returns true if field outputFile is set (has been assigned a value) and false otherwise
isSetOutputFiles() - Method in class tachyon.thrift.LineageInfo
Returns true if field outputFiles is set (has been assigned a value) and false otherwise
isSetOutputFiles() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
Returns true if field outputFiles is set (has been assigned a value) and false otherwise
isSetOwner() - Method in class tachyon.thrift.SetAclTOptions
Returns true if field owner is set (has been assigned a value) and false otherwise
isSetParents() - Method in class tachyon.thrift.LineageInfo
Returns true if field parents is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.FileInfo
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPermission() - Method in class tachyon.thrift.FileInfo
Returns true if field permission is set (has been assigned a value) and false otherwise
isSetPermission() - Method in class tachyon.thrift.SetAclTOptions
Returns true if field permission is set (has been assigned a value) and false otherwise
isSetPersisted() - Method in class tachyon.thrift.CreateDirectoryTOptions
Returns true if field persisted is set (has been assigned a value) and false otherwise
isSetPersisted() - Method in class tachyon.thrift.CreateFileTOptions
Returns true if field persisted is set (has been assigned a value) and false otherwise
isSetPersisted() - Method in class tachyon.thrift.SetAttributeTOptions
Returns true if field persisted is set (has been assigned a value) and false otherwise
isSetPersistedFiles() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
Returns true if field persistedFiles is set (has been assigned a value) and false otherwise
isSetPersistenceState() - Method in class tachyon.thrift.FileInfo
Returns true if field persistenceState is set (has been assigned a value) and false otherwise
isSetPersistFiles() - Method in class tachyon.thrift.PersistCommandOptions
Returns true if field persistFiles is set (has been assigned a value) and false otherwise
isSetPersistOptions() - Method in class tachyon.thrift.FileSystemCommandOptions
 
isSetPinned() - Method in class tachyon.thrift.SetAttributeTOptions
Returns true if field pinned is set (has been assigned a value) and false otherwise
isSetRecursive() - Method in class tachyon.thrift.CreateDirectoryTOptions
Returns true if field recursive is set (has been assigned a value) and false otherwise
isSetRecursive() - Method in class tachyon.thrift.CreateFileTOptions
Returns true if field recursive is set (has been assigned a value) and false otherwise
isSetRecursive() - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
Returns true if field recursive is set (has been assigned a value) and false otherwise
isSetRecursive() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
Returns true if field recursive is set (has been assigned a value) and false otherwise
isSetRecursive() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
Returns true if field recursive is set (has been assigned a value) and false otherwise
isSetRecursive() - Method in class tachyon.thrift.SetAclTOptions
Returns true if field recursive is set (has been assigned a value) and false otherwise
isSetRemovedBlockIds() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
Returns true if field removedBlockIds is set (has been assigned a value) and false otherwise
isSetRequestBytes() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
Returns true if field requestBytes is set (has been assigned a value) and false otherwise
isSetRpcPort() - Method in class tachyon.thrift.WorkerNetAddress
Returns true if field rpcPort is set (has been assigned a value) and false otherwise
isSetSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
Returns true if field sessionId is set (has been assigned a value) and false otherwise
isSetSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
Returns true if field sessionId is set (has been assigned a value) and false otherwise
isSetSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
Returns true if field sessionId is set (has been assigned a value) and false otherwise
isSetSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
Returns true if field sessionId is set (has been assigned a value) and false otherwise
isSetSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
Returns true if field sessionId is set (has been assigned a value) and false otherwise
isSetSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
Returns true if field sessionId is set (has been assigned a value) and false otherwise
isSetSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
Returns true if field sessionId is set (has been assigned a value) and false otherwise
isSetStartTimeMs() - Method in class tachyon.thrift.WorkerInfo
Returns true if field startTimeMs is set (has been assigned a value) and false otherwise
isSetState() - Method in class tachyon.thrift.WorkerInfo
Returns true if field state is set (has been assigned a value) and false otherwise
isSetStorageTiers() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
Returns true if field storageTiers is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetTachyonPath() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
Returns true if field tachyonPath is set (has been assigned a value) and false otherwise
isSetTachyonPath() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
Returns true if field tachyonPath is set (has been assigned a value) and false otherwise
isSetTierAlias() - Method in class tachyon.thrift.BlockLocation
Returns true if field tierAlias is set (has been assigned a value) and false otherwise
isSetTierAlias() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
Returns true if field tierAlias is set (has been assigned a value) and false otherwise
isSetToPath() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
Returns true if field toPath is set (has been assigned a value) and false otherwise
isSetTotalBytesOnTiers() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
Returns true if field totalBytesOnTiers is set (has been assigned a value) and false otherwise
isSetTtl() - Method in class tachyon.thrift.CreateFileTOptions
Returns true if field ttl is set (has been assigned a value) and false otherwise
isSetTtl() - Method in class tachyon.thrift.FileInfo
Returns true if field ttl is set (has been assigned a value) and false otherwise
isSetTtl() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
Returns true if field ttl is set (has been assigned a value) and false otherwise
isSetTtl() - Method in class tachyon.thrift.SetAttributeTOptions
Returns true if field ttl is set (has been assigned a value) and false otherwise
isSetType() - Method in exception tachyon.thrift.TachyonTException
Returns true if field type is set (has been assigned a value) and false otherwise
isSetUfsLength() - Method in class tachyon.thrift.CompleteFileTOptions
Returns true if field ufsLength is set (has been assigned a value) and false otherwise
isSetUfsLocations() - Method in class tachyon.thrift.FileBlockInfo
Returns true if field ufsLocations is set (has been assigned a value) and false otherwise
isSetUfsPath() - Method in class tachyon.thrift.FileInfo
Returns true if field ufsPath is set (has been assigned a value) and false otherwise
isSetUfsPath() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
Returns true if field ufsPath is set (has been assigned a value) and false otherwise
isSetUfsPath() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
Returns true if field ufsPath is set (has been assigned a value) and false otherwise
isSetUsedBytes() - Method in class tachyon.thrift.WorkerInfo
Returns true if field usedBytes is set (has been assigned a value) and false otherwise
isSetUsedBytesOnTier() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
Returns true if field usedBytesOnTier is set (has been assigned a value) and false otherwise
isSetUsedBytesOnTiers() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
Returns true if field usedBytesOnTiers is set (has been assigned a value) and false otherwise
isSetUsedBytesOnTiers() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
Returns true if field usedBytesOnTiers is set (has been assigned a value) and false otherwise
isSetUserName() - Method in class tachyon.thrift.FileInfo
Returns true if field userName is set (has been assigned a value) and false otherwise
isSetWebPort() - Method in class tachyon.thrift.WorkerNetAddress
Returns true if field webPort is set (has been assigned a value) and false otherwise
isSetWorkerAddress() - Method in class tachyon.thrift.BlockLocation
Returns true if field workerAddress is set (has been assigned a value) and false otherwise
isSetWorkerId() - Method in class tachyon.thrift.BlockLocation
Returns true if field workerId is set (has been assigned a value) and false otherwise
isSetWorkerId() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
Returns true if field workerId is set (has been assigned a value) and false otherwise
isSetWorkerId() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
Returns true if field workerId is set (has been assigned a value) and false otherwise
isSetWorkerId() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
Returns true if field workerId is set (has been assigned a value) and false otherwise
isSetWorkerId() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
Returns true if field workerId is set (has been assigned a value) and false otherwise
isSetWorkerNetAddress() - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
Returns true if field workerNetAddress is set (has been assigned a value) and false otherwise
isStarted() - Method in class tachyon.underfs.LocalFilesystemCluster
 
isStarted() - Method in class tachyon.underfs.UnderFileSystemCluster
Check if the cluster started.
isStore() - Method in enum tachyon.client.TachyonStorageType
 
isSuccess() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
 
isSuccess() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
isSuccess() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
 
isSuccess() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
 
isSuccess() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
 
isSyncPersist() - Method in enum tachyon.client.UnderStorageType
 
isThrough() - Method in enum tachyon.client.WriteType
 
isValid() - Method in class tachyon.master.file.options.SetAclOptions
Checks whether the instance of SetAclOptions is valid, which means at least one of three attributes (owner, group, permission) takes effect.
isValid() - Method in class tachyon.master.journal.JournalReader
Checks to see if the journal checkpoint has not been updated.
isValid() - Method in class tachyon.master.journal.JournalTailer
 
isWindows() - Static method in class tachyon.util.OSUtils
 
isZookeeperMode() - Method in class tachyon.hadoop.TFS
 
isZookeeperMode() - Method in class tachyon.hadoop.TFSFT
 
iterator() - Method in class tachyon.client.keyvalue.ByteBufferKeyValuePartitionReader
 
iterator() - Method in interface tachyon.client.keyvalue.KeyValueIterable
 
iterator() - Method in class tachyon.collections.IndexedSet
Returns an iterator over the elements in this set.

J

JAVA_VENDOR_NAME - Static variable in class tachyon.util.OSUtils
The java vendor name used in this platform.
JmxSink - Class in tachyon.metrics.sink
A sink which listens for new metrics and exposes them as namespaces MBeans.
JmxSink(Properties, MetricRegistry) - Constructor for class tachyon.metrics.sink.JmxSink
Creates a new JmxSink with a Properties and MetricRegistry.
Job - Class in tachyon.job
A Job that can run at Tachyon.
Job(JobConf) - Constructor for class tachyon.job.Job
Constructs with job configuration.
job - Variable in class tachyon.thrift.LineageInfo
 
job - Variable in class tachyon.thrift.LineageMasterClientService.createLineage_args
the command line job info
JOB_COMMAND_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Lineage.LineageEntry
 
JOB_OUTPUT_PATH_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Lineage.LineageEntry
 
JobConf - Class in tachyon.job
A job configuration.
JobConf(String) - Constructor for class tachyon.job.JobConf
Constructs the job configuration.
JobConfInfo - Class in tachyon.thrift
 
JobConfInfo() - Constructor for class tachyon.thrift.JobConfInfo
 
JobConfInfo(String) - Constructor for class tachyon.thrift.JobConfInfo
 
JobConfInfo(JobConfInfo) - Constructor for class tachyon.thrift.JobConfInfo
Performs a deep copy on other.
JobConfInfo._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
join(String) - Method in class tachyon.TachyonURI
Append additional path elements to the end of a TachyonURI.
join(TachyonURI) - Method in class tachyon.TachyonURI
Append additional path elements to the end of a TachyonURI.
Journal - Class in tachyon.master.journal
This class encapsulates the journal for a master.
Journal(String) - Constructor for class tachyon.master.journal.Journal
Creates a new instance of Journal.
Journal - Class in tachyon.proto.journal
 
Journal.JournalEntry - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.JournalEntry
Journal.JournalEntry.Builder - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.JournalEntry
Journal.JournalEntry.EntryCase - Enum in tachyon.proto.journal
 
Journal.JournalEntryOrBuilder - Interface in tachyon.proto.journal
 
JOURNAL_VERSION - Static variable in class tachyon.Constants
Version 1 [Before 0.5.0] Customized ser/de based.
JournalCheckpointStreamable - Interface in tachyon.master.journal
This interface enables streaming out to the journal checkpoint.
JournalCrashTest - Class in tachyon.examples
Class to perform Journal crash test.
JournalCrashTest() - Constructor for class tachyon.examples.JournalCrashTest
 
JournalEntryRepresentable - Interface in tachyon.master.journal
This interface enables representing a class as a Journal.JournalEntry.
JournalFormatter - Interface in tachyon.master.journal
This describes the interface for serializing and deserializing entries in the journal.
JournalFormatter.Factory - Class in tachyon.master.journal
Factory for JournalFormatter.
JournalInputStream - Interface in tachyon.master.journal
This input stream retrieves Journal.JournalEntry from journal checkpoint files and journal log files.
JournalOutputStream - Interface in tachyon.master.journal
This output stream writes Journal.JournalEntry objects to the journal.
JournalProtoUtils - Class in tachyon.master.journal
Utils for working with the journal.
JournalReader - Class in tachyon.master.journal
This class manages reading from the journal.
JournalTailer - Class in tachyon.master.journal
This class tails the journal for a master.
JournalTailer(Master, Journal) - Constructor for class tachyon.master.journal.JournalTailer
Creates a new instance of JournalTailer.
JournalTailerThread - Class in tachyon.master.journal
This thread continually tails the journal and applies it to the master, until the master initiates the shutdown of the thread.
JournalTailerThread(Master, Journal) - Constructor for class tachyon.master.journal.JournalTailerThread
Creates a new instance of JournalTailerThread.
JournalTool - Class in tachyon.master.journal
Tool for reading the journal.
JournalTool() - Constructor for class tachyon.master.journal.JournalTool
 
JournalWriter - Class in tachyon.master.journal
This class manages all the writes to the journal.
JvmSource - Class in tachyon.metrics.source
A Source which collects JVM metrics, including JVM memory usage, GC counts, GC times, etc.
JvmSource() - Constructor for class tachyon.metrics.source.JvmSource
Creates a new JvmSource and register all JVM metrics.

K

KB - Static variable in class tachyon.Constants
 
key - Variable in class tachyon.thrift.KeyValueWorkerClientService.get_args
binary of the key
key - Variable in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
current key
key - Variable in class tachyon.thrift.RpcOptions
 
KEY_LIMIT_FIELD_NUMBER - Static variable in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
 
KEY_START_FIELD_NUMBER - Static variable in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
 
KEY_VALUE_ENABLED - Static variable in class tachyon.Constants
 
KEY_VALUE_MASTER_CLIENT_SERVICE_NAME - Static variable in class tachyon.Constants
 
KEY_VALUE_MASTER_CLIENT_SERVICE_VERSION - Static variable in class tachyon.Constants
 
KEY_VALUE_MASTER_NAME - Static variable in class tachyon.Constants
 
KEY_VALUE_PARTITION_SIZE_BYTES_MAX - Static variable in class tachyon.Constants
 
KEY_VALUE_WORKER_CLIENT_SERVICE_NAME - Static variable in class tachyon.Constants
 
KEY_VALUE_WORKER_SERVICE_VERSION - Static variable in class tachyon.Constants
 
keyCount() - Method in interface tachyon.client.keyvalue.Index
 
keyCount() - Method in class tachyon.client.keyvalue.LinearProbingIndex
 
keyIterator(PayloadReader) - Method in interface tachyon.client.keyvalue.Index
Gets an iterator to iterate over all keys.
keyIterator(PayloadReader) - Method in class tachyon.client.keyvalue.LinearProbingIndex
 
keyLimit - Variable in class tachyon.thrift.PartitionInfo
 
keyStart - Variable in class tachyon.thrift.PartitionInfo
 
KeyValue - Class in tachyon.proto.journal
 
KeyValue.CompletePartitionEntry - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.CompletePartitionEntry
KeyValue.CompletePartitionEntry.Builder - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.CompletePartitionEntry
KeyValue.CompletePartitionEntryOrBuilder - Interface in tachyon.proto.journal
 
KeyValue.CompleteStoreEntry - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.CompleteStoreEntry
KeyValue.CompleteStoreEntry.Builder - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.CompleteStoreEntry
KeyValue.CompleteStoreEntryOrBuilder - Interface in tachyon.proto.journal
 
KeyValue.CreateStoreEntry - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.CreateStoreEntry
KeyValue.CreateStoreEntry.Builder - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.CreateStoreEntry
KeyValue.CreateStoreEntryOrBuilder - Interface in tachyon.proto.journal
 
KeyValue.DeleteStoreEntry - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.DeleteStoreEntry
KeyValue.DeleteStoreEntry.Builder - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.DeleteStoreEntry
KeyValue.DeleteStoreEntryOrBuilder - Interface in tachyon.proto.journal
 
KeyValue.MergeStoreEntry - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.MergeStoreEntry
KeyValue.MergeStoreEntry.Builder - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.MergeStoreEntry
KeyValue.MergeStoreEntryOrBuilder - Interface in tachyon.proto.journal
 
KEYVALUE_SESSION_ID - Static variable in class tachyon.Sessions
 
KeyValueInputFormat - Class in tachyon.client.keyvalue.hadoop
Implementation of InputFormat for MapReduce programs to access KeyValueStores.
KeyValueInputFormat() - Constructor for class tachyon.client.keyvalue.hadoop.KeyValueInputFormat
 
KeyValueIterable - Interface in tachyon.client.keyvalue
Interface to be implemented in classes that support iterating over key-value pairs.
KeyValueIterator - Interface in tachyon.client.keyvalue
Iterator to iterate over key-value pairs in KeyValueStores or its partitions.
KeyValueMaster - Class in tachyon.master.keyvalue
The key-value master stores key-value store information in Tachyon, including the partitions of each key-value store.
KeyValueMaster(FileSystemMaster, Journal) - Constructor for class tachyon.master.keyvalue.KeyValueMaster
 
KeyValueMasterClient - Class in tachyon.client.keyvalue
A wrapper for the thrift client to interact with the key-value master, used by Tachyon clients.
KeyValueMasterClient(InetSocketAddress, TachyonConf) - Constructor for class tachyon.client.keyvalue.KeyValueMasterClient
Creates a new key-value master client.
KeyValueMasterClientService - Class in tachyon.thrift
 
KeyValueMasterClientService() - Constructor for class tachyon.thrift.KeyValueMasterClientService
 
KeyValueMasterClientService.AsyncClient - Class in tachyon.thrift
 
KeyValueMasterClientService.AsyncClient.completePartition_call - Class in tachyon.thrift
 
KeyValueMasterClientService.AsyncClient.completeStore_call - Class in tachyon.thrift
 
KeyValueMasterClientService.AsyncClient.createStore_call - Class in tachyon.thrift
 
KeyValueMasterClientService.AsyncClient.deleteStore_call - Class in tachyon.thrift
 
KeyValueMasterClientService.AsyncClient.Factory - Class in tachyon.thrift
 
KeyValueMasterClientService.AsyncClient.getPartitionInfo_call - Class in tachyon.thrift
 
KeyValueMasterClientService.AsyncClient.mergeStore_call - Class in tachyon.thrift
 
KeyValueMasterClientService.AsyncIface - Interface in tachyon.thrift
 
KeyValueMasterClientService.AsyncProcessor<I extends KeyValueMasterClientService.AsyncIface> - Class in tachyon.thrift
 
KeyValueMasterClientService.AsyncProcessor.completePartition<I extends KeyValueMasterClientService.AsyncIface> - Class in tachyon.thrift
 
KeyValueMasterClientService.AsyncProcessor.completeStore<I extends KeyValueMasterClientService.AsyncIface> - Class in tachyon.thrift
 
KeyValueMasterClientService.AsyncProcessor.createStore<I extends KeyValueMasterClientService.AsyncIface> - Class in tachyon.thrift
 
KeyValueMasterClientService.AsyncProcessor.deleteStore<I extends KeyValueMasterClientService.AsyncIface> - Class in tachyon.thrift
 
KeyValueMasterClientService.AsyncProcessor.getPartitionInfo<I extends KeyValueMasterClientService.AsyncIface> - Class in tachyon.thrift
 
KeyValueMasterClientService.AsyncProcessor.mergeStore<I extends KeyValueMasterClientService.AsyncIface> - Class in tachyon.thrift
 
KeyValueMasterClientService.Client - Class in tachyon.thrift
 
KeyValueMasterClientService.Client.Factory - Class in tachyon.thrift
 
KeyValueMasterClientService.completePartition_args - Class in tachyon.thrift
 
KeyValueMasterClientService.completePartition_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
KeyValueMasterClientService.completePartition_result - Class in tachyon.thrift
 
KeyValueMasterClientService.completePartition_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
KeyValueMasterClientService.completeStore_args - Class in tachyon.thrift
 
KeyValueMasterClientService.completeStore_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
KeyValueMasterClientService.completeStore_result - Class in tachyon.thrift
 
KeyValueMasterClientService.completeStore_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
KeyValueMasterClientService.createStore_args - Class in tachyon.thrift
 
KeyValueMasterClientService.createStore_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
KeyValueMasterClientService.createStore_result - Class in tachyon.thrift
 
KeyValueMasterClientService.createStore_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
KeyValueMasterClientService.deleteStore_args - Class in tachyon.thrift
 
KeyValueMasterClientService.deleteStore_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
KeyValueMasterClientService.deleteStore_result - Class in tachyon.thrift
 
KeyValueMasterClientService.deleteStore_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
KeyValueMasterClientService.getPartitionInfo_args - Class in tachyon.thrift
 
KeyValueMasterClientService.getPartitionInfo_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
KeyValueMasterClientService.getPartitionInfo_result - Class in tachyon.thrift
 
KeyValueMasterClientService.getPartitionInfo_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
KeyValueMasterClientService.Iface - Interface in tachyon.thrift
This interface contains key-value master service endpoints for Tachyon clients.
KeyValueMasterClientService.mergeStore_args - Class in tachyon.thrift
 
KeyValueMasterClientService.mergeStore_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
KeyValueMasterClientService.mergeStore_result - Class in tachyon.thrift
 
KeyValueMasterClientService.mergeStore_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
KeyValueMasterClientService.Processor<I extends KeyValueMasterClientService.Iface> - Class in tachyon.thrift
 
KeyValueMasterClientService.Processor.completePartition<I extends KeyValueMasterClientService.Iface> - Class in tachyon.thrift
 
KeyValueMasterClientService.Processor.completeStore<I extends KeyValueMasterClientService.Iface> - Class in tachyon.thrift
 
KeyValueMasterClientService.Processor.createStore<I extends KeyValueMasterClientService.Iface> - Class in tachyon.thrift
 
KeyValueMasterClientService.Processor.deleteStore<I extends KeyValueMasterClientService.Iface> - Class in tachyon.thrift
 
KeyValueMasterClientService.Processor.getPartitionInfo<I extends KeyValueMasterClientService.Iface> - Class in tachyon.thrift
 
KeyValueMasterClientService.Processor.mergeStore<I extends KeyValueMasterClientService.Iface> - Class in tachyon.thrift
 
KeyValueMasterClientServiceHandler - Class in tachyon.master.keyvalue
This class is a Thrift handler for key-value master RPCs invoked by a Tachyon client.
KeyValueMasterClientServiceHandler(KeyValueMaster) - Constructor for class tachyon.master.keyvalue.KeyValueMasterClientServiceHandler
Constructs the service handler to process incoming RPC calls for key-value master.
KeyValueMasterFactory - Class in tachyon.master.keyvalue
Factory to create a KeyValueMaster instance.
KeyValueMasterFactory() - Constructor for class tachyon.master.keyvalue.KeyValueMasterFactory
 
KeyValueOutputFormat - Class in tachyon.client.keyvalue.hadoop
An OutputFormat implementation to let MapReduce job write to a key-value store under the MapReduce output directory.
KeyValueOutputFormat() - Constructor for class tachyon.client.keyvalue.hadoop.KeyValueOutputFormat
 
KeyValuePair - Class in tachyon.client.keyvalue
A key-value pair.
KeyValuePair(ByteBuffer, ByteBuffer) - Constructor for class tachyon.client.keyvalue.KeyValuePair
Constructs a key-value pair.
KeyValuePair(byte[], byte[]) - Constructor for class tachyon.client.keyvalue.KeyValuePair
Constructs a key-value pair.
KeyValuePartitionReader - Interface in tachyon.client.keyvalue
Interface for a reader which accesses a Tachyon key-value partition.
KeyValuePartitionReader.Factory - Class in tachyon.client.keyvalue
 
KeyValuePartitionWriter - Interface in tachyon.client.keyvalue
Interface for a writer which creates a Tachyon key-value partition.
KeyValuePartitionWriter.Factory - Class in tachyon.client.keyvalue
 
KeyValueStoreIterator - Class in tachyon.client.keyvalue
KeyValueIterator to iterate over key-value pairs in KeyValueStores.
KeyValueStoreIterator(List<PartitionInfo>) - Constructor for class tachyon.client.keyvalue.KeyValueStoreIterator
 
KeyValueStoreReader - Interface in tachyon.client.keyvalue
Interface for readers which accesses key-value stores in Tachyon.
KeyValueStores - Interface in tachyon.client.keyvalue
Client to access or create key-value stores in Tachyon.
KeyValueStores.Factory - Class in tachyon.client.keyvalue
Factory for the KeyValueStores.
KeyValueStoreWriter - Interface in tachyon.client.keyvalue
Interface for writers which create new key-value stores in Tachyon.
KeyValueWorker - Class in tachyon.worker.keyvalue
A worker serving key-value queries.
KeyValueWorker(BlockDataManager) - Constructor for class tachyon.worker.keyvalue.KeyValueWorker
Constructor of KeyValueWorker.
KeyValueWorkerClient - Class in tachyon.client.keyvalue
Client for talking to a key-value worker server.
KeyValueWorkerClient(WorkerNetAddress, TachyonConf) - Constructor for class tachyon.client.keyvalue.KeyValueWorkerClient
KeyValueWorkerClientService - Class in tachyon.thrift
 
KeyValueWorkerClientService() - Constructor for class tachyon.thrift.KeyValueWorkerClientService
 
KeyValueWorkerClientService.AsyncClient - Class in tachyon.thrift
 
KeyValueWorkerClientService.AsyncClient.Factory - Class in tachyon.thrift
 
KeyValueWorkerClientService.AsyncClient.get_call - Class in tachyon.thrift
 
KeyValueWorkerClientService.AsyncClient.getNextKeys_call - Class in tachyon.thrift
 
KeyValueWorkerClientService.AsyncClient.getSize_call - Class in tachyon.thrift
 
KeyValueWorkerClientService.AsyncIface - Interface in tachyon.thrift
 
KeyValueWorkerClientService.AsyncProcessor<I extends KeyValueWorkerClientService.AsyncIface> - Class in tachyon.thrift
 
KeyValueWorkerClientService.AsyncProcessor.get<I extends KeyValueWorkerClientService.AsyncIface> - Class in tachyon.thrift
 
KeyValueWorkerClientService.AsyncProcessor.getNextKeys<I extends KeyValueWorkerClientService.AsyncIface> - Class in tachyon.thrift
 
KeyValueWorkerClientService.AsyncProcessor.getSize<I extends KeyValueWorkerClientService.AsyncIface> - Class in tachyon.thrift
 
KeyValueWorkerClientService.Client - Class in tachyon.thrift
 
KeyValueWorkerClientService.Client.Factory - Class in tachyon.thrift
 
KeyValueWorkerClientService.get_args - Class in tachyon.thrift
 
KeyValueWorkerClientService.get_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
KeyValueWorkerClientService.get_result - Class in tachyon.thrift
 
KeyValueWorkerClientService.get_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
KeyValueWorkerClientService.getNextKeys_args - Class in tachyon.thrift
 
KeyValueWorkerClientService.getNextKeys_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
KeyValueWorkerClientService.getNextKeys_result - Class in tachyon.thrift
 
KeyValueWorkerClientService.getNextKeys_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
KeyValueWorkerClientService.getSize_args - Class in tachyon.thrift
 
KeyValueWorkerClientService.getSize_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
KeyValueWorkerClientService.getSize_result - Class in tachyon.thrift
 
KeyValueWorkerClientService.getSize_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
KeyValueWorkerClientService.Iface - Interface in tachyon.thrift
 
KeyValueWorkerClientService.Processor<I extends KeyValueWorkerClientService.Iface> - Class in tachyon.thrift
 
KeyValueWorkerClientService.Processor.get<I extends KeyValueWorkerClientService.Iface> - Class in tachyon.thrift
 
KeyValueWorkerClientService.Processor.getNextKeys<I extends KeyValueWorkerClientService.Iface> - Class in tachyon.thrift
 
KeyValueWorkerClientService.Processor.getSize<I extends KeyValueWorkerClientService.Iface> - Class in tachyon.thrift
 
KeyValueWorkerClientServiceHandler - Class in tachyon.worker.keyvalue
RPC service handler on worker side to read a local key-value block.
KeyValueWorkerClientServiceHandler(BlockDataManager) - Constructor for class tachyon.worker.keyvalue.KeyValueWorkerClientServiceHandler
 
KeyValueWorkerFactory - Class in tachyon.worker.keyvalue
Factory to create a KeyValueWorker instance.
KeyValueWorkerFactory() - Constructor for class tachyon.worker.keyvalue.KeyValueWorkerFactory
 
kill() - Method in class tachyon.master.LocalTachyonMaster
Kill the master thread, by calling Thread.interrupt().
killLeader() - Method in class tachyon.master.LocalTachyonClusterMultiMaster
Iterate over the masters in the order of master creation, kill the leader master.
killStandby() - Method in class tachyon.master.LocalTachyonClusterMultiMaster
Iterate over the masters in the order of master creation, kill the first standby master.

L

LAST_MODIFICATION_TIME_MS_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeDirectoryEntry
 
LAST_MODIFICATION_TIME_MS_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeFileEntry
 
LAST_MODIFICATION_TIME_MS_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
 
lastContactSec - Variable in class tachyon.thrift.WorkerInfo
 
lastModificationTimeMs - Variable in class tachyon.thrift.FileInfo
 
LeaderInquireClient - Class in tachyon
Utility to get leader from zookeeper.
LeaderSelectorClient - Class in tachyon
Masters use this client to elect a leader.
LeaderSelectorClient(String, String, String, String) - Constructor for class tachyon.LeaderSelectorClient
Constructs a new LeaderSelectorClient.
length - Variable in class tachyon.thrift.BlockInfo
 
length - Variable in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
the length of the block being committed
length - Variable in class tachyon.thrift.FileInfo
 
LENGTH_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Block.BlockInfoEntry
 
LENGTH_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.CompleteFileEntry
 
LENGTH_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeFileEntry
 
LENGTH_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.PersistFileEntry
 
Lineage - Class in tachyon.master.lineage.meta
A lineage tracks the dependencies imposed by a job, including the input files the job depends on, and the output files the job generates.
Lineage(long, List<Long>, List<Long>, Job) - Constructor for class tachyon.master.lineage.meta.Lineage
Creates a new instance of Lineage.
Lineage(long, List<Long>, List<Long>, Job, long) - Constructor for class tachyon.master.lineage.meta.Lineage
Creates a new instance of Lineage.
Lineage - Class in tachyon.proto.journal
 
Lineage.DeleteLineageEntry - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.DeleteLineageEntry
Lineage.DeleteLineageEntry.Builder - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.DeleteLineageEntry
Lineage.DeleteLineageEntryOrBuilder - Interface in tachyon.proto.journal
 
Lineage.LineageEntry - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.LineageEntry
Lineage.LineageEntry.Builder - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.LineageEntry
Lineage.LineageEntryOrBuilder - Interface in tachyon.proto.journal
 
Lineage.LineageIdGeneratorEntry - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.LineageIdGeneratorEntry
Lineage.LineageIdGeneratorEntry.Builder - Class in tachyon.proto.journal
Protobuf type tachyon.proto.journal.LineageIdGeneratorEntry
Lineage.LineageIdGeneratorEntryOrBuilder - Interface in tachyon.proto.journal
 
LINEAGE_DOES_NOT_EXIST - Static variable in class tachyon.exception.PreconditionMessage
 
LINEAGE_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
 
LINEAGE_ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Lineage.DeleteLineageEntry
 
LINEAGE_ID_GENERATOR_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
 
LINEAGE_MASTER_CLIENT_SERVICE_NAME - Static variable in class tachyon.Constants
 
LINEAGE_MASTER_CLIENT_SERVICE_VERSION - Static variable in class tachyon.Constants
 
LINEAGE_MASTER_NAME - Static variable in class tachyon.Constants
 
LINEAGE_MASTER_WORKER_SERVICE_NAME - Static variable in class tachyon.Constants
 
LINEAGE_MASTER_WORKER_SERVICE_VERSION - Static variable in class tachyon.Constants
 
LINEAGE_NO_OUTPUT_FILE - Static variable in class tachyon.exception.PreconditionMessage
 
LineageContext - Enum in tachyon.client.lineage
A shared context in each client JVM for common lineage master client functionality such as a pool of lineage master clients.
LineageDeletionException - Exception in tachyon.exception
The exception thrown when a lineage deletion fails in Tachyon.
LineageDeletionException(String) - Constructor for exception tachyon.exception.LineageDeletionException
Constructs a new exception with the specified detail message.
LineageDeletionException(String, Throwable) - Constructor for exception tachyon.exception.LineageDeletionException
Constructs a new exception with the specified detail message and cause.
LineageDeletionException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.LineageDeletionException
Constructs a new exception with the specified exception message and multiple parameters.
LineageDeletionException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.LineageDeletionException
Constructs a new exception with the specified exception message, the cause and multiple parameters.
LineageDoesNotExistException - Exception in tachyon.exception
The exception thrown when a lineage does not exist in Tachyon.
LineageDoesNotExistException(String) - Constructor for exception tachyon.exception.LineageDoesNotExistException
Constructs a new exception with the specified detail message.
LineageDoesNotExistException(String, Throwable) - Constructor for exception tachyon.exception.LineageDoesNotExistException
Constructs a new exception with the specified detail message and cause.
LineageDoesNotExistException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.LineageDoesNotExistException
Constructs a new exception with the specified exception message and multiple parameters.
LineageDoesNotExistException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.LineageDoesNotExistException
Constructs a new exception with the specified exception message, the cause and multiple parameters.
LineageFileOutStream - Class in tachyon.client.lineage
A stream API to write a file when lineage is enabled.
LineageFileOutStream(TachyonURI, OutStreamOptions) - Constructor for class tachyon.client.lineage.LineageFileOutStream
Creates a new file output stream when lineage is enabled.
LineageFileSystem - Class in tachyon.client.lineage
Tachyon lineage file system client.
LineageFileSystem() - Constructor for class tachyon.client.lineage.LineageFileSystem
 
lineageId - Variable in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
the lineage id
LineageIdGenerator - Class in tachyon.master.lineage.meta
Generates the lineage id as sequence number.
LineageIdGenerator() - Constructor for class tachyon.master.lineage.meta.LineageIdGenerator
Creates a new instance of LineageIdGenerator.
LineageInfo - Class in tachyon.thrift
 
LineageInfo() - Constructor for class tachyon.thrift.LineageInfo
 
LineageInfo(long, List<String>, List<String>, CommandLineJobInfo, long, List<Long>, List<Long>) - Constructor for class tachyon.thrift.LineageInfo
 
LineageInfo(LineageInfo) - Constructor for class tachyon.thrift.LineageInfo
Performs a deep copy on other.
LineageInfo._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
LineageMaster - Class in tachyon.master.lineage
The lineage master stores the lineage metadata in Tachyon, and it contains the components that manage all lineage-related activities.
LineageMaster(FileSystemMaster, Journal) - Constructor for class tachyon.master.lineage.LineageMaster
Creates a new instance of LineageMaster.
LineageMasterClient - Class in tachyon.client.lineage
A wrapper for the thrift client to interact with the lineage master, used by tachyon clients.
LineageMasterClient(InetSocketAddress, TachyonConf) - Constructor for class tachyon.client.lineage.LineageMasterClient
Creates a new lineage master client.
LineageMasterClientService - Class in tachyon.thrift
 
LineageMasterClientService() - Constructor for class tachyon.thrift.LineageMasterClientService
 
LineageMasterClientService.AsyncClient - Class in tachyon.thrift
 
LineageMasterClientService.AsyncClient.createLineage_call - Class in tachyon.thrift
 
LineageMasterClientService.AsyncClient.deleteLineage_call - Class in tachyon.thrift
 
LineageMasterClientService.AsyncClient.Factory - Class in tachyon.thrift
 
LineageMasterClientService.AsyncClient.getLineageInfoList_call - Class in tachyon.thrift
 
LineageMasterClientService.AsyncClient.reinitializeFile_call - Class in tachyon.thrift
 
LineageMasterClientService.AsyncClient.reportLostFile_call - Class in tachyon.thrift
 
LineageMasterClientService.AsyncIface - Interface in tachyon.thrift
 
LineageMasterClientService.AsyncProcessor<I extends LineageMasterClientService.AsyncIface> - Class in tachyon.thrift
 
LineageMasterClientService.AsyncProcessor.createLineage<I extends LineageMasterClientService.AsyncIface> - Class in tachyon.thrift
 
LineageMasterClientService.AsyncProcessor.deleteLineage<I extends LineageMasterClientService.AsyncIface> - Class in tachyon.thrift
 
LineageMasterClientService.AsyncProcessor.getLineageInfoList<I extends LineageMasterClientService.AsyncIface> - Class in tachyon.thrift
 
LineageMasterClientService.AsyncProcessor.reinitializeFile<I extends LineageMasterClientService.AsyncIface> - Class in tachyon.thrift
 
LineageMasterClientService.AsyncProcessor.reportLostFile<I extends LineageMasterClientService.AsyncIface> - Class in tachyon.thrift
 
LineageMasterClientService.Client - Class in tachyon.thrift
 
LineageMasterClientService.Client.Factory - Class in tachyon.thrift
 
LineageMasterClientService.createLineage_args - Class in tachyon.thrift
 
LineageMasterClientService.createLineage_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
LineageMasterClientService.createLineage_result - Class in tachyon.thrift
 
LineageMasterClientService.createLineage_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
LineageMasterClientService.deleteLineage_args - Class in tachyon.thrift
 
LineageMasterClientService.deleteLineage_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
LineageMasterClientService.deleteLineage_result - Class in tachyon.thrift
 
LineageMasterClientService.deleteLineage_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
LineageMasterClientService.getLineageInfoList_args - Class in tachyon.thrift
 
LineageMasterClientService.getLineageInfoList_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
LineageMasterClientService.getLineageInfoList_result - Class in tachyon.thrift
 
LineageMasterClientService.getLineageInfoList_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
LineageMasterClientService.Iface - Interface in tachyon.thrift
This interface contains lineage master service endpoints for Tachyon clients.
LineageMasterClientService.Processor<I extends LineageMasterClientService.Iface> - Class in tachyon.thrift
 
LineageMasterClientService.Processor.createLineage<I extends LineageMasterClientService.Iface> - Class in tachyon.thrift
 
LineageMasterClientService.Processor.deleteLineage<I extends LineageMasterClientService.Iface> - Class in tachyon.thrift
 
LineageMasterClientService.Processor.getLineageInfoList<I extends LineageMasterClientService.Iface> - Class in tachyon.thrift
 
LineageMasterClientService.Processor.reinitializeFile<I extends LineageMasterClientService.Iface> - Class in tachyon.thrift
 
LineageMasterClientService.Processor.reportLostFile<I extends LineageMasterClientService.Iface> - Class in tachyon.thrift
 
LineageMasterClientService.reinitializeFile_args - Class in tachyon.thrift
 
LineageMasterClientService.reinitializeFile_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
LineageMasterClientService.reinitializeFile_result - Class in tachyon.thrift
 
LineageMasterClientService.reinitializeFile_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
LineageMasterClientService.reportLostFile_args - Class in tachyon.thrift
 
LineageMasterClientService.reportLostFile_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
LineageMasterClientService.reportLostFile_result - Class in tachyon.thrift
 
LineageMasterClientService.reportLostFile_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
LineageMasterClientServiceHandler - Class in tachyon.master.lineage
This class is a Thrift handler for lineage master RPCs invoked by a Tachyon client.
LineageMasterClientServiceHandler(LineageMaster) - Constructor for class tachyon.master.lineage.LineageMasterClientServiceHandler
Creates a new instance of LineageMasterClientServiceHandler.
LineageStateUtils - Class in tachyon.master.lineage.meta
Utility methods for checking the state of lineage files.
LineageStore - Class in tachyon.master.lineage.meta
A store of lineages.
LineageStore(LineageIdGenerator) - Constructor for class tachyon.master.lineage.meta.LineageStore
Constructs the lineage store.
LineageStoreView - Class in tachyon.master.lineage.meta
This class exposes a readonly view of LineageStore to checkpoint schedulers and recompute planners.
LineageStoreView(LineageStore) - Constructor for class tachyon.master.lineage.meta.LineageStoreView
Creates a new instance of LineageStoreView.
LineageUtils - Class in tachyon.util
Utility methods for lineage.
LinearProbingIndex - Class in tachyon.client.keyvalue
Index structure using linear probing.
list(String) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
 
list(String) - Method in class tachyon.underfs.local.LocalUnderFileSystem
 
list(String) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
 
list(String) - Method in class tachyon.underfs.s3.S3UnderFileSystem
 
list(String) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
 
list(String) - Method in class tachyon.underfs.UnderFileSystem
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname.
listFiles(FileSystem, String) - Static method in class tachyon.client.TachyonFSTestUtils
Returns a list of files at a given path.
ListLineagesCommand - Class in tachyon.shell.command
Lists all the lineages.
ListLineagesCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.ListLineagesCommand
Constructs a new instance to list all the lineages.
listRecursive(String) - Method in class tachyon.underfs.UnderFileSystem
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname, and all of its subdirectories.
listStatus(TachyonURI) - Method in class tachyon.client.file.BaseFileSystem
 
listStatus(TachyonURI, ListStatusOptions) - Method in class tachyon.client.file.BaseFileSystem
 
listStatus(TachyonURI) - Method in interface tachyon.client.file.FileSystem
Convenience method for FileSystem.listStatus(TachyonURI, ListStatusOptions) with default options.
listStatus(TachyonURI, ListStatusOptions) - Method in interface tachyon.client.file.FileSystem
If the path is a directory, returns the URIStatus of all the direct entries in it.
listStatus(TachyonURI) - Method in class tachyon.client.file.FileSystemMasterClient
 
listStatus(String) - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
 
listStatus(String, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient
 
listStatus(String, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterClientService.AsyncIface
 
listStatus() - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.listStatus
 
listStatus(String) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
listStatus(String) - Method in interface tachyon.thrift.FileSystemMasterClientService.Iface
If the path points to a file, the method returns a singleton with its file information.
listStatus() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor.listStatus
 
listStatus_args() - Constructor for class tachyon.thrift.FileSystemMasterClientService.listStatus_args
 
listStatus_args(String) - Constructor for class tachyon.thrift.FileSystemMasterClientService.listStatus_args
 
listStatus_args(FileSystemMasterClientService.listStatus_args) - Constructor for class tachyon.thrift.FileSystemMasterClientService.listStatus_args
Performs a deep copy on other.
listStatus_call(String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.listStatus_call
 
listStatus_result() - Constructor for class tachyon.thrift.FileSystemMasterClientService.listStatus_result
 
listStatus_result(List<FileInfo>, TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterClientService.listStatus_result
 
listStatus_result(FileSystemMasterClientService.listStatus_result) - Constructor for class tachyon.thrift.FileSystemMasterClientService.listStatus_result
Performs a deep copy on other.
ListStatusOptions - Class in tachyon.client.file.options
Method option for listing the status.
listToString(List<T>) - Static method in class tachyon.util.CommonUtils
Converts a list of objects to a string.
LoadCommand - Class in tachyon.shell.command
Loads a file or directory in Tachyon space, makes it resident in memory.
LoadCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.LoadCommand
Constructs a new instance to load a file or directory in Tachyon space.
loadFromByteArray(ByteBuffer) - Static method in class tachyon.client.keyvalue.LinearProbingIndex
Creates an instance of linear probing index by loading its content from a buffer.
loadFromHadoopConfiguration(Configuration) - Static method in class tachyon.hadoop.ConfUtils
Loads TachyonConf from Hadoop Configuration source.
loadMetadata(TachyonURI) - Method in class tachyon.client.file.BaseFileSystem
 
loadMetadata(TachyonURI, LoadMetadataOptions) - Method in class tachyon.client.file.BaseFileSystem
 
loadMetadata(TachyonURI) - Method in interface tachyon.client.file.FileSystem
Convenience method for FileSystem.loadMetadata(TachyonURI, LoadMetadataOptions) with default options.
loadMetadata(TachyonURI, LoadMetadataOptions) - Method in interface tachyon.client.file.FileSystem
Loads metadata about a path in the UFS to Tachyon.
loadMetadata(TachyonURI, LoadMetadataOptions) - Method in class tachyon.client.file.FileSystemMasterClient
Loads the metadata of a file from the under file system.
loadMetadata(TachyonURI, boolean) - Method in class tachyon.master.file.FileSystemMaster
Loads metadata for the object identified by the given path from UFS into Tachyon.
loadMetadata(String, boolean) - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
 
loadMetadata(String, boolean, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient
 
loadMetadata(String, boolean, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterClientService.AsyncIface
 
loadMetadata() - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.loadMetadata
 
loadMetadata(String, boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
loadMetadata(String, boolean) - Method in interface tachyon.thrift.FileSystemMasterClientService.Iface
Loads metadata for the object identified by the given Tachyon path from UFS into Tachyon.
loadMetadata() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor.loadMetadata
 
loadMetadata_args() - Constructor for class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
 
loadMetadata_args(String, boolean) - Constructor for class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
 
loadMetadata_args(FileSystemMasterClientService.loadMetadata_args) - Constructor for class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
Performs a deep copy on other.
loadMetadata_call(String, boolean, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.loadMetadata_call
 
loadMetadata_result() - Constructor for class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
loadMetadata_result(long, TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
loadMetadata_result(FileSystemMasterClientService.loadMetadata_result) - Constructor for class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
Performs a deep copy on other.
LoadMetadataCommand - Class in tachyon.shell.command
Loads metadata for the given Tachyon path from UFS.
LoadMetadataCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.LoadMetadataCommand
Constructs a new instance to load metadata for the given Tachyon path from UFS.
LoadMetadataOptions - Class in tachyon.client.file.options
Method option for loading the metadata.
loadUfs(FileSystem, TachyonURI, TachyonURI, PrefixList, TachyonConf) - Static method in class tachyon.client.UfsUtils
Deprecated.
LocalBlockInStream - Class in tachyon.client.block
This class provides a streaming API to read a block in Tachyon.
LocalBlockInStream(long, long) - Constructor for class tachyon.client.block.LocalBlockInStream
Creates a new local block input stream.
LocalBlockOutStream - Class in tachyon.client.block
Provides a streaming API to write to a Tachyon block.
LocalBlockOutStream(long, long) - Constructor for class tachyon.client.block.LocalBlockOutStream
Creates a new local block output stream.
LocalFileBlockReader - Class in tachyon.worker.block.io
This class provides read access to a block data file locally stored in managed storage.
LocalFileBlockReader(String) - Constructor for class tachyon.worker.block.io.LocalFileBlockReader
Constructs a Block reader given the file path of the block.
LocalFileBlockWriter - Class in tachyon.worker.block.io
This class provides write access to a temp block data file locally stored in managed storage.
LocalFileBlockWriter(String) - Constructor for class tachyon.worker.block.io.LocalFileBlockWriter
Constructs a Block writer given the file path of the block.
LocalFilesystemCluster - Class in tachyon.underfs
The mock cluster for local file system as UnderFileSystemSingleLocal.
LocalFilesystemCluster(String, TachyonConf) - Constructor for class tachyon.underfs.LocalFilesystemCluster
 
LocalFirstPolicy - Class in tachyon.client.file.policy
A policy that returns local host first, and if the local worker doesn't have enough availability, it randomly picks a worker from the active workers list for each block write.
LocalFirstPolicy() - Constructor for class tachyon.client.file.policy.LocalFirstPolicy
Constructs a LocalFirstPolicy.
LocalTachyonCluster - Class in tachyon.master
Local Tachyon cluster for integration tests.
LocalTachyonCluster(long, int, int) - Constructor for class tachyon.master.LocalTachyonCluster
 
LocalTachyonClusterMultiMaster - Class in tachyon.master
A local Tachyon cluster with Multiple masters
LocalTachyonClusterMultiMaster(long, int, int) - Constructor for class tachyon.master.LocalTachyonClusterMultiMaster
 
LocalTachyonMaster - Class in tachyon.master
Constructs an isolated master.
LocalUnderFileSystem - Class in tachyon.underfs.local
Local FS UnderFileSystem implementation.
LocalUnderFileSystem(TachyonConf) - Constructor for class tachyon.underfs.local.LocalUnderFileSystem
Constructs a new LocalUnderFileSystem.
LocalUnderFileSystemFactory - Class in tachyon.underfs.local
Factory for creating LocalUnderFileSystem.
LocalUnderFileSystemFactory() - Constructor for class tachyon.underfs.local.LocalUnderFileSystemFactory
 
LocationCommand - Class in tachyon.shell.command
Displays a list of hosts that have the file specified in args stored.
LocationCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.LocationCommand
Constructs a new instance to display a list of hosts that have the file specified in args stored.
locations - Variable in class tachyon.thrift.BlockInfo
 
lockBlock(long) - Method in class tachyon.client.worker.BlockWorkerClient
Locks the block, therefore, the worker will not evict the block from the memory until it is unlocked.
lockBlock(long, long, AsyncMethodCallback) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient
 
lockBlock(long, long, AsyncMethodCallback) - Method in interface tachyon.thrift.BlockWorkerClientService.AsyncIface
 
lockBlock() - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.lockBlock
 
lockBlock(long, long) - Method in class tachyon.thrift.BlockWorkerClientService.Client
 
lockBlock(long, long) - Method in interface tachyon.thrift.BlockWorkerClientService.Iface
Locks the file in Tachyon's space while the session is reading it.
lockBlock() - Constructor for class tachyon.thrift.BlockWorkerClientService.Processor.lockBlock
 
lockBlock(long, long) - Method in class tachyon.worker.block.BlockDataManager
Obtains a read lock the block.
lockBlock(long, long, BlockLockType) - Method in class tachyon.worker.block.BlockLockManager
Locks a block.
lockBlock(long, long) - Method in class tachyon.worker.block.BlockWorkerClientServiceHandler
Locks the file in Tachyon's space while the session is reading it.
lockBlock(long, long) - Method in class tachyon.worker.block.TieredBlockStore
 
lockBlock_args() - Constructor for class tachyon.thrift.BlockWorkerClientService.lockBlock_args
 
lockBlock_args(long, long) - Constructor for class tachyon.thrift.BlockWorkerClientService.lockBlock_args
 
lockBlock_args(BlockWorkerClientService.lockBlock_args) - Constructor for class tachyon.thrift.BlockWorkerClientService.lockBlock_args
Performs a deep copy on other.
lockBlock_call(long, long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncClient.lockBlock_call
 
lockBlock_result() - Constructor for class tachyon.thrift.BlockWorkerClientService.lockBlock_result
 
lockBlock_result(LockBlockResult, TachyonTException) - Constructor for class tachyon.thrift.BlockWorkerClientService.lockBlock_result
 
lockBlock_result(BlockWorkerClientService.lockBlock_result) - Constructor for class tachyon.thrift.BlockWorkerClientService.lockBlock_result
Performs a deep copy on other.
LockBlockResult - Class in tachyon.thrift
 
LockBlockResult() - Constructor for class tachyon.thrift.LockBlockResult
 
LockBlockResult(long, String) - Constructor for class tachyon.thrift.LockBlockResult
 
LockBlockResult(LockBlockResult) - Constructor for class tachyon.thrift.LockBlockResult
Performs a deep copy on other.
LockBlockResult._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
lockId - Variable in class tachyon.thrift.LockBlockResult
 
LOG - Static variable in class tachyon.master.AbstractLocalTachyonCluster
 
LOGGER_TYPE - Static variable in class tachyon.Constants
 
login() - Method in class tachyon.security.login.AppLoginModule
Retrieves the user name by querying the property of Constants.SECURITY_LOGIN_USERNAME through AppCallbackHandler.
login() - Method in class tachyon.security.login.TachyonLoginModule
Authenticates the user (first phase).
LoginUser - Class in tachyon.security
A Singleton of LoginUser, which is an instance of User.
logout() - Method in class tachyon.security.login.AppLoginModule
Logs out the user
logout() - Method in class tachyon.security.login.TachyonLoginModule
Logs out the user.
logPerIteration(long, int, String, int) - Static method in class tachyon.examples.Performance
Write log information.
LOGS_DIR - Static variable in class tachyon.Constants
 
LRFUEvictor - Class in tachyon.worker.block.evictor
This class is used to evict blocks by LRFU.
LRFUEvictor(BlockMetadataManagerView, Allocator) - Constructor for class tachyon.worker.block.evictor.LRFUEvictor
Creates a new instance of LRFUEvictor.
LRUEvictor - Class in tachyon.worker.block.evictor
Implementation of an evictor which follows the least recently used algorithm.
LRUEvictor(BlockMetadataManagerView, Allocator) - Constructor for class tachyon.worker.block.evictor.LRUEvictor
Creates a new instance of LRUEvictor.
ls(TachyonURI, boolean) - Method in class tachyon.shell.command.AbstractLsCommand
Displays information for all directories and files directly under the path specified in args.
LS_FORMAT_CREATE_TIME - Static variable in class tachyon.Constants
 
LS_FORMAT_FILE_PATH - Static variable in class tachyon.Constants
 
LS_FORMAT_FILE_SIZE - Static variable in class tachyon.Constants
 
LS_FORMAT_FILE_TYPE - Static variable in class tachyon.Constants
 
LS_FORMAT_GROUP_NAME - Static variable in class tachyon.Constants
 
LS_FORMAT_PERMISSION - Static variable in class tachyon.Constants
 
LS_FORMAT_USER_NAME - Static variable in class tachyon.Constants
 
LsCommand - Class in tachyon.shell.command
Displays information for all directories and files directly under the path specified in args.
LsCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.LsCommand
Constructs a new instance to display information for all directories and files directly under the path specified in args.
LsrCommand - Class in tachyon.shell.command
Displays information for all directories and files under the path specified in args recursively.
LsrCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.LsrCommand
Constructs a new instance to display information for all directories and files under the path specified in args recursively.

M

mAdditionalMasters - Variable in class tachyon.master.TachyonMaster
A list of extra masters to launch based on service loader
mAddress - Variable in class tachyon.ClientBase
 
main(String[]) - Static method in class tachyon.client.UfsUtils
Starts the command line utility to load files under path "ufsAddress/ufsRootPath" (excluding excludePathPrefix) to the given tfs under the given tfsRootPath directory.
main(String[]) - Static method in class tachyon.examples.BasicCheckpoint
Example program for using checkpoints.
main(String[]) - Static method in class tachyon.examples.BasicNonByteBufferOperations
Usage: java -cp <TACHYON-VERSION> BasicNonByteBufferOperations <master address> <file path> <ReadType (CACHE_PROMOTE | CACHE | NO_CACHE)> <WriteType (MUST_CACHE | CACHE_THROUGH | THROUGH)> <delete file> <number of files>
main(String[]) - Static method in class tachyon.examples.BasicOperations
Usage: java -cp <TACHYON-VERSION> BasicOperations <ReadType (CACHE_PROMOTE | CACHE | NO_CACHE)> <WriteType (MUST_CACHE | CACHE_THROUGH | THROUGH | ASYNC_THROUGH)>
main(String[]) - Static method in class tachyon.examples.JournalCrashTest
Usage: java -cp tachyon-<TACHYON-VERSION>-jar-with-dependencies.jar tachyon.examples.JournalCrashTest
main(String[]) - Static method in class tachyon.examples.Performance
Usage: java -cp <TACHYON-VERSION> tachyon.examples.Performance <MasterIp> <FileNamePrefix> <WriteBlockSizeInBytes> <BlocksPerFile> <DebugMode:true/false> <Threads> <FilesPerThread> <TestCaseNumber> <BaseFileNumber>
main(String[]) - Static method in class tachyon.Format
Formats the Tachyon file system via java -cp %s tachyon.Format <MASTER/WORKER>.
main(String[]) - Static method in class tachyon.fuse.TachyonFuse
Running this class will mount the file system according to the options passed to this function TachyonFuse.parseOptions(String[]).
main(String[]) - Static method in class tachyon.master.journal.JournalTool
Reads a journal via java -cp \ assembly/target/tachyon-assemblies-<VERSION-OF-TACHYON>-jar-with-dependencies.jar \ tachyon.master.journal.JournalTool < journal/FileSystemMaster/log.out.
main(String[]) - Static method in class tachyon.master.TachyonMaster
Starts the Tachyon master server via java -cp <TACHYON-VERSION> tachyon.Master.
main(String[]) - Static method in class tachyon.shell.TfsShell
Main method, starts a new TfsShell.
main(String[]) - Static method in class tachyon.ValidateConf
Console program that validates the configuration.
main(String[]) - Static method in class tachyon.Version
Prints the version of the current build.
main(String[]) - Static method in class tachyon.worker.TachyonWorker
Main method for Tachyon Worker.
mAllocator - Variable in class tachyon.worker.block.evictor.EvictorBase
 
markBlockMoveIn(long, long) - Method in class tachyon.worker.block.meta.StorageDirView
Marks a block to move into this dir view, which is used by the evictor.
markBlockMoveOut(long, long) - Method in class tachyon.worker.block.meta.StorageDirView
Marks a block to move out of this dir view, which is used by the evictor.
Master - Interface in tachyon.master
This interface contains common operations for all masters.
MASTER_ADDRESS - Static variable in class tachyon.Constants
 
MASTER_BIND_HOST - Static variable in class tachyon.Constants
 
MASTER_CHECKPOINT_SCHEDULING - Static variable in class tachyon.heartbeat.HeartbeatContext
 
MASTER_COLUMN_FILE_PREFIX - Static variable in class tachyon.Constants
 
MASTER_COMMAND_SESSION_ID - Static variable in class tachyon.Sessions
 
MASTER_FILE_RECOMPUTATION - Static variable in class tachyon.heartbeat.HeartbeatContext
 
MASTER_FORMAT_FILE_PREFIX - Static variable in class tachyon.Constants
 
MASTER_HEARTBEAT_INTERVAL_MS - Static variable in class tachyon.Constants
 
MASTER_HOSTNAME - Static variable in class tachyon.Constants
 
MASTER_JOURNAL_FOLDER - Static variable in class tachyon.Constants
 
MASTER_JOURNAL_FORMATTER_CLASS - Static variable in class tachyon.Constants
 
MASTER_JOURNAL_LOG_SIZE_BYTES_MAX - Static variable in class tachyon.Constants
 
MASTER_JOURNAL_TAILER_SHUTDOWN_QUIET_WAIT_TIME_MS - Static variable in class tachyon.Constants
 
MASTER_JOURNAL_TAILER_SLEEP_TIME_MS - Static variable in class tachyon.Constants
 
MASTER_KEYTAB_KEY - Static variable in class tachyon.Constants
 
MASTER_LINEAGE_CHECKPOINT_CLASS - Static variable in class tachyon.Constants
 
MASTER_LINEAGE_CHECKPOINT_INTERVAL_MS - Static variable in class tachyon.Constants
 
MASTER_LINEAGE_RECOMPUTE_INTERVAL_MS - Static variable in class tachyon.Constants
 
MASTER_LINEAGE_RECOMPUTE_LOG_PATH - Static variable in class tachyon.Constants
 
MASTER_LOST_FILES_DETECTION - Static variable in class tachyon.heartbeat.HeartbeatContext
 
MASTER_LOST_WORKER_DETECTION - Static variable in class tachyon.heartbeat.HeartbeatContext
 
MASTER_PRINCIPAL_KEY - Static variable in class tachyon.Constants
 
MASTER_RETRY_COUNT - Static variable in class tachyon.Constants
 
MASTER_RPC_PORT - Static variable in class tachyon.Constants
 
MASTER_TIERED_STORE_GLOBAL_LEVEL_ALIAS_FORMAT - Static variable in class tachyon.Constants
 
MASTER_TIERED_STORE_GLOBAL_LEVELS - Static variable in class tachyon.Constants
 
MASTER_TTL_CHECK - Static variable in class tachyon.heartbeat.HeartbeatContext
 
MASTER_TTLCHECKER_INTERVAL_MS - Static variable in class tachyon.Constants
 
MASTER_WEB_BIND_HOST - Static variable in class tachyon.Constants
 
MASTER_WEB_HOSTNAME - Static variable in class tachyon.Constants
 
MASTER_WEB_PORT - Static variable in class tachyon.Constants
 
MASTER_WHITELIST - Static variable in class tachyon.Constants
 
MASTER_WORKER_THREADS_MAX - Static variable in class tachyon.Constants
 
MASTER_WORKER_THREADS_MIN - Static variable in class tachyon.Constants
 
MASTER_WORKER_TIMEOUT_MS - Static variable in class tachyon.Constants
 
MasterBase - Class in tachyon.master
This is the base class for all masters, and contains common functionality.
MasterBase(Journal, int) - Constructor for class tachyon.master.MasterBase
 
MasterBlockInfo - Class in tachyon.master.block.meta
The metadata for a Tachyon block, managed by the block master.
MasterBlockInfo(long, long) - Constructor for class tachyon.master.block.meta.MasterBlockInfo
Creates a new instance of MasterBlockInfo.
MasterBlockLocation - Class in tachyon.master.block.meta
The location of a Tachyon block.
MasterClientBase - Class in tachyon
The base class for master clients.
MasterClientBase(InetSocketAddress, TachyonConf) - Constructor for class tachyon.MasterClientBase
Creates a new master client base.
MasterContext - Class in tachyon.master
A MasterContext object stores TachyonConf.
MasterFactory - Interface in tachyon.master
Interface for factory of Master.
MasterSource - Class in tachyon.master
A MasterSource collects a Master's internal state.
MasterSource() - Constructor for class tachyon.master.MasterSource
 
MasterStorageTierAssoc - Class in tachyon
StorageTierAssoc for masters.
MasterStorageTierAssoc(TachyonConf) - Constructor for class tachyon.MasterStorageTierAssoc
 
MasterStorageTierAssoc(List<String>) - Constructor for class tachyon.MasterStorageTierAssoc
Creates a new instance of MasterStorageTierAssoc.
MasterUIWebServer - Class in tachyon.web
A master's UI web server.
MasterUIWebServer(NetworkAddressUtils.ServiceType, InetSocketAddress, TachyonMaster, TachyonConf) - Constructor for class tachyon.web.MasterUIWebServer
Creates a new instance of MasterUIWebServer.
MasterWorkerInfo - Class in tachyon.master.block.meta
Metadata for a Tachyon worker.
MasterWorkerInfo(long, NetAddress) - Constructor for class tachyon.master.block.meta.MasterWorkerInfo
Creates a new instance of MasterWorkerInfo.
match(String, String) - Static method in class tachyon.shell.TfsShellUtils
Returns whether or not filePath matches patternPath.
MAX_PROBES - Static variable in class tachyon.client.keyvalue.LinearProbingIndex
Max number of probes for linear probing
MaxFreeAllocator - Class in tachyon.worker.block.allocator
An allocator that allocates a block in the storage dir with most free space.
MaxFreeAllocator(BlockMetadataManagerView) - Constructor for class tachyon.worker.block.allocator.MaxFreeAllocator
Creates a new instance of MaxFreeAllocator.
MB - Static variable in class tachyon.Constants
 
mBaseDir - Variable in class tachyon.underfs.UnderFileSystemCluster
 
mBlockId - Variable in class tachyon.client.block.BufferedBlockInStream
The id of the block to which this instream provides access.
mBlockId - Variable in class tachyon.client.block.BufferedBlockOutStream
The block id of the block being written
mBlockId - Variable in class tachyon.worker.block.meta.BlockMetaBase
 
mBlockIsRead - Variable in class tachyon.client.block.BufferedBlockInStream
Flag indicating if the stream is read
mBlockMaster - Variable in class tachyon.master.TachyonMaster
The master managing all block metadata
mBlockMasterJournal - Variable in class tachyon.master.TachyonMaster
The journal for the block master
mBlockSize - Variable in class tachyon.client.block.BufferedBlockInStream
The size in bytes of the block.
mBlockSize - Variable in class tachyon.client.block.BufferedBlockOutStream
Size of the block
mBuf - Variable in class tachyon.examples.Performance.Worker
 
mBuffer - Variable in class tachyon.client.block.BufferedBlockInStream
Internal buffer to improve small read performance.
mBuffer - Variable in class tachyon.client.block.BufferedBlockOutStream
Java heap buffer to store writes before flushing them to the backing store.
mBytesWritten - Variable in class tachyon.client.OutStreamBase
The number of bytes written
mCanceled - Variable in class tachyon.client.file.FileOutStream
 
mClosed - Variable in class tachyon.client.block.BufferedBlockInStream
Flag indicating if the stream is closed, can only go from false to true.
mClosed - Variable in class tachyon.client.block.BufferedBlockOutStream
If the stream is closed, this can only go from false to true
mClosed - Variable in class tachyon.client.file.FileOutStream
 
mClosed - Variable in class tachyon.ClientBase
Is true if this client was closed by the user.
mConnected - Variable in class tachyon.ClientBase
Is true if this client is currently connected.
mContext - Variable in class tachyon.client.block.BufferedBlockOutStream
Block store context
mContext - Variable in class tachyon.client.lineage.AbstractLineageClient
 
mCurrentBlockOutStream - Variable in class tachyon.client.file.FileOutStream
 
mCurrentCapacity - Variable in class tachyon.resource.ResourcePool
 
mDir - Variable in class tachyon.worker.block.meta.BlockMetaBase
 
mDirectory - Variable in class tachyon.master.file.meta.Inode.Builder
 
mDirectory - Variable in class tachyon.master.file.meta.Inode
 
MECHANISM - Static variable in class tachyon.security.authentication.PlainSaslServerProvider
 
memoryCopyPartition() - Method in class tachyon.examples.Performance.GeneralWorker
Copies a partition in memory.
merge(TachyonURI, TachyonURI) - Method in class tachyon.client.keyvalue.BaseKeyValueStores
 
merge(TachyonURI, TachyonURI) - Method in interface tachyon.client.keyvalue.KeyValueStores
Merges one completed key-value store to another completed key-value store.
merge(TachyonConf) - Method in class tachyon.conf.TachyonConf
Merge the current configuration properties with another one.
MERGE_STORE_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
 
mergeAddMountPoint(File.AddMountPointEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.AddMountPointEntry add_mount_point = 2;
mergeAsyncPersistRequest(File.AsyncPersistRequestEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.AsyncPersistRequestEntry async_persist_request = 16;
mergeBlockContainerIdGenerator(Block.BlockContainerIdGeneratorEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3;
mergeBlockInfo(Block.BlockInfoEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.BlockInfoEntry block_info = 4;
mergeCompleteFile(File.CompleteFileEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CompleteFileEntry complete_file = 5;
mergeCompletePartition(KeyValue.CompletePartitionEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CompletePartitionEntry complete_partition = 21;
mergeCompleteStore(KeyValue.CompleteStoreEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CompleteStoreEntry complete_store = 22;
mergeCreateStore(KeyValue.CreateStoreEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CreateStoreEntry create_store = 23;
mergeDeleteFile(File.DeleteFileEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteFileEntry delete_file = 6;
mergeDeleteLineage(Lineage.DeleteLineageEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteLineageEntry delete_lineage = 7;
mergeDeleteMountPoint(File.DeleteMountPointEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteMountPointEntry delete_mount_point = 8;
mergeDeleteStore(KeyValue.DeleteStoreEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteStoreEntry delete_store = 25;
mergeFrom(Message) - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry.Builder
 
mergeFrom(Block.BlockContainerIdGeneratorEntry) - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry.Builder
 
mergeFrom(Message) - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
 
mergeFrom(Block.BlockInfoEntry) - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
 
mergeFrom(Message) - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
 
mergeFrom(File.AddMountPointEntry) - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
 
mergeFrom(Message) - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry.Builder
 
mergeFrom(File.AsyncPersistRequestEntry) - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry.Builder
 
mergeFrom(Message) - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
 
mergeFrom(File.CompleteFileEntry) - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
 
mergeFrom(Message) - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
 
mergeFrom(File.DeleteFileEntry) - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
 
mergeFrom(Message) - Method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
 
mergeFrom(File.DeleteMountPointEntry) - Method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
 
mergeFrom(Message) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
 
mergeFrom(File.InodeDirectoryEntry) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
 
mergeFrom(Message) - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
 
mergeFrom(File.InodeDirectoryIdGeneratorEntry) - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
 
mergeFrom(Message) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
 
mergeFrom(File.InodeFileEntry) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
 
mergeFrom(Message) - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
 
mergeFrom(File.InodeLastModificationTimeEntry) - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
 
mergeFrom(Message) - Method in class tachyon.proto.journal.File.PersistDirectoryEntry.Builder
 
mergeFrom(File.PersistDirectoryEntry) - Method in class tachyon.proto.journal.File.PersistDirectoryEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class tachyon.proto.journal.File.PersistDirectoryEntry.Builder
 
mergeFrom(Message) - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
 
mergeFrom(File.PersistFileEntry) - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
 
mergeFrom(Message) - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
 
mergeFrom(File.ReinitializeFileEntry) - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
 
mergeFrom(Message) - Method in class tachyon.proto.journal.File.RenameEntry.Builder
 
mergeFrom(File.RenameEntry) - Method in class tachyon.proto.journal.File.RenameEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class tachyon.proto.journal.File.RenameEntry.Builder
 
mergeFrom(Message) - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
 
mergeFrom(File.SetAclEntry) - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
 
mergeFrom(Message) - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
 
mergeFrom(File.SetStateEntry) - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
 
mergeFrom(Message) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
 
mergeFrom(Journal.JournalEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
 
mergeFrom(Message) - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
 
mergeFrom(KeyValue.CompletePartitionEntry) - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
 
mergeFrom(Message) - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry.Builder
 
mergeFrom(KeyValue.CompleteStoreEntry) - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry.Builder
 
mergeFrom(Message) - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry.Builder
 
mergeFrom(KeyValue.CreateStoreEntry) - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry.Builder
 
mergeFrom(Message) - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry.Builder
 
mergeFrom(KeyValue.DeleteStoreEntry) - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry.Builder
 
mergeFrom(Message) - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
 
mergeFrom(KeyValue.MergeStoreEntry) - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
 
mergeFrom(Message) - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
 
mergeFrom(Lineage.DeleteLineageEntry) - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
 
mergeFrom(Message) - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
 
mergeFrom(Lineage.LineageEntry) - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
 
mergeFrom(Message) - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry.Builder
 
mergeFrom(Lineage.LineageIdGeneratorEntry) - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry.Builder
 
mergeInodeDirectory(File.InodeDirectoryEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeDirectoryEntry inode_directory = 9;
mergeInodeDirectoryIdGenerator(File.InodeDirectoryIdGeneratorEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10;
mergeInodeFile(File.InodeFileEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeFileEntry inode_file = 11;
mergeInodeLastModificationTime(File.InodeLastModificationTimeEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12;
mergeLineage(Lineage.LineageEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.LineageEntry lineage = 13;
mergeLineageIdGenerator(Lineage.LineageIdGeneratorEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14;
mergeMergeStore(KeyValue.MergeStoreEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.MergeStoreEntry merge_store = 26;
mergePersistDirectory(File.PersistDirectoryEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.PersistDirectoryEntry persist_directory = 15;
mergeReinitializeFile(File.ReinitializeFileEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.ReinitializeFileEntry reinitialize_file = 18;
mergeRename(File.RenameEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.RenameEntry rename = 19;
mergeSetAcl(File.SetAclEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.SetAclEntry set_acl = 24;
mergeSetState(File.SetStateEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.SetStateEntry set_state = 20;
mergeStore(TachyonURI, TachyonURI) - Method in class tachyon.master.keyvalue.KeyValueMaster
Merges one completed key-value store to another completed key-value store.
mergeStore(String, String) - Method in class tachyon.master.keyvalue.KeyValueMasterClientServiceHandler
 
mergeStore(String, String, AsyncMethodCallback) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncClient
 
mergeStore(String, String, AsyncMethodCallback) - Method in interface tachyon.thrift.KeyValueMasterClientService.AsyncIface
 
mergeStore() - Constructor for class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.mergeStore
 
mergeStore(String, String) - Method in class tachyon.thrift.KeyValueMasterClientService.Client
 
mergeStore(String, String) - Method in interface tachyon.thrift.KeyValueMasterClientService.Iface
Merges one completed key-value store to another completed key-value store.
mergeStore() - Constructor for class tachyon.thrift.KeyValueMasterClientService.Processor.mergeStore
 
mergeStore_args() - Constructor for class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
 
mergeStore_args(String, String) - Constructor for class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
 
mergeStore_args(KeyValueMasterClientService.mergeStore_args) - Constructor for class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
Performs a deep copy on other.
mergeStore_call(String, String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.KeyValueMasterClientService.AsyncClient.mergeStore_call
 
mergeStore_result() - Constructor for class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
 
mergeStore_result(TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
 
mergeStore_result(KeyValueMasterClientService.mergeStore_result) - Constructor for class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
Performs a deep copy on other.
MESOS_RESOURCE_CPUS - Static variable in class tachyon.Constants
 
MESOS_RESOURCE_DISK - Static variable in class tachyon.Constants
 
MESOS_RESOURCE_MEM - Static variable in class tachyon.Constants
 
MESOS_RESOURCE_PORTS - Static variable in class tachyon.Constants
 
message - Variable in exception tachyon.thrift.TachyonTException
 
message - Variable in exception tachyon.thrift.ThriftIOException
 
metaDataMap - Static variable in class tachyon.thrift.BlockInfo
 
metaDataMap - Static variable in class tachyon.thrift.BlockLocation
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_args
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterClientService.getUsedBytes_args
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterWorkerService.commitBlock_result
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
 
metaDataMap - Static variable in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
 
metaDataMap - Static variable in class tachyon.thrift.BlockWorkerClientService.accessBlock_result
 
metaDataMap - Static variable in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
 
metaDataMap - Static variable in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
 
metaDataMap - Static variable in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
 
metaDataMap - Static variable in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
 
metaDataMap - Static variable in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
 
metaDataMap - Static variable in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
 
metaDataMap - Static variable in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
 
metaDataMap - Static variable in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
 
metaDataMap - Static variable in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
 
metaDataMap - Static variable in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
metaDataMap - Static variable in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
 
metaDataMap - Static variable in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
metaDataMap - Static variable in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
 
metaDataMap - Static variable in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
 
metaDataMap - Static variable in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
 
metaDataMap - Static variable in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result
 
metaDataMap - Static variable in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
 
metaDataMap - Static variable in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
 
metaDataMap - Static variable in class tachyon.thrift.Command
 
metaDataMap - Static variable in class tachyon.thrift.CommandLineJobInfo
 
metaDataMap - Static variable in class tachyon.thrift.CompleteFileTOptions
 
metaDataMap - Static variable in class tachyon.thrift.CreateDirectoryTOptions
 
metaDataMap - Static variable in class tachyon.thrift.CreateFileTOptions
 
metaDataMap - Static variable in class tachyon.thrift.DependencyInfo
 
metaDataMap - Static variable in class tachyon.thrift.FileBlockInfo
 
metaDataMap - Static variable in class tachyon.thrift.FileInfo
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemCommand
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemCommandOptions
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.createFile_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.createFile_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.free_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.free_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.mount_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.mount_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.remove_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.remove_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.rename_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.rename_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.setAttribute_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.unmount_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterClientService.unmount_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
 
metaDataMap - Static variable in class tachyon.thrift.JobConfInfo
 
metaDataMap - Static variable in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
 
metaDataMap - Static variable in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
 
metaDataMap - Static variable in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
 
metaDataMap - Static variable in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
 
metaDataMap - Static variable in class tachyon.thrift.KeyValueMasterClientService.createStore_args
 
metaDataMap - Static variable in class tachyon.thrift.KeyValueMasterClientService.createStore_result
 
metaDataMap - Static variable in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
 
metaDataMap - Static variable in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
 
metaDataMap - Static variable in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
 
metaDataMap - Static variable in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
 
metaDataMap - Static variable in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
 
metaDataMap - Static variable in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
 
metaDataMap - Static variable in class tachyon.thrift.KeyValueWorkerClientService.get_args
 
metaDataMap - Static variable in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
metaDataMap - Static variable in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
 
metaDataMap - Static variable in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
metaDataMap - Static variable in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
 
metaDataMap - Static variable in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
metaDataMap - Static variable in class tachyon.thrift.LineageInfo
 
metaDataMap - Static variable in class tachyon.thrift.LineageMasterClientService.createLineage_args
 
metaDataMap - Static variable in class tachyon.thrift.LineageMasterClientService.createLineage_result
 
metaDataMap - Static variable in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
 
metaDataMap - Static variable in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
 
metaDataMap - Static variable in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_args
 
metaDataMap - Static variable in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
 
metaDataMap - Static variable in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
 
metaDataMap - Static variable in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
 
metaDataMap - Static variable in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
 
metaDataMap - Static variable in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
 
metaDataMap - Static variable in class tachyon.thrift.LockBlockResult
 
metaDataMap - Static variable in class tachyon.thrift.PartitionInfo
 
metaDataMap - Static variable in class tachyon.thrift.PersistCommandOptions
 
metaDataMap - Static variable in class tachyon.thrift.PersistFile
 
metaDataMap - Static variable in class tachyon.thrift.RpcOptions
 
metaDataMap - Static variable in class tachyon.thrift.SetAclTOptions
 
metaDataMap - Static variable in class tachyon.thrift.SetAttributeTOptions
 
metaDataMap - Static variable in class tachyon.thrift.TachyonService.getServiceVersion_args
 
metaDataMap - Static variable in class tachyon.thrift.TachyonService.getServiceVersion_result
 
metaDataMap - Static variable in exception tachyon.thrift.TachyonTException
 
metaDataMap - Static variable in exception tachyon.thrift.ThriftIOException
 
metaDataMap - Static variable in class tachyon.thrift.WorkerInfo
 
metaDataMap - Static variable in class tachyon.thrift.WorkerNetAddress
 
metrics - Variable in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
the client metrics
METRICS_CONF_FILE - Static variable in class tachyon.Constants
 
MetricsConfig - Class in tachyon.metrics
Configurations used by the metrics system.
MetricsConfig(String) - Constructor for class tachyon.metrics.MetricsConfig
Creates a new MetricsConfig using the given config file.
MetricsConfig(Properties) - Constructor for class tachyon.metrics.MetricsConfig
Creates a new MetricsConfig using the given Properties.
MetricsServlet - Class in tachyon.metrics.sink
A sink that exposes metrics data in JSON format by HTTP.
MetricsServlet(Properties, MetricRegistry) - Constructor for class tachyon.metrics.sink.MetricsServlet
Creates a new MetricsServlet with a Properties and MetricRegistry.
MetricsSystem - Class in tachyon.metrics
A MetricsSystem is created by a specific instance(master, worker).
MetricsSystem(String, TachyonConf) - Constructor for class tachyon.metrics.MetricsSystem
Creates a MetricsSystem using the default metrics config.
MetricsSystem(String, MetricsConfig, TachyonConf) - Constructor for class tachyon.metrics.MetricsSystem
Creates a MetricsSystem using the given MetricsConfig.
mFileSystemMaster - Variable in class tachyon.master.TachyonMaster
The master managing all file system related metadata
mFileSystemMasterJournal - Variable in class tachyon.master.TachyonMaster
The journal for the file system master
mFlushedBytes - Variable in class tachyon.client.block.BufferedBlockOutStream
Number of bytes flushed to the under storage system.
mHostname - Variable in class tachyon.master.AbstractLocalTachyonCluster
 
mId - Variable in class tachyon.master.file.meta.Inode.Builder
 
MIGRATE_DATA_SESSION_ID - Static variable in class tachyon.Sessions
 
MINUTE_MS - Static variable in class tachyon.Constants
 
mkdir(TachyonURI, CreateDirectoryOptions) - Method in class tachyon.master.file.FileSystemMaster
Creates a directory for a given path.
MkdirCommand - Class in tachyon.shell.command
Creates a new directory specified by the path in args, including any parent folders that are required.
MkdirCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.MkdirCommand
Constructs a new instance to create a new directory.
mkdirIfNotExists(String, TachyonConf) - Static method in class tachyon.util.UnderFileSystemUtils
Attempts to create the directory if it does not already exist.
mkdirs(String, boolean) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
 
mkdirs(String, boolean) - Method in class tachyon.underfs.local.LocalUnderFileSystem
 
mkdirs(String, boolean) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
 
mkdirs(String, boolean) - Method in class tachyon.underfs.s3.S3UnderFileSystem
 
mkdirs(String, boolean) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
 
mkdirs(String, boolean) - Method in class tachyon.underfs.UnderFileSystem
Creates the directory named by this abstract pathname.
mLeft - Variable in class tachyon.examples.Performance.Worker
 
mLineageMaster - Variable in class tachyon.master.TachyonMaster
The master managing all lineage related metadata
mLineageMasterJournal - Variable in class tachyon.master.TachyonMaster
The journal for the lineage master
mLRUCache - Variable in class tachyon.worker.block.evictor.LRUEvictor
Access-ordered LinkedHashMap from blockId to LRUEvictor.UNUSED_MAP_VALUE(just a placeholder to occupy the value), acts as a LRU double linked list where most recently accessed element is put at the tail while least recently accessed element is put at the head.
mManagerView - Variable in class tachyon.worker.block.evictor.EvictorBase
 
mMasterConf - Variable in class tachyon.master.AbstractLocalTachyonCluster
 
mMasterServiceNames - Variable in class tachyon.master.AbstractLocalTachyonCluster
The names of all the master services, for creating journal folders.
mMaxCapacity - Variable in class tachyon.resource.ResourcePool
 
mMode - Variable in class tachyon.ClientBase
 
MostAvailableFirstPolicy - Class in tachyon.client.file.policy
A policy that returns the worker with the most available bytes.
MostAvailableFirstPolicy() - Constructor for class tachyon.client.file.policy.MostAvailableFirstPolicy
 
mount(TachyonURI, TachyonURI) - Method in class tachyon.client.file.BaseFileSystem
 
mount(TachyonURI, TachyonURI, MountOptions) - Method in class tachyon.client.file.BaseFileSystem
 
mount(TachyonURI, TachyonURI) - Method in interface tachyon.client.file.FileSystem
Convenience method for FileSystem.mount(TachyonURI, TachyonURI, MountOptions) with default options.
mount(TachyonURI, TachyonURI, MountOptions) - Method in interface tachyon.client.file.FileSystem
Mounts a UFS subtree to the given Tachyon path.
mount(TachyonURI, TachyonURI) - Method in class tachyon.client.file.FileSystemMasterClient
Mounts the given UFS path under the given Tachyon path.
mount(TachyonURI, TachyonURI) - Method in class tachyon.master.file.FileSystemMaster
Mounts a UFS path onto a Tachyon path.
mount(String, String) - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
 
mount(String, String, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient
 
mount(String, String, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterClientService.AsyncIface
 
mount() - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.mount
 
mount(String, String) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
mount(String, String) - Method in interface tachyon.thrift.FileSystemMasterClientService.Iface
Creates a new "mount point", mounts the given UFS path in the Tachyon namespace at the given path.
mount() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor.mount
 
mount_args() - Constructor for class tachyon.thrift.FileSystemMasterClientService.mount_args
 
mount_args(String, String) - Constructor for class tachyon.thrift.FileSystemMasterClientService.mount_args
 
mount_args(FileSystemMasterClientService.mount_args) - Constructor for class tachyon.thrift.FileSystemMasterClientService.mount_args
Performs a deep copy on other.
mount_call(String, String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.mount_call
 
mount_result() - Constructor for class tachyon.thrift.FileSystemMasterClientService.mount_result
 
mount_result(TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.FileSystemMasterClientService.mount_result
 
mount_result(FileSystemMasterClientService.mount_result) - Constructor for class tachyon.thrift.FileSystemMasterClientService.mount_result
Performs a deep copy on other.
MountCommand - Class in tachyon.shell.command
Mounts a UFS path onto a Tachyon path.
MountCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.MountCommand
 
MountOptions - Class in tachyon.client.file.options
Method option for mounting a path.
MountTable - Class in tachyon.master.file.meta
This class is used for keeping track of Tachyon mount points.
MountTable() - Constructor for class tachyon.master.file.meta.MountTable
Creates a new instance of MountTable.
move(String, String) - Static method in class tachyon.util.io.FileUtils
Moves file from one place to another, can across storage devices (e.g., from memory to SSD) when File.renameTo(java.io.File) may not work.
moveBlock(long, long, String) - Method in class tachyon.worker.block.BlockDataManager
Moves a block from its current location to a target location, currently only tier level moves are supported.
moveBlock(long, long, BlockStoreLocation) - Method in class tachyon.worker.block.TieredBlockStore
 
moveBlock(long, long, BlockStoreLocation, BlockStoreLocation) - Method in class tachyon.worker.block.TieredBlockStore
 
moveBlockMeta(BlockMeta, TempBlockMeta) - Method in class tachyon.worker.block.BlockMetadataManager
Moves an existing block to another location currently hold by a temp block.
moveBlockMeta(BlockMeta, BlockStoreLocation) - Method in class tachyon.worker.block.BlockMetadataManager
Deprecated.
mPreviousBlockOutStreams - Variable in class tachyon.client.file.FileOutStream
 
mProtocol - Variable in class tachyon.ClientBase
 
mQuotaUnitBytes - Variable in class tachyon.master.AbstractLocalTachyonCluster
 
mResources - Variable in class tachyon.resource.ResourcePool
 
mRight - Variable in class tachyon.examples.Performance.Worker
 
mServiceVersion - Variable in class tachyon.ClientBase
Stores the service version; used for detecting incompatible client-server pairs.
mTachyonConf - Variable in class tachyon.ClientBase
 
mTachyonConf - Variable in class tachyon.shell.command.AbstractTfsShellCommand
 
mTachyonConf - Variable in class tachyon.underfs.UnderFileSystem
 
mTachyonConf - Variable in class tachyon.underfs.UnderFileSystemCluster
 
mTachyonHome - Variable in class tachyon.master.AbstractLocalTachyonCluster
 
mTachyonStorageType - Variable in class tachyon.client.file.FileOutStream
 
mTfs - Variable in class tachyon.shell.command.AbstractTfsShellCommand
 
mUfsCluster - Variable in class tachyon.master.AbstractLocalTachyonCluster
 
mUri - Variable in class tachyon.client.file.FileOutStream
 
mUserBlockSize - Variable in class tachyon.master.AbstractLocalTachyonCluster
 
mUseZookeeper - Variable in class tachyon.MasterClientBase
Identifies whether the ZooKeeper service should be used for obtaining master address.
MUST_SET_PERSISTED - Static variable in class tachyon.exception.PreconditionMessage
 
MUST_SET_PINNED - Static variable in class tachyon.exception.PreconditionMessage
 
MUST_SET_TTL - Static variable in class tachyon.exception.PreconditionMessage
 
MvCommand - Class in tachyon.shell.command
Renames a file or directory specified by args.
MvCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.MvCommand
 
mWebAppContext - Variable in class tachyon.web.UIWebServer
 
mWorker - Variable in class tachyon.master.AbstractLocalTachyonCluster
 
mWorkerCapacityBytes - Variable in class tachyon.master.AbstractLocalTachyonCluster
 
mWorkerConf - Variable in class tachyon.master.AbstractLocalTachyonCluster
 
mWorkerId - Variable in class tachyon.examples.Performance.Worker
 
mWorkerThread - Variable in class tachyon.master.AbstractLocalTachyonCluster
 
mWrittenBytes - Variable in class tachyon.client.block.BufferedBlockOutStream
Number of bytes written, including unflushed bytes

N

name - Variable in class tachyon.thrift.FileInfo
 
NAME_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeDirectoryEntry
 
NAME_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeFileEntry
 
needPersistence(long) - Method in class tachyon.worker.file.FileDataManager
Checks if the given file needs persistence.
needRecompute(Lineage, FileSystemMasterView) - Static method in class tachyon.master.lineage.meta.LineageStateUtils
 
NetAddress - Class in tachyon.worker
The network address of a worker.
NetAddress(String, int, int, int) - Constructor for class tachyon.worker.NetAddress
Constructs the worker net address.
NetAddress(WorkerNetAddress) - Constructor for class tachyon.worker.NetAddress
Constructs the worker net address from thrift construct.
NettyClient - Class in tachyon.client.netty
Shared configuration and methods for the Netty client.
NettyClient() - Constructor for class tachyon.client.netty.NettyClient
 
NettyDataServer - Class in tachyon.worker.netty
Runs a netty data server that responds to block requests.
NettyDataServer(InetSocketAddress, BlockDataManager, TachyonConf) - Constructor for class tachyon.worker.netty.NettyDataServer
Creates a new instance of NettyDataServer.
NettyRemoteBlockReader - Class in tachyon.client.netty
Read data from remote data server using Netty.
NettyRemoteBlockReader() - Constructor for class tachyon.client.netty.NettyRemoteBlockReader
Creates a new NettyRemoteBlockReader.
NettyRemoteBlockWriter - Class in tachyon.client.netty
Write data to a remote data server using Netty.
NettyRemoteBlockWriter() - Constructor for class tachyon.client.netty.NettyRemoteBlockWriter
Creates a new NettyRemoteBlockWriter.
NettyUtils - Class in tachyon.util.network
Utility methods for working with Netty.
NETWORK_HOST_RESOLUTION_TIMEOUT_MS - Static variable in class tachyon.Constants
 
NetworkAddressUtils - Class in tachyon.util.network
Common network address related utilities shared by all components in Tachyon.
NetworkAddressUtils.ServiceType - Enum in tachyon.util.network
Different types of services that client uses to connect.
newBlockMetadataManager() - Static method in class tachyon.worker.block.BlockMetadataManager
Factory method to create BlockMetadataManager.
newBuilder() - Static method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
 
newBuilder(Block.BlockContainerIdGeneratorEntry) - Static method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
 
newBuilder() - Static method in class tachyon.proto.journal.Block.BlockInfoEntry
 
newBuilder(Block.BlockInfoEntry) - Static method in class tachyon.proto.journal.Block.BlockInfoEntry
 
newBuilder() - Static method in class tachyon.proto.journal.File.AddMountPointEntry
 
newBuilder(File.AddMountPointEntry) - Static method in class tachyon.proto.journal.File.AddMountPointEntry
 
newBuilder() - Static method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
 
newBuilder(File.AsyncPersistRequestEntry) - Static method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
 
newBuilder() - Static method in class tachyon.proto.journal.File.CompleteFileEntry
 
newBuilder(File.CompleteFileEntry) - Static method in class tachyon.proto.journal.File.CompleteFileEntry
 
newBuilder() - Static method in class tachyon.proto.journal.File.DeleteFileEntry
 
newBuilder(File.DeleteFileEntry) - Static method in class tachyon.proto.journal.File.DeleteFileEntry
 
newBuilder() - Static method in class tachyon.proto.journal.File.DeleteMountPointEntry
 
newBuilder(File.DeleteMountPointEntry) - Static method in class tachyon.proto.journal.File.DeleteMountPointEntry
 
newBuilder() - Static method in class tachyon.proto.journal.File.InodeDirectoryEntry
 
newBuilder(File.InodeDirectoryEntry) - Static method in class tachyon.proto.journal.File.InodeDirectoryEntry
 
newBuilder() - Static method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
 
newBuilder(File.InodeDirectoryIdGeneratorEntry) - Static method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
 
newBuilder() - Static method in class tachyon.proto.journal.File.InodeFileEntry
 
newBuilder(File.InodeFileEntry) - Static method in class tachyon.proto.journal.File.InodeFileEntry
 
newBuilder() - Static method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
 
newBuilder(File.InodeLastModificationTimeEntry) - Static method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
 
newBuilder() - Static method in class tachyon.proto.journal.File.PersistDirectoryEntry
 
newBuilder(File.PersistDirectoryEntry) - Static method in class tachyon.proto.journal.File.PersistDirectoryEntry
 
newBuilder() - Static method in class tachyon.proto.journal.File.PersistFileEntry
 
newBuilder(File.PersistFileEntry) - Static method in class tachyon.proto.journal.File.PersistFileEntry
 
newBuilder() - Static method in class tachyon.proto.journal.File.ReinitializeFileEntry
 
newBuilder(File.ReinitializeFileEntry) - Static method in class tachyon.proto.journal.File.ReinitializeFileEntry
 
newBuilder() - Static method in class tachyon.proto.journal.File.RenameEntry
 
newBuilder(File.RenameEntry) - Static method in class tachyon.proto.journal.File.RenameEntry
 
newBuilder() - Static method in class tachyon.proto.journal.File.SetAclEntry
 
newBuilder(File.SetAclEntry) - Static method in class tachyon.proto.journal.File.SetAclEntry
 
newBuilder() - Static method in class tachyon.proto.journal.File.SetStateEntry
 
newBuilder(File.SetStateEntry) - Static method in class tachyon.proto.journal.File.SetStateEntry
 
newBuilder() - Static method in class tachyon.proto.journal.Journal.JournalEntry
 
newBuilder(Journal.JournalEntry) - Static method in class tachyon.proto.journal.Journal.JournalEntry
 
newBuilder() - Static method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
 
newBuilder(KeyValue.CompletePartitionEntry) - Static method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
 
newBuilder() - Static method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
 
newBuilder(KeyValue.CompleteStoreEntry) - Static method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
 
newBuilder() - Static method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
 
newBuilder(KeyValue.CreateStoreEntry) - Static method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
 
newBuilder() - Static method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
 
newBuilder(KeyValue.DeleteStoreEntry) - Static method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
 
newBuilder() - Static method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
 
newBuilder(KeyValue.MergeStoreEntry) - Static method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
 
newBuilder() - Static method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
 
newBuilder(Lineage.DeleteLineageEntry) - Static method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
 
newBuilder() - Static method in class tachyon.proto.journal.Lineage.LineageEntry
 
newBuilder(Lineage.LineageEntry) - Static method in class tachyon.proto.journal.Lineage.LineageEntry
 
newBuilder() - Static method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
 
newBuilder(Lineage.LineageIdGeneratorEntry) - Static method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
 
newBuilderForType() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
 
newBuilderForType() - Method in class tachyon.proto.journal.Block.BlockInfoEntry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class tachyon.proto.journal.Block.BlockInfoEntry
 
newBuilderForType() - Method in class tachyon.proto.journal.File.AddMountPointEntry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class tachyon.proto.journal.File.AddMountPointEntry
 
newBuilderForType() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
 
newBuilderForType() - Method in class tachyon.proto.journal.File.CompleteFileEntry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class tachyon.proto.journal.File.CompleteFileEntry
 
newBuilderForType() - Method in class tachyon.proto.journal.File.DeleteFileEntry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class tachyon.proto.journal.File.DeleteFileEntry
 
newBuilderForType() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class tachyon.proto.journal.File.DeleteMountPointEntry
 
newBuilderForType() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
 
newBuilderForType() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
 
newBuilderForType() - Method in class tachyon.proto.journal.File.InodeFileEntry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class tachyon.proto.journal.File.InodeFileEntry
 
newBuilderForType() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
 
newBuilderForType() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class tachyon.proto.journal.File.PersistDirectoryEntry
 
newBuilderForType() - Method in class tachyon.proto.journal.File.PersistFileEntry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class tachyon.proto.journal.File.PersistFileEntry
 
newBuilderForType() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
 
newBuilderForType() - Method in class tachyon.proto.journal.File.RenameEntry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class tachyon.proto.journal.File.RenameEntry
 
newBuilderForType() - Method in class tachyon.proto.journal.File.SetAclEntry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class tachyon.proto.journal.File.SetAclEntry
 
newBuilderForType() - Method in class tachyon.proto.journal.File.SetStateEntry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class tachyon.proto.journal.File.SetStateEntry
 
newBuilderForType() - Method in class tachyon.proto.journal.Journal.JournalEntry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class tachyon.proto.journal.Journal.JournalEntry
 
newBuilderForType() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
 
newBuilderForType() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
 
newBuilderForType() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
 
newBuilderForType() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
 
newBuilderForType() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
 
newBuilderForType() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
 
newBuilderForType() - Method in class tachyon.proto.journal.Lineage.LineageEntry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class tachyon.proto.journal.Lineage.LineageEntry
 
newBuilderForType() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
 
newByteArrayFromByteBuffer(ByteBuffer) - Static method in class tachyon.util.io.BufferUtils
Creates a byte array from the given ByteBuffer, the position property of input ByteBuffer remains unchanged.
newInstance() - Static method in class tachyon.replay.ReplayCache
Creates a cache with default maximum size and key expiration time.
newInstance(long, long) - Static method in class tachyon.replay.ReplayCache
Creates a cache with the given maximum size and key expiration time.
newStorageDir(StorageTier, int, long, String) - Static method in class tachyon.worker.block.meta.StorageDir
Factory method to create StorageDir.
newStorageTier(String) - Static method in class tachyon.worker.block.meta.StorageTier
Factory method to create StorageTier.
newTestConf() - Method in class tachyon.master.AbstractLocalTachyonCluster
Creates a default TachyonConf for testing.
next() - Method in interface tachyon.client.keyvalue.KeyValueIterator
 
next() - Method in class tachyon.client.keyvalue.KeyValueStoreIterator
 
NEXT_CONTAINER_ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
 
nextKey(ByteBuffer, PayloadReader) - Method in interface tachyon.client.keyvalue.Index
Gets the next key relative to the current provided key.
nextKey(ByteBuffer, PayloadReader) - Method in class tachyon.client.keyvalue.LinearProbingIndex
 
NIODataServer - Class in tachyon.worker.nio
The server to serve data file read requests from remote machines.
NIODataServer(InetSocketAddress, BlockDataManager, TachyonConf) - Constructor for class tachyon.worker.nio.NIODataServer
Creates a data server with direct access to worker storage.
NO_PARENT - Static variable in class tachyon.master.file.meta.InodeTree
Value to be used for an inode with no parent.
NO_TTL - Static variable in class tachyon.Constants
 
not() - Method in enum tachyon.security.authorization.FileSystemAction
 
NoWorkerException - Exception in tachyon.exception
The exception thrown when a worker does not exist, i.e.
NoWorkerException(String) - Constructor for exception tachyon.exception.NoWorkerException
Constructs a new exception with the specified detail message.
NoWorkerException(String, Throwable) - Constructor for exception tachyon.exception.NoWorkerException
Constructs a new exception with the specified detail message and cause.
NoWorkerException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.NoWorkerException
Constructs a new exception with the specified exception message and multiple parameters.
NoWorkerException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.NoWorkerException
Constructs a new exception with the specified exception message, the cause and multiple parameters.
numKeys - Variable in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
maximum number of keys to get

O

offset - Variable in class tachyon.thrift.FileBlockInfo
 
onAbortBlock(long, long) - Method in class tachyon.worker.block.BlockMetricsReporter
 
onAbortBlock(long, long) - Method in interface tachyon.worker.block.BlockStoreEventListener
Actions when aborting a temporary block.
onAbortBlock(long, long) - Method in class tachyon.worker.block.BlockStoreEventListenerBase
 
onAccessBlock(long, long) - Method in class tachyon.worker.block.BlockMetricsReporter
 
onAccessBlock(long, long) - Method in interface tachyon.worker.block.BlockStoreEventListener
Actions when accessing a block.
onAccessBlock(long, long) - Method in class tachyon.worker.block.BlockStoreEventListenerBase
 
onAccessBlock(long, long) - Method in class tachyon.worker.block.evictor.LRFUEvictor
 
onAccessBlock(long, long) - Method in class tachyon.worker.block.evictor.LRUEvictor
 
onCommitBlock(long, long, BlockStoreLocation) - Method in interface tachyon.worker.block.BlockStoreEventListener
Actions when committing a temporary block to a BlockStoreLocation.
onCommitBlock(long, long, BlockStoreLocation) - Method in class tachyon.worker.block.BlockStoreEventListenerBase
 
onCommitBlock(long, long, BlockStoreLocation) - Method in class tachyon.worker.block.evictor.LRFUEvictor
 
onCommitBlock(long, long, BlockStoreLocation) - Method in class tachyon.worker.block.evictor.LRUEvictor
 
onMoveBlockByClient(long, long, BlockStoreLocation, BlockStoreLocation) - Method in class tachyon.worker.block.BlockHeartbeatReporter
 
onMoveBlockByClient(long, long, BlockStoreLocation, BlockStoreLocation) - Method in class tachyon.worker.block.BlockMetricsReporter
 
onMoveBlockByClient(long, long, BlockStoreLocation, BlockStoreLocation) - Method in interface tachyon.worker.block.BlockStoreEventListener
Actions when moving a block by a client from a BlockStoreLocation to another.
onMoveBlockByClient(long, long, BlockStoreLocation, BlockStoreLocation) - Method in class tachyon.worker.block.BlockStoreEventListenerBase
 
onMoveBlockByWorker(long, long, BlockStoreLocation, BlockStoreLocation) - Method in class tachyon.worker.block.BlockHeartbeatReporter
 
onMoveBlockByWorker(long, long, BlockStoreLocation, BlockStoreLocation) - Method in class tachyon.worker.block.BlockMetricsReporter
 
onMoveBlockByWorker(long, long, BlockStoreLocation, BlockStoreLocation) - Method in interface tachyon.worker.block.BlockStoreEventListener
Actions when moving a block by a worker from a BlockStoreLocation to another.
onMoveBlockByWorker(long, long, BlockStoreLocation, BlockStoreLocation) - Method in class tachyon.worker.block.BlockStoreEventListenerBase
 
onRemoveBlockByClient(long, long) - Method in class tachyon.worker.block.BlockHeartbeatReporter
 
onRemoveBlockByClient(long, long) - Method in class tachyon.worker.block.BlockMetricsReporter
 
onRemoveBlockByClient(long, long) - Method in interface tachyon.worker.block.BlockStoreEventListener
Actions when removing an existing block.
onRemoveBlockByClient(long, long) - Method in class tachyon.worker.block.BlockStoreEventListenerBase
 
onRemoveBlockByClient(long, long) - Method in class tachyon.worker.block.evictor.LRFUEvictor
 
onRemoveBlockByClient(long, long) - Method in class tachyon.worker.block.evictor.LRUEvictor
 
onRemoveBlockByWorker(long, long) - Method in class tachyon.worker.block.BlockHeartbeatReporter
 
onRemoveBlockByWorker(long, long) - Method in class tachyon.worker.block.BlockMetricsReporter
 
onRemoveBlockByWorker(long, long) - Method in interface tachyon.worker.block.BlockStoreEventListener
Actions when removing an existing block by worker.
onRemoveBlockByWorker(long, long) - Method in class tachyon.worker.block.BlockStoreEventListenerBase
 
onRemoveBlockByWorker(long, long) - Method in class tachyon.worker.block.evictor.LRFUEvictor
 
onRemoveBlockByWorker(long, long) - Method in class tachyon.worker.block.evictor.LRUEvictor
 
onRemoveBlockFromIterator(long) - Method in class tachyon.worker.block.evictor.EvictorBase
Performs additional cleanup when a block is removed from the iterator returned by EvictorBase.getBlockIterator().
onRemoveBlockFromIterator(long) - Method in class tachyon.worker.block.evictor.LRFUEvictor
 
onRemoveBlockFromIterator(long) - Method in class tachyon.worker.block.evictor.LRUEvictor
 
onResponseReceived(RPCResponse) - Method in interface tachyon.client.netty.ClientHandler.ResponseListener
This method will be called when a message is received on the client.
onResponseReceived(RPCResponse) - Method in class tachyon.client.netty.SingleResponseListener
 
OP_TIME_MS_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.CompleteFileEntry
 
OP_TIME_MS_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.DeleteFileEntry
 
OP_TIME_MS_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.PersistFileEntry
 
OP_TIME_MS_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.RenameEntry
 
OP_TIME_MS_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.SetAclEntry
 
OP_TIME_MS_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.SetStateEntry
 
open(TachyonURI) - Method in class tachyon.client.keyvalue.BaseKeyValueStores
 
open(TachyonURI) - Method in interface tachyon.client.keyvalue.KeyValueStores
Gets a reader to access a key-value store.
open(InetSocketAddress, long, long) - Method in class tachyon.client.netty.NettyRemoteBlockWriter
 
open(InetSocketAddress, long, long) - Method in interface tachyon.client.RemoteBlockWriter
Opens a block writer to a data server.
open(String) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
 
open(String) - Method in class tachyon.underfs.local.LocalUnderFileSystem
 
open(String) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
 
open(String) - Method in class tachyon.underfs.s3.S3UnderFileSystem
 
open(String) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
 
open(String) - Method in class tachyon.underfs.UnderFileSystem
Opens an InputStream at the indicated path.
openFile(TachyonURI) - Method in class tachyon.client.file.BaseFileSystem
 
openFile(TachyonURI, OpenFileOptions) - Method in class tachyon.client.file.BaseFileSystem
 
openFile(TachyonURI) - Method in interface tachyon.client.file.FileSystem
Convenience method for FileSystem.openFile(TachyonURI, OpenFileOptions) with default options.
openFile(TachyonURI, OpenFileOptions) - Method in interface tachyon.client.file.FileSystem
Opens a file for reading.
OpenFileOptions - Class in tachyon.client.file.options
Method options for opening a file for reading.
option(String[], int, String) - Static method in class tachyon.examples.Utils
Provides the options to show in the usage for a String.
option(String[], int, boolean) - Static method in class tachyon.examples.Utils
Provides the options to show in the usage for a boolean.
option(String[], int, int) - Static method in class tachyon.examples.Utils
Provides the options to show in the usage for an int.
option(String[], int, ReadType) - Static method in class tachyon.examples.Utils
Provides the options to show in the usage for a ReadType.
option(String[], int, TachyonStorageType) - Static method in class tachyon.examples.Utils
Provides the options to show in the usage for a TachyonStorageType.
option(String[], int, UnderStorageType) - Static method in class tachyon.examples.Utils
Provides the options to show in the usage for a UnderStorageType.
option(String[], int, WriteType) - Static method in class tachyon.examples.Utils
Provides the options to show in the usage for a WriteType.
options - Variable in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
the method options
options - Variable in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
the method options
options - Variable in class tachyon.thrift.FileSystemMasterClientService.createFile_args
the options for creating the file
options - Variable in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
the method options
options - Variable in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
the method options
or(FileSystemAction) - Method in enum tachyon.security.authorization.FileSystemAction
 
OS_LOGIN_MODULE_NAME - Static variable in class tachyon.security.login.TachyonJaasProperties
Login module according to different OS type
OS_NAME - Static variable in class tachyon.util.OSUtils
The OS name
OS_PRINCIPAL_CLASS_NAME - Static variable in class tachyon.security.login.TachyonJaasProperties
Class name of Principal according to different OS type
OSS_ACCESS_KEY - Static variable in class tachyon.Constants
 
OSS_ENDPOINT_KEY - Static variable in class tachyon.Constants
 
OSS_SECRET_KEY - Static variable in class tachyon.Constants
 
OSSInputStream - Class in tachyon.underfs.oss
A stream for reading a file from OSS.
OSSOutputStream - Class in tachyon.underfs.oss
A stream for writing a file into OSS.
OSSOutputStream(String, String, OSSClient) - Constructor for class tachyon.underfs.oss.OSSOutputStream
Creates a name instance of OSSOutputStream.
OSSUnderFileSystem - Class in tachyon.underfs.oss
Aliyun OSS UnderFileSystem implementation.
OSSUnderFileSystem(String, TachyonConf) - Constructor for class tachyon.underfs.oss.OSSUnderFileSystem
 
OSSUnderFileSystemFactory - Class in tachyon.underfs.oss
Factory for creating OSSUnderFileSystem.
OSSUnderFileSystemFactory() - Constructor for class tachyon.underfs.oss.OSSUnderFileSystemFactory
 
OSUtils - Class in tachyon.util
OS related utility functions
outList(String) - Method in class tachyon.collections.PrefixList
Checks whether a prefix of path is not in the prefix list.
OUTPUT_FILE_IDS_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Lineage.LineageEntry
 
outputFile - Variable in class tachyon.thrift.JobConfInfo
 
outputFiles - Variable in class tachyon.thrift.LineageInfo
 
outputFiles - Variable in class tachyon.thrift.LineageMasterClientService.createLineage_args
the list of output files
OutStreamBase - Class in tachyon.client
An abstraction of the output stream API in Tachyon to write data to a file or a block.
OutStreamBase() - Constructor for class tachyon.client.OutStreamBase
 
OutStreamOptions - Class in tachyon.client.file.options
Method option for writing a file.
owner - Variable in class tachyon.thrift.SetAclTOptions
 

P

Pair<T1,T2> - Class in tachyon.collections
A pair representation defined by two elements (of type First and type Second).
Pair(T1, T2) - Constructor for class tachyon.collections.Pair
Constructs and initializes a Pair specified by the two input elements.
parametersToString(Object...) - Static method in class tachyon.util.FormatUtils
Parses a list of Objects into a String.
PARENT_ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeDirectoryEntry
 
PARENT_ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeFileEntry
 
parents - Variable in class tachyon.thrift.LineageInfo
 
parse(TachyonURI, TachyonConf) - Static method in class tachyon.underfs.UnderFileSystem
Transform an input string like hdfs://host:port/dir, hdfs://host:port, file:///dir, /dir into a pair of address and path.
parseDelimitedFrom(InputStream) - Static method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
 
parseDelimitedFrom(InputStream) - Static method in class tachyon.proto.journal.Block.BlockInfoEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.Block.BlockInfoEntry
 
parseDelimitedFrom(InputStream) - Static method in class tachyon.proto.journal.File.AddMountPointEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.AddMountPointEntry
 
parseDelimitedFrom(InputStream) - Static method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
 
parseDelimitedFrom(InputStream) - Static method in class tachyon.proto.journal.File.CompleteFileEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.CompleteFileEntry
 
parseDelimitedFrom(InputStream) - Static method in class tachyon.proto.journal.File.DeleteFileEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.DeleteFileEntry
 
parseDelimitedFrom(InputStream) - Static method in class tachyon.proto.journal.File.DeleteMountPointEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.DeleteMountPointEntry
 
parseDelimitedFrom(InputStream) - Static method in class tachyon.proto.journal.File.InodeDirectoryEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.InodeDirectoryEntry
 
parseDelimitedFrom(InputStream) - Static method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
 
parseDelimitedFrom(InputStream) - Static method in class tachyon.proto.journal.File.InodeFileEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.InodeFileEntry
 
parseDelimitedFrom(InputStream) - Static method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
 
parseDelimitedFrom(InputStream) - Static method in class tachyon.proto.journal.File.PersistDirectoryEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.PersistDirectoryEntry
 
parseDelimitedFrom(InputStream) - Static method in class tachyon.proto.journal.File.PersistFileEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.PersistFileEntry
 
parseDelimitedFrom(InputStream) - Static method in class tachyon.proto.journal.File.ReinitializeFileEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.ReinitializeFileEntry
 
parseDelimitedFrom(InputStream) - Static method in class tachyon.proto.journal.File.RenameEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.RenameEntry
 
parseDelimitedFrom(InputStream) - Static method in class tachyon.proto.journal.File.SetAclEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.SetAclEntry
 
parseDelimitedFrom(InputStream) - Static method in class tachyon.proto.journal.File.SetStateEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.SetStateEntry
 
parseDelimitedFrom(InputStream) - Static method in class tachyon.proto.journal.Journal.JournalEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.Journal.JournalEntry
 
parseDelimitedFrom(InputStream) - Static method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
 
parseDelimitedFrom(InputStream) - Static method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
 
parseDelimitedFrom(InputStream) - Static method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
 
parseDelimitedFrom(InputStream) - Static method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
 
parseDelimitedFrom(InputStream) - Static method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
 
parseDelimitedFrom(InputStream) - Static method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
 
parseDelimitedFrom(InputStream) - Static method in class tachyon.proto.journal.Lineage.LineageEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.Lineage.LineageEntry
 
parseDelimitedFrom(InputStream) - Static method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
 
parseExecResult(BufferedReader) - Method in class tachyon.util.ShellUtils
Parse the execution result
parseFrom(ByteString) - Static method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
 
parseFrom(byte[]) - Static method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
 
parseFrom(InputStream) - Static method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
 
parseFrom(CodedInputStream) - Static method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
 
parseFrom(ByteString) - Static method in class tachyon.proto.journal.Block.BlockInfoEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.Block.BlockInfoEntry
 
parseFrom(byte[]) - Static method in class tachyon.proto.journal.Block.BlockInfoEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class tachyon.proto.journal.Block.BlockInfoEntry
 
parseFrom(InputStream) - Static method in class tachyon.proto.journal.Block.BlockInfoEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.Block.BlockInfoEntry
 
parseFrom(CodedInputStream) - Static method in class tachyon.proto.journal.Block.BlockInfoEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.Block.BlockInfoEntry
 
parseFrom(ByteString) - Static method in class tachyon.proto.journal.File.AddMountPointEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.AddMountPointEntry
 
parseFrom(byte[]) - Static method in class tachyon.proto.journal.File.AddMountPointEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.AddMountPointEntry
 
parseFrom(InputStream) - Static method in class tachyon.proto.journal.File.AddMountPointEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.AddMountPointEntry
 
parseFrom(CodedInputStream) - Static method in class tachyon.proto.journal.File.AddMountPointEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.AddMountPointEntry
 
parseFrom(ByteString) - Static method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
 
parseFrom(byte[]) - Static method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
 
parseFrom(InputStream) - Static method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
 
parseFrom(CodedInputStream) - Static method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
 
parseFrom(ByteString) - Static method in class tachyon.proto.journal.File.CompleteFileEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.CompleteFileEntry
 
parseFrom(byte[]) - Static method in class tachyon.proto.journal.File.CompleteFileEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.CompleteFileEntry
 
parseFrom(InputStream) - Static method in class tachyon.proto.journal.File.CompleteFileEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.CompleteFileEntry
 
parseFrom(CodedInputStream) - Static method in class tachyon.proto.journal.File.CompleteFileEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.CompleteFileEntry
 
parseFrom(ByteString) - Static method in class tachyon.proto.journal.File.DeleteFileEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.DeleteFileEntry
 
parseFrom(byte[]) - Static method in class tachyon.proto.journal.File.DeleteFileEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.DeleteFileEntry
 
parseFrom(InputStream) - Static method in class tachyon.proto.journal.File.DeleteFileEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.DeleteFileEntry
 
parseFrom(CodedInputStream) - Static method in class tachyon.proto.journal.File.DeleteFileEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.DeleteFileEntry
 
parseFrom(ByteString) - Static method in class tachyon.proto.journal.File.DeleteMountPointEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.DeleteMountPointEntry
 
parseFrom(byte[]) - Static method in class tachyon.proto.journal.File.DeleteMountPointEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.DeleteMountPointEntry
 
parseFrom(InputStream) - Static method in class tachyon.proto.journal.File.DeleteMountPointEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.DeleteMountPointEntry
 
parseFrom(CodedInputStream) - Static method in class tachyon.proto.journal.File.DeleteMountPointEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.DeleteMountPointEntry
 
parseFrom(ByteString) - Static method in class tachyon.proto.journal.File.InodeDirectoryEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.InodeDirectoryEntry
 
parseFrom(byte[]) - Static method in class tachyon.proto.journal.File.InodeDirectoryEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.InodeDirectoryEntry
 
parseFrom(InputStream) - Static method in class tachyon.proto.journal.File.InodeDirectoryEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.InodeDirectoryEntry
 
parseFrom(CodedInputStream) - Static method in class tachyon.proto.journal.File.InodeDirectoryEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.InodeDirectoryEntry
 
parseFrom(ByteString) - Static method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
 
parseFrom(byte[]) - Static method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
 
parseFrom(InputStream) - Static method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
 
parseFrom(CodedInputStream) - Static method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
 
parseFrom(ByteString) - Static method in class tachyon.proto.journal.File.InodeFileEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.InodeFileEntry
 
parseFrom(byte[]) - Static method in class tachyon.proto.journal.File.InodeFileEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.InodeFileEntry
 
parseFrom(InputStream) - Static method in class tachyon.proto.journal.File.InodeFileEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.InodeFileEntry
 
parseFrom(CodedInputStream) - Static method in class tachyon.proto.journal.File.InodeFileEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.InodeFileEntry
 
parseFrom(ByteString) - Static method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
 
parseFrom(byte[]) - Static method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
 
parseFrom(InputStream) - Static method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
 
parseFrom(CodedInputStream) - Static method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
 
parseFrom(ByteString) - Static method in class tachyon.proto.journal.File.PersistDirectoryEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.PersistDirectoryEntry
 
parseFrom(byte[]) - Static method in class tachyon.proto.journal.File.PersistDirectoryEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.PersistDirectoryEntry
 
parseFrom(InputStream) - Static method in class tachyon.proto.journal.File.PersistDirectoryEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.PersistDirectoryEntry
 
parseFrom(CodedInputStream) - Static method in class tachyon.proto.journal.File.PersistDirectoryEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.PersistDirectoryEntry
 
parseFrom(ByteString) - Static method in class tachyon.proto.journal.File.PersistFileEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.PersistFileEntry
 
parseFrom(byte[]) - Static method in class tachyon.proto.journal.File.PersistFileEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.PersistFileEntry
 
parseFrom(InputStream) - Static method in class tachyon.proto.journal.File.PersistFileEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.PersistFileEntry
 
parseFrom(CodedInputStream) - Static method in class tachyon.proto.journal.File.PersistFileEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.PersistFileEntry
 
parseFrom(ByteString) - Static method in class tachyon.proto.journal.File.ReinitializeFileEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.ReinitializeFileEntry
 
parseFrom(byte[]) - Static method in class tachyon.proto.journal.File.ReinitializeFileEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.ReinitializeFileEntry
 
parseFrom(InputStream) - Static method in class tachyon.proto.journal.File.ReinitializeFileEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.ReinitializeFileEntry
 
parseFrom(CodedInputStream) - Static method in class tachyon.proto.journal.File.ReinitializeFileEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.ReinitializeFileEntry
 
parseFrom(ByteString) - Static method in class tachyon.proto.journal.File.RenameEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.RenameEntry
 
parseFrom(byte[]) - Static method in class tachyon.proto.journal.File.RenameEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.RenameEntry
 
parseFrom(InputStream) - Static method in class tachyon.proto.journal.File.RenameEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.RenameEntry
 
parseFrom(CodedInputStream) - Static method in class tachyon.proto.journal.File.RenameEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.RenameEntry
 
parseFrom(ByteString) - Static method in class tachyon.proto.journal.File.SetAclEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.SetAclEntry
 
parseFrom(byte[]) - Static method in class tachyon.proto.journal.File.SetAclEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.SetAclEntry
 
parseFrom(InputStream) - Static method in class tachyon.proto.journal.File.SetAclEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.SetAclEntry
 
parseFrom(CodedInputStream) - Static method in class tachyon.proto.journal.File.SetAclEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.SetAclEntry
 
parseFrom(ByteString) - Static method in class tachyon.proto.journal.File.SetStateEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.SetStateEntry
 
parseFrom(byte[]) - Static method in class tachyon.proto.journal.File.SetStateEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.SetStateEntry
 
parseFrom(InputStream) - Static method in class tachyon.proto.journal.File.SetStateEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.SetStateEntry
 
parseFrom(CodedInputStream) - Static method in class tachyon.proto.journal.File.SetStateEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.File.SetStateEntry
 
parseFrom(ByteString) - Static method in class tachyon.proto.journal.Journal.JournalEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.Journal.JournalEntry
 
parseFrom(byte[]) - Static method in class tachyon.proto.journal.Journal.JournalEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class tachyon.proto.journal.Journal.JournalEntry
 
parseFrom(InputStream) - Static method in class tachyon.proto.journal.Journal.JournalEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.Journal.JournalEntry
 
parseFrom(CodedInputStream) - Static method in class tachyon.proto.journal.Journal.JournalEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.Journal.JournalEntry
 
parseFrom(ByteString) - Static method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
 
parseFrom(byte[]) - Static method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
 
parseFrom(InputStream) - Static method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
 
parseFrom(CodedInputStream) - Static method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
 
parseFrom(ByteString) - Static method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
 
parseFrom(byte[]) - Static method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
 
parseFrom(InputStream) - Static method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
 
parseFrom(CodedInputStream) - Static method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
 
parseFrom(ByteString) - Static method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
 
parseFrom(byte[]) - Static method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
 
parseFrom(InputStream) - Static method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
 
parseFrom(CodedInputStream) - Static method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
 
parseFrom(ByteString) - Static method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
 
parseFrom(byte[]) - Static method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
 
parseFrom(InputStream) - Static method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
 
parseFrom(CodedInputStream) - Static method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
 
parseFrom(ByteString) - Static method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
 
parseFrom(byte[]) - Static method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
 
parseFrom(InputStream) - Static method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
 
parseFrom(CodedInputStream) - Static method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
 
parseFrom(ByteString) - Static method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
 
parseFrom(byte[]) - Static method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
 
parseFrom(InputStream) - Static method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
 
parseFrom(CodedInputStream) - Static method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
 
parseFrom(ByteString) - Static method in class tachyon.proto.journal.Lineage.LineageEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.Lineage.LineageEntry
 
parseFrom(byte[]) - Static method in class tachyon.proto.journal.Lineage.LineageEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class tachyon.proto.journal.Lineage.LineageEntry
 
parseFrom(InputStream) - Static method in class tachyon.proto.journal.Lineage.LineageEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.Lineage.LineageEntry
 
parseFrom(CodedInputStream) - Static method in class tachyon.proto.journal.Lineage.LineageEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.Lineage.LineageEntry
 
parseFrom(ByteString) - Static method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
 
parseFrom(byte[]) - Static method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
 
parseFrom(InputStream) - Static method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
 
parseFrom(CodedInputStream) - Static method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
 
parseInetSocketAddress(String) - Static method in class tachyon.util.network.NetworkAddressUtils
Parses InetSocketAddress from a String.
PARSER - Static variable in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
 
PARSER - Static variable in class tachyon.proto.journal.Block.BlockInfoEntry
 
PARSER - Static variable in class tachyon.proto.journal.File.AddMountPointEntry
 
PARSER - Static variable in class tachyon.proto.journal.File.AsyncPersistRequestEntry
 
PARSER - Static variable in class tachyon.proto.journal.File.CompleteFileEntry
 
PARSER - Static variable in class tachyon.proto.journal.File.DeleteFileEntry
 
PARSER - Static variable in class tachyon.proto.journal.File.DeleteMountPointEntry
 
PARSER - Static variable in class tachyon.proto.journal.File.InodeDirectoryEntry
 
PARSER - Static variable in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
 
PARSER - Static variable in class tachyon.proto.journal.File.InodeFileEntry
 
PARSER - Static variable in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
 
PARSER - Static variable in class tachyon.proto.journal.File.PersistDirectoryEntry
 
PARSER - Static variable in class tachyon.proto.journal.File.PersistFileEntry
 
PARSER - Static variable in class tachyon.proto.journal.File.ReinitializeFileEntry
 
PARSER - Static variable in class tachyon.proto.journal.File.RenameEntry
 
PARSER - Static variable in class tachyon.proto.journal.File.SetAclEntry
 
PARSER - Static variable in class tachyon.proto.journal.File.SetStateEntry
 
PARSER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
 
PARSER - Static variable in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
 
PARSER - Static variable in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
 
PARSER - Static variable in class tachyon.proto.journal.KeyValue.CreateStoreEntry
 
PARSER - Static variable in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
 
PARSER - Static variable in class tachyon.proto.journal.KeyValue.MergeStoreEntry
 
PARSER - Static variable in class tachyon.proto.journal.Lineage.DeleteLineageEntry
 
PARSER - Static variable in class tachyon.proto.journal.Lineage.LineageEntry
 
PARSER - Static variable in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
 
parseSpaceSize(String) - Static method in class tachyon.util.FormatUtils
Parses a String size to Bytes.
PartialLRUEvictor - Class in tachyon.worker.block.evictor
This class is used to evict old blocks in certain StorageDir by LRU.
PartialLRUEvictor(BlockMetadataManagerView, Allocator) - Constructor for class tachyon.worker.block.evictor.PartialLRUEvictor
Creates a new instance of PartialLRUEvictor.
PartitionInfo - Class in tachyon.thrift
 
PartitionInfo() - Constructor for class tachyon.thrift.PartitionInfo
 
PartitionInfo(ByteBuffer, ByteBuffer, long) - Constructor for class tachyon.thrift.PartitionInfo
 
PartitionInfo(PartitionInfo) - Constructor for class tachyon.thrift.PartitionInfo
Performs a deep copy on other.
PartitionInfo._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
path - Variable in class tachyon.thrift.FileInfo
 
path - Variable in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
the path of the file
path - Variable in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
the path of the directory
path - Variable in class tachyon.thrift.FileSystemMasterClientService.createFile_args
the path of the file
path - Variable in class tachyon.thrift.FileSystemMasterClientService.free_args
the path of the file or directory
path - Variable in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
the path of the file
path - Variable in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
the path of the file
path - Variable in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
the path of the file or directory
path - Variable in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
the path of the file or directory
path - Variable in class tachyon.thrift.FileSystemMasterClientService.remove_args
the path of the file or directory
path - Variable in class tachyon.thrift.FileSystemMasterClientService.rename_args
the path of the file or directory
path - Variable in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
the path of the file
path - Variable in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
the path of a file or directory
path - Variable in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
the path of the file or directory
path - Variable in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
the path of the store
path - Variable in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
the path of the store
path - Variable in class tachyon.thrift.KeyValueMasterClientService.createStore_args
the path of the store
path - Variable in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
the path of the store
path - Variable in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
the path of the store
path - Variable in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
the path of the file
path - Variable in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
the path of the file
PATH_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.ReinitializeFileEntry
 
PATH_STRING_COMPARE - Static variable in class tachyon.web.UIFileInfo
Provides ordering of UIFileInfo based off a string comparison of the absolute paths.
PathUtils - Class in tachyon.util.io
Utilities related to both Tachyon paths like TachyonURI and local file paths.
PayloadReader - Interface in tachyon.client.keyvalue
Interface to access keys and values from the payload buffer.
PayloadWriter - Interface in tachyon.client.keyvalue
Interface to write to the payload buffer.
PB - Static variable in class tachyon.Constants
 
Performance - Class in tachyon.examples
Example to show the performance of Tachyon.
Performance() - Constructor for class tachyon.examples.Performance
 
Performance.GeneralWorker - Class in tachyon.examples
A general worker.
Performance.HdfsWorker - Class in tachyon.examples
A worker for HDFS.
Performance.TachyonReadWorker - Class in tachyon.examples
A worker in Tachyon for read operations.
Performance.TachyonWriterWorker - Class in tachyon.examples
A worker in Tachyon for write operations.
Performance.Worker - Class in tachyon.examples
Base class for workers used in this example.
periodicHeartbeat() - Method in class tachyon.client.worker.BlockWorkerClient
Called only by WorkerClientHeartbeatExecutor, encapsulates BlockWorkerClient.sessionHeartbeat() in order to cancel and cleanup the heartbeating thread in case of failures
permission - Variable in class tachyon.thrift.FileInfo
 
permission - Variable in class tachyon.thrift.SetAclTOptions
 
PERMISSION_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeDirectoryEntry
 
PERMISSION_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeFileEntry
 
PERMISSION_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.SetAclEntry
 
PermissionStatus - Class in tachyon.security.authorization
The permission status for a file or directory.
PermissionStatus(String, String, FileSystemPermission) - Constructor for class tachyon.security.authorization.PermissionStatus
Constructs an instance of PermissionStatus
PermissionStatus(String, String, short) - Constructor for class tachyon.security.authorization.PermissionStatus
Constructs an instance of PermissionStatus.
PERSIST_DIRECTORY_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
 
PERSIST_ONLY_FOR_FILE - Static variable in class tachyon.exception.PreconditionMessage
 
PersistCommand - Class in tachyon.shell.command
Persists a file or directory currently stored only in Tachyon to the UnderFileSystem
PersistCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.PersistCommand
 
PersistCommandOptions - Class in tachyon.thrift
 
PersistCommandOptions() - Constructor for class tachyon.thrift.PersistCommandOptions
 
PersistCommandOptions(List<PersistFile>) - Constructor for class tachyon.thrift.PersistCommandOptions
 
PersistCommandOptions(PersistCommandOptions) - Constructor for class tachyon.thrift.PersistCommandOptions
Performs a deep copy on other.
PersistCommandOptions._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
persisted - Variable in class tachyon.thrift.CreateDirectoryTOptions
 
persisted - Variable in class tachyon.thrift.CreateFileTOptions
 
persisted - Variable in class tachyon.thrift.SetAttributeTOptions
 
PERSISTED_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.SetStateEntry
 
persistedFiles - Variable in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
the list of persisted files
PERSISTENCE_STATE_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeDirectoryEntry
 
PERSISTENCE_STATE_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeFileEntry
 
PersistenceState - Enum in tachyon.master.file.meta
The persistence state of a file in the under-storage system.
persistenceState - Variable in class tachyon.thrift.FileInfo
 
persistFile(FileSystem, TachyonURI, URIStatus, TachyonConf) - Static method in class tachyon.client.file.FileSystemUtils
Persist the given file to the under file system.
PersistFile - Class in tachyon.thrift
 
PersistFile() - Constructor for class tachyon.thrift.PersistFile
 
PersistFile(long, List<Long>) - Constructor for class tachyon.thrift.PersistFile
 
PersistFile(PersistFile) - Constructor for class tachyon.thrift.PersistFile
Performs a deep copy on other.
persistFile(long, List<Long>) - Method in class tachyon.worker.file.FileDataManager
Persists the blocks of a file into the under file system.
PersistFile._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
persistFiles - Variable in class tachyon.thrift.PersistCommandOptions
 
persistOptions(PersistCommandOptions) - Static method in class tachyon.thrift.FileSystemCommandOptions
 
PinCommand - Class in tachyon.shell.command
Pins the given file or folder (recursively pinning all children if a folder).
PinCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.PinCommand
 
PinListSync - Class in tachyon.worker.block
PinListSync periodically syncs the set of pinned inodes from master, and saves the new pinned inodes to the BlockDataManager.
PinListSync(BlockDataManager, FileSystemMasterClient) - Constructor for class tachyon.worker.block.PinListSync
Creates a new instance of PinListSync.
pinned - Variable in class tachyon.thrift.SetAttributeTOptions
 
PINNED_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeDirectoryEntry
 
PINNED_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeFileEntry
 
PINNED_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.SetStateEntry
 
PipelineHandler - Class in tachyon.worker.netty
Adds the block server's pipeline into the channel.
PipelineHandler(DataServerHandler) - Constructor for class tachyon.worker.netty.PipelineHandler
 
PlainClientCallbackHandler(String, String) - Constructor for class tachyon.security.authentication.PlainSaslUtils.PlainClientCallbackHandler
Constructs a new client side callback.
PlainSaslServer - Class in tachyon.security.authentication
This class provides PLAIN SASL authentication.
PlainSaslServer.AuthorizedClientUser - Class in tachyon.security.authentication
An instance of this class represents a client user connecting to Tachyon service.
PlainSaslServer.PlainServerCallbackHandler - Class in tachyon.security.authentication
PlainSaslServer.PlainServerCallbackHandler is used by the SASL mechanisms to get further information to complete the authentication.
PlainSaslServerFactory() - Constructor for class tachyon.security.authentication.PlainSaslServerProvider.PlainSaslServerFactory
 
PlainSaslServerProvider - Class in tachyon.security.authentication
The Java SunSASL provider supports CRAM-MD5, DIGEST-MD5 and GSSAPI mechanisms on the server side.
PlainSaslServerProvider() - Constructor for class tachyon.security.authentication.PlainSaslServerProvider
Constructs a new provider for the SASL server when using the PLAIN mechanism.
PlainSaslServerProvider.PlainSaslServerFactory - Class in tachyon.security.authentication
This class is used to create an instances of PlainSaslServer.
PlainSaslUtils - Class in tachyon.security.authentication
Because the Java SunSASL provider doesn't support the server-side PLAIN mechanism.
PlainSaslUtils() - Constructor for class tachyon.security.authentication.PlainSaslUtils
 
PlainSaslUtils.PlainClientCallbackHandler - Class in tachyon.security.authentication
A client side callback to put application provided username/password into SASL transport.
PlainServerCallbackHandler(AuthenticationProvider) - Constructor for class tachyon.security.authentication.PlainSaslServer.PlainServerCallbackHandler
Constructs a new callback handler.
plan() - Method in class tachyon.master.lineage.recompute.RecomputePlanner
 
PreconditionMessage - Class in tachyon.exception
Precondition messages used across Tachyon.
PrefixList - Class in tachyon.collections
Prefix list is used by PinList and WhiteList to do file filtering.
PrefixList(List<String>) - Constructor for class tachyon.collections.PrefixList
Prefix list is used by PinList and WhiteList to do file filtering.
PrefixList(String, String) - Constructor for class tachyon.collections.PrefixList
Prefix list is used by PinList and WhiteList to do file filtering.
prepareConfiguration(String, TachyonConf, Configuration) - Method in class tachyon.underfs.glusterfs.GlusterFSUnderFileSystem
 
prepareConfiguration(String, TachyonConf, Configuration) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
Prepares the Hadoop configuration necessary to successfully obtain a FileSystem instance that can access the provided path
printPassInfo(boolean) - Static method in class tachyon.examples.Utils
Prints information of the test result.
printUsage() - Static method in class tachyon.client.UfsUtils
Prints an example usage of the command line.
processJournalCheckpoint(JournalInputStream) - Method in class tachyon.master.block.BlockMaster
 
processJournalCheckpoint(boolean) - Method in class tachyon.master.journal.JournalTailer
Loads and (optionally) processes the journal checkpoint file.
processJournalCheckpoint(JournalInputStream) - Method in interface tachyon.master.Master
Processes the journal checkpoint file and applies the entries to the master.
processJournalCheckpoint(JournalInputStream) - Method in class tachyon.master.MasterBase
 
processJournalEntry(Journal.JournalEntry) - Method in class tachyon.master.block.BlockMaster
 
processJournalEntry(Journal.JournalEntry) - Method in class tachyon.master.file.FileSystemMaster
 
processJournalEntry(Journal.JournalEntry) - Method in class tachyon.master.keyvalue.KeyValueMaster
 
processJournalEntry(Journal.JournalEntry) - Method in class tachyon.master.lineage.LineageMaster
 
processJournalEntry(Journal.JournalEntry) - Method in interface tachyon.master.Master
Processes a journal entry and applies it to the master.
processNextJournalLogFiles() - Method in class tachyon.master.journal.JournalTailer
Processes all the next completed journal log files.
Processor(I) - Constructor for class tachyon.thrift.BlockMasterClientService.Processor
 
Processor(I, Map<String, ProcessFunction<I, ? extends TBase>>) - Constructor for class tachyon.thrift.BlockMasterClientService.Processor
 
Processor(I) - Constructor for class tachyon.thrift.BlockMasterWorkerService.Processor
 
Processor(I, Map<String, ProcessFunction<I, ? extends TBase>>) - Constructor for class tachyon.thrift.BlockMasterWorkerService.Processor
 
Processor(I) - Constructor for class tachyon.thrift.BlockWorkerClientService.Processor
 
Processor(I, Map<String, ProcessFunction<I, ? extends TBase>>) - Constructor for class tachyon.thrift.BlockWorkerClientService.Processor
 
Processor(I) - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor
 
Processor(I, Map<String, ProcessFunction<I, ? extends TBase>>) - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor
 
Processor(I) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.Processor
 
Processor(I, Map<String, ProcessFunction<I, ? extends TBase>>) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.Processor
 
Processor(I) - Constructor for class tachyon.thrift.KeyValueMasterClientService.Processor
 
Processor(I, Map<String, ProcessFunction<I, ? extends TBase>>) - Constructor for class tachyon.thrift.KeyValueMasterClientService.Processor
 
Processor(I) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.Processor
 
Processor(I, Map<String, ProcessFunction<I, ? extends TBase>>) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.Processor
 
Processor(I) - Constructor for class tachyon.thrift.LineageMasterClientService.Processor
 
Processor(I, Map<String, ProcessFunction<I, ? extends TBase>>) - Constructor for class tachyon.thrift.LineageMasterClientService.Processor
 
Processor(I) - Constructor for class tachyon.thrift.TachyonService.Processor
 
Processor(I, Map<String, ProcessFunction<I, ? extends TBase>>) - Constructor for class tachyon.thrift.TachyonService.Processor
 
PROCESSOR_BIT - Static variable in class tachyon.util.OSUtils
The processor bit
promote(long) - Method in class tachyon.client.block.TachyonBlockStore
Attempts to promote a block in Tachyon space.
promoteBlock(long) - Method in class tachyon.client.worker.BlockWorkerClient
Promotes block back to the top StorageTier
promoteBlock(long, AsyncMethodCallback) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient
 
promoteBlock(long, AsyncMethodCallback) - Method in interface tachyon.thrift.BlockWorkerClientService.AsyncIface
 
promoteBlock() - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.promoteBlock
 
promoteBlock(long) - Method in class tachyon.thrift.BlockWorkerClientService.Client
 
promoteBlock(long) - Method in interface tachyon.thrift.BlockWorkerClientService.Iface
Used to promote block on under storage layer to top storage layer when there are more than one storage layers in Tachyon's space.
promoteBlock() - Constructor for class tachyon.thrift.BlockWorkerClientService.Processor.promoteBlock
 
promoteBlock(long) - Method in class tachyon.worker.block.BlockWorkerClientServiceHandler
Used to promote block on under storage layer to top storage layer when there are more than one storage layers in Tachyon's space.
promoteBlock_args() - Constructor for class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
 
promoteBlock_args(long) - Constructor for class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
 
promoteBlock_args(BlockWorkerClientService.promoteBlock_args) - Constructor for class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
Performs a deep copy on other.
promoteBlock_call(long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncClient.promoteBlock_call
 
promoteBlock_result() - Constructor for class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
promoteBlock_result(boolean, TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
promoteBlock_result(BlockWorkerClientService.promoteBlock_result) - Constructor for class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
Performs a deep copy on other.
ProtoBufJournalFormatter - Class in tachyon.master.journal
Reads and writes protocol buffer journal entries.
ProtoBufJournalFormatter() - Constructor for class tachyon.master.journal.ProtoBufJournalFormatter
 
PROVIDER_NAME - Static variable in class tachyon.security.authentication.PlainSaslServerProvider
 
PROVIDER_VERSION - Static variable in class tachyon.security.authentication.PlainSaslServerProvider
 
providesStorage() - Method in class tachyon.underfs.UnderFileSystem
Checks whether the underFS provides storage
PublicApi - Annotation Type in tachyon.annotation
A public API annotation for annotating classes and interfaces that are externally facing.
put(byte[], byte[], PayloadWriter) - Method in interface tachyon.client.keyvalue.Index
Puts a key into the index and stores key and value data into payload storage.
put(byte[], byte[]) - Method in interface tachyon.client.keyvalue.KeyValuePartitionWriter
Adds a key and the associated value to this writer.
put(byte[], byte[]) - Method in interface tachyon.client.keyvalue.KeyValueStoreWriter
Adds a key and its associated value to this store.
put(ByteBuffer, ByteBuffer) - Method in interface tachyon.client.keyvalue.KeyValueStoreWriter
Adds a key and its associated value to this store.
put(byte[], byte[], PayloadWriter) - Method in class tachyon.client.keyvalue.LinearProbingIndex
 
put(Access, String) - Static method in class tachyon.underfs.swift.http.SwiftDirectClient
Swift HTTP PUT request.
putIntByteBuffer(ByteBuffer, int) - Static method in class tachyon.util.io.BufferUtils
Puts a byte (the first byte of an integer) into a ByteBuffer.
putToAddedBlocksOnTiers(String, List<Long>) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
putToCurrentBlocksOnTiers(String, List<Long>) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
putToTotalBytesOnTiers(String, long) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
putToUsedBytesOnTiers(String, long) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
putToUsedBytesOnTiers(String, long) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 

R

read() - Method in class tachyon.client.block.BufferedBlockInStream
 
read(byte[]) - Method in class tachyon.client.block.BufferedBlockInStream
 
read(byte[], int, int) - Method in class tachyon.client.block.BufferedBlockInStream
 
read() - Method in class tachyon.client.block.UnderStoreBlockInStream
 
read(byte[]) - Method in class tachyon.client.block.UnderStoreBlockInStream
 
read(byte[], int, int) - Method in class tachyon.client.block.UnderStoreBlockInStream
 
read() - Method in class tachyon.client.file.FileInStream
 
read(byte[]) - Method in class tachyon.client.file.FileInStream
 
read(byte[], int, int) - Method in class tachyon.client.file.FileInStream
 
read() - Method in class tachyon.hadoop.HdfsFileInputStream
 
read(byte[]) - Method in class tachyon.hadoop.HdfsFileInputStream
 
read(byte[], int, int) - Method in class tachyon.hadoop.HdfsFileInputStream
 
read(long, byte[], int, int) - Method in class tachyon.hadoop.HdfsFileInputStream
 
read(TProtocol) - Method in class tachyon.thrift.BlockInfo
 
read(TProtocol) - Method in class tachyon.thrift.BlockLocation
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_args
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_args
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_result
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
 
read(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
 
read(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_result
 
read(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
 
read(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
 
read(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
 
read(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
 
read(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
 
read(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
 
read(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
 
read(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
 
read(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
 
read(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
read(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
 
read(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
read(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
 
read(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
 
read(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
 
read(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result
 
read(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
 
read(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
 
read(TProtocol) - Method in class tachyon.thrift.Command
 
read(TProtocol) - Method in class tachyon.thrift.CommandLineJobInfo
 
read(TProtocol) - Method in class tachyon.thrift.CompleteFileTOptions
 
read(TProtocol) - Method in class tachyon.thrift.CreateDirectoryTOptions
 
read(TProtocol) - Method in class tachyon.thrift.CreateFileTOptions
 
read(TProtocol) - Method in class tachyon.thrift.DependencyInfo
 
read(TProtocol) - Method in class tachyon.thrift.FileBlockInfo
 
read(TProtocol) - Method in class tachyon.thrift.FileInfo
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemCommand
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
 
read(TProtocol) - Method in class tachyon.thrift.JobConfInfo
 
read(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
 
read(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
 
read(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
 
read(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
 
read(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
 
read(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
 
read(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
 
read(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
 
read(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
 
read(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
 
read(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
 
read(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
 
read(TProtocol) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
 
read(TProtocol) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
read(TProtocol) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
 
read(TProtocol) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
read(TProtocol) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
 
read(TProtocol) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
read(TProtocol) - Method in class tachyon.thrift.LineageInfo
 
read(TProtocol) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
 
read(TProtocol) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
 
read(TProtocol) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
 
read(TProtocol) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
 
read(TProtocol) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_args
 
read(TProtocol) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
 
read(TProtocol) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
 
read(TProtocol) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
 
read(TProtocol) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
 
read(TProtocol) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
 
read(TProtocol) - Method in class tachyon.thrift.LockBlockResult
 
read(TProtocol) - Method in class tachyon.thrift.PartitionInfo
 
read(TProtocol) - Method in class tachyon.thrift.PersistCommandOptions
 
read(TProtocol) - Method in class tachyon.thrift.PersistFile
 
read(TProtocol) - Method in class tachyon.thrift.RpcOptions
 
read(TProtocol) - Method in class tachyon.thrift.SetAclTOptions
 
read(TProtocol) - Method in class tachyon.thrift.SetAttributeTOptions
 
read(TProtocol) - Method in class tachyon.thrift.TachyonService.getServiceVersion_args
 
read(TProtocol) - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
 
read(TProtocol) - Method in exception tachyon.thrift.TachyonTException
 
read(TProtocol) - Method in exception tachyon.thrift.ThriftIOException
 
read(TProtocol) - Method in class tachyon.thrift.WorkerInfo
 
read(TProtocol) - Method in class tachyon.thrift.WorkerNetAddress
 
read() - Method in class tachyon.underfs.oss.OSSInputStream
 
read(byte[], int, int) - Method in class tachyon.underfs.oss.OSSInputStream
 
read() - Method in class tachyon.underfs.s3.S3InputStream
 
read(byte[], int, int) - Method in class tachyon.underfs.s3.S3InputStream
 
read(long, long) - Method in interface tachyon.worker.block.io.BlockReader
Reads data from the block.
read(long, long) - Method in class tachyon.worker.block.io.LocalFileBlockReader
 
readBlock(long, long, long) - Method in class tachyon.worker.block.BlockDataManager
Gets the path to the block file in local storage.
readBlockRemote(long, long, long) - Method in class tachyon.worker.block.BlockDataManager
Gets the block reader for the block.
readByte(byte[], int) - Static method in class tachyon.util.io.ByteIOUtils
Reads a specific byte value from the input byte array at the given offset.
readByte(ByteBuffer, int) - Static method in class tachyon.util.io.ByteIOUtils
Reads a specific byte value from the input byte buffer at the given offset.
readEOFReturnsNegative() - Static method in class tachyon.underfs.UnderFileSystemCluster
This method is only used by the tachyon.client.FileOutStreamIntegrationTest unit-test.
readFully(long, byte[]) - Method in class tachyon.hadoop.HdfsFileInputStream
This method is not supported in HdfsFileInputStream.
readFully(long, byte[], int, int) - Method in class tachyon.hadoop.HdfsFileInputStream
This method is not supported in HdfsFileInputStream.
readInt(byte[], int) - Static method in class tachyon.util.io.ByteIOUtils
Reads a specific integer byte value (4 bytes) from the input byte array at the given offset.
readInt(ByteBuffer, int) - Static method in class tachyon.util.io.ByteIOUtils
Reads a specific integer byte value (4 bytes) from the input byte buffer at the given offset.
readLock() - Method in class tachyon.worker.block.ClientRWLock
 
readLong(byte[], int) - Static method in class tachyon.util.io.ByteIOUtils
Reads a specific long byte value (8 bytes) from the input byte array at the given offset.
ReadOnlyJournal - Class in tachyon.master.journal
The read-only journal.
ReadOnlyJournal(String) - Constructor for class tachyon.master.journal.ReadOnlyJournal
 
readPartition() - Method in class tachyon.examples.Performance.TachyonReadWorker
Reads a partition.
readRemoteBlock(InetSocketAddress, long, long, long, long, long) - Method in class tachyon.client.netty.NettyRemoteBlockReader
 
readRemoteBlock(InetSocketAddress, long, long, long, long, long) - Method in interface tachyon.client.RemoteBlockReader
Reads a remote block with a offset and length.
readShort(byte[], int) - Static method in class tachyon.util.io.ByteIOUtils
Reads a specific short byte value (2 bytes) from the input byte array at the given offset.
ReadType - Enum in tachyon.client
Convenience modes for commonly used read types for a tachyon.client.file.TachyonFile.
ReadWriteJournal - Class in tachyon.master.journal
The read-write journal.
ReadWriteJournal(String) - Constructor for class tachyon.master.journal.ReadWriteJournal
 
RecomputeCommand - Class in tachyon.master
The recompute command class.
RecomputeCommand(String, String) - Constructor for class tachyon.master.RecomputeCommand
Creates a new RecomputeCommand.
RecomputeExecutor - Class in tachyon.master.lineage.recompute
A periodical executor that detects lost files and launches recompute jobs.
RecomputeExecutor(RecomputePlanner, FileSystemMaster) - Constructor for class tachyon.master.lineage.recompute.RecomputeExecutor
Creates a new instance of RecomputeExecutor.
RecomputePlan - Class in tachyon.master.lineage.recompute
A plan for recomputing the lost files.
RecomputePlan(List<Lineage>) - Constructor for class tachyon.master.lineage.recompute.RecomputePlan
Creates a new instance of RecomputePlan.
RecomputePlanner - Class in tachyon.master.lineage.recompute
Plans the recompute strategy.
RecomputePlanner(LineageStore, FileSystemMaster) - Constructor for class tachyon.master.lineage.recompute.RecomputePlanner
Creates a new instance of RecomputePlanner.
recursive - Variable in class tachyon.thrift.CreateDirectoryTOptions
 
recursive - Variable in class tachyon.thrift.CreateFileTOptions
 
recursive - Variable in class tachyon.thrift.FileSystemMasterClientService.free_args
whether to free recursively
recursive - Variable in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
whether to load meta data recursively
recursive - Variable in class tachyon.thrift.FileSystemMasterClientService.remove_args
whether to remove recursively
recursive - Variable in class tachyon.thrift.SetAclTOptions
 
RECURSIVE_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.DeleteFileEntry
 
recv(SocketChannel) - Method in class tachyon.worker.DataServerMessage
Use this message to receive from the specified socket channel.
recv_accessBlock() - Method in class tachyon.thrift.BlockWorkerClientService.Client
 
recv_asyncCheckpoint() - Method in class tachyon.thrift.BlockWorkerClientService.Client
 
recv_cacheBlock() - Method in class tachyon.thrift.BlockWorkerClientService.Client
 
recv_cancelBlock() - Method in class tachyon.thrift.BlockWorkerClientService.Client
 
recv_commitBlock() - Method in class tachyon.thrift.BlockMasterWorkerService.Client
 
recv_completeFile() - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
recv_completePartition() - Method in class tachyon.thrift.KeyValueMasterClientService.Client
 
recv_completeStore() - Method in class tachyon.thrift.KeyValueMasterClientService.Client
 
recv_createDirectory() - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
recv_createFile() - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
recv_createLineage() - Method in class tachyon.thrift.LineageMasterClientService.Client
 
recv_createStore() - Method in class tachyon.thrift.KeyValueMasterClientService.Client
 
recv_deleteLineage() - Method in class tachyon.thrift.LineageMasterClientService.Client
 
recv_deleteStore() - Method in class tachyon.thrift.KeyValueMasterClientService.Client
 
recv_free() - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
recv_get() - Method in class tachyon.thrift.KeyValueWorkerClientService.Client
 
recv_getBlockInfo() - Method in class tachyon.thrift.BlockMasterClientService.Client
 
recv_getCapacityBytes() - Method in class tachyon.thrift.BlockMasterClientService.Client
 
recv_getFileBlockInfoList() - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
recv_getFileInfo() - Method in class tachyon.thrift.FileSystemMasterWorkerService.Client
 
recv_getLineageInfoList() - Method in class tachyon.thrift.LineageMasterClientService.Client
 
recv_getNewBlockIdForFile() - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
recv_getNextKeys() - Method in class tachyon.thrift.KeyValueWorkerClientService.Client
 
recv_getPartitionInfo() - Method in class tachyon.thrift.KeyValueMasterClientService.Client
 
recv_getPinIdList() - Method in class tachyon.thrift.FileSystemMasterWorkerService.Client
 
recv_getServiceVersion() - Method in class tachyon.thrift.TachyonService.Client
 
recv_getSize() - Method in class tachyon.thrift.KeyValueWorkerClientService.Client
 
recv_getStatus() - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
recv_getStatusInternal() - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
recv_getUfsAddress() - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
recv_getUsedBytes() - Method in class tachyon.thrift.BlockMasterClientService.Client
 
recv_getWorkerId() - Method in class tachyon.thrift.BlockMasterWorkerService.Client
 
recv_getWorkerInfoList() - Method in class tachyon.thrift.BlockMasterClientService.Client
 
recv_heartbeat() - Method in class tachyon.thrift.BlockMasterWorkerService.Client
 
recv_heartbeat() - Method in class tachyon.thrift.FileSystemMasterWorkerService.Client
 
recv_listStatus() - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
recv_loadMetadata() - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
recv_lockBlock() - Method in class tachyon.thrift.BlockWorkerClientService.Client
 
recv_mergeStore() - Method in class tachyon.thrift.KeyValueMasterClientService.Client
 
recv_mount() - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
recv_promoteBlock() - Method in class tachyon.thrift.BlockWorkerClientService.Client
 
recv_registerWorker() - Method in class tachyon.thrift.BlockMasterWorkerService.Client
 
recv_reinitializeFile() - Method in class tachyon.thrift.LineageMasterClientService.Client
 
recv_remove() - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
recv_rename() - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
recv_reportLostFile() - Method in class tachyon.thrift.LineageMasterClientService.Client
 
recv_requestBlockLocation() - Method in class tachyon.thrift.BlockWorkerClientService.Client
 
recv_requestSpace() - Method in class tachyon.thrift.BlockWorkerClientService.Client
 
recv_scheduleAsyncPersist() - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
recv_sessionHeartbeat() - Method in class tachyon.thrift.BlockWorkerClientService.Client
 
recv_setAcl() - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
recv_setAttribute() - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
recv_unlockBlock() - Method in class tachyon.thrift.BlockWorkerClientService.Client
 
recv_unmount() - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
register(StorageTierAssoc, List<String>, Map<String, Long>, Map<String, Long>, Set<Long>) - Method in class tachyon.master.block.meta.MasterWorkerInfo
Marks the worker as registered, while updating all of its metadata.
register(UnderFileSystemFactory) - Static method in class tachyon.underfs.UnderFileSystemRegistry
Registers a new factory
register(long, List<String>, Map<String, Long>, Map<String, Long>, Map<String, List<Long>>) - Method in class tachyon.worker.block.BlockMasterClient
The method the worker should execute to register with the block master.
registerAllExtensions(ExtensionRegistry) - Static method in class tachyon.proto.journal.Block
 
registerAllExtensions(ExtensionRegistry) - Static method in class tachyon.proto.journal.File
 
registerAllExtensions(ExtensionRegistry) - Static method in class tachyon.proto.journal.Journal
 
registerAllExtensions(ExtensionRegistry) - Static method in class tachyon.proto.journal.KeyValue
 
registerAllExtensions(ExtensionRegistry) - Static method in class tachyon.proto.journal.Lineage
 
registerBlockStoreEventListener(BlockStoreEventListener) - Method in class tachyon.worker.block.TieredBlockStore
 
registerGauges(TachyonMaster) - Method in class tachyon.master.MasterSource
Registers metric gauges.
registerGauges(BlockDataManager) - Method in class tachyon.worker.WorkerSource
Registers metric gauges.
registerJVMOnExistHook() - Method in class tachyon.underfs.UnderFileSystemCluster
Add a shutdown hook.
registerSource(Source) - Method in class tachyon.metrics.MetricsSystem
Registers a Source.
registerWithBlockMaster(BlockMasterClient, NetAddress) - Static method in class tachyon.worker.WorkerIdRegistry
Registers with BlockMaster to get a new worker id.
registerWorker(long, List<String>, Map<String, Long>, Map<String, Long>, Map<String, List<Long>>) - Method in class tachyon.master.block.BlockMasterWorkerServiceHandler
 
registerWorker(long, List<String>, Map<String, Long>, Map<String, Long>, Map<String, List<Long>>, AsyncMethodCallback) - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncClient
 
registerWorker(long, List<String>, Map<String, Long>, Map<String, Long>, Map<String, List<Long>>, AsyncMethodCallback) - Method in interface tachyon.thrift.BlockMasterWorkerService.AsyncIface
 
registerWorker() - Constructor for class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.registerWorker
 
registerWorker(long, List<String>, Map<String, Long>, Map<String, Long>, Map<String, List<Long>>) - Method in class tachyon.thrift.BlockMasterWorkerService.Client
 
registerWorker(long, List<String>, Map<String, Long>, Map<String, Long>, Map<String, List<Long>>) - Method in interface tachyon.thrift.BlockMasterWorkerService.Iface
Registers a worker.
registerWorker() - Constructor for class tachyon.thrift.BlockMasterWorkerService.Processor.registerWorker
 
registerWorker_args() - Constructor for class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
registerWorker_args(long, List<String>, Map<String, Long>, Map<String, Long>, Map<String, List<Long>>) - Constructor for class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
registerWorker_args(BlockMasterWorkerService.registerWorker_args) - Constructor for class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
Performs a deep copy on other.
registerWorker_call(long, List<String>, Map<String, Long>, Map<String, Long>, Map<String, List<Long>>, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockMasterWorkerService.AsyncClient.registerWorker_call
 
registerWorker_result() - Constructor for class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
 
registerWorker_result(TachyonTException) - Constructor for class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
 
registerWorker_result(BlockMasterWorkerService.registerWorker_result) - Constructor for class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
Performs a deep copy on other.
REINITIALIZE_FILE_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
 
reinitializeFile(String, long, long) - Method in class tachyon.client.lineage.LineageMasterClient
Reinitializates a given file.
reinitializeFile(TachyonURI, long, long) - Method in class tachyon.master.file.FileSystemMaster
Reinitializes the blocks of an existing open file.
reinitializeFile(TachyonURI, long, long) - Method in class tachyon.master.file.meta.InodeTree
Reinitializes the block size and TTL of an existing open file.
reinitializeFile(String, long, long) - Method in class tachyon.master.lineage.LineageMaster
Reinitializes the file when the file is lost or not completed.
reinitializeFile(String, long, long) - Method in class tachyon.master.lineage.LineageMasterClientServiceHandler
 
reinitializeFile(String, long, long, AsyncMethodCallback) - Method in class tachyon.thrift.LineageMasterClientService.AsyncClient
 
reinitializeFile(String, long, long, AsyncMethodCallback) - Method in interface tachyon.thrift.LineageMasterClientService.AsyncIface
 
reinitializeFile() - Constructor for class tachyon.thrift.LineageMasterClientService.AsyncProcessor.reinitializeFile
 
reinitializeFile(String, long, long) - Method in class tachyon.thrift.LineageMasterClientService.Client
 
reinitializeFile(String, long, long) - Method in interface tachyon.thrift.LineageMasterClientService.Iface
Reinitializes a file.
reinitializeFile() - Constructor for class tachyon.thrift.LineageMasterClientService.Processor.reinitializeFile
 
reinitializeFile_args() - Constructor for class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
 
reinitializeFile_args(String, long, long) - Constructor for class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
 
reinitializeFile_args(LineageMasterClientService.reinitializeFile_args) - Constructor for class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
Performs a deep copy on other.
reinitializeFile_call(String, long, long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.LineageMasterClientService.AsyncClient.reinitializeFile_call
 
reinitializeFile_result() - Constructor for class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
 
reinitializeFile_result(long, TachyonTException) - Constructor for class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
 
reinitializeFile_result(LineageMasterClientService.reinitializeFile_result) - Constructor for class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
Performs a deep copy on other.
release() - Method in interface tachyon.network.protocol.databuffer.DataBuffer
Release the underlying buffer of this DataBuffer if no longer needed.
release() - Method in class tachyon.network.protocol.databuffer.DataByteArrayChannel
 
release() - Method in class tachyon.network.protocol.databuffer.DataByteBuffer
 
release() - Method in class tachyon.network.protocol.databuffer.DataFileChannel
 
release() - Method in class tachyon.network.protocol.databuffer.DataNettyBuffer
Release the Netty ByteBuf.
release(T) - Method in class tachyon.resource.ResourcePool
Releases an object of type T, this must be called after the thread is done using a resource obtained by acquire.
releaseMasterClient(BlockMasterClient) - Method in enum tachyon.client.block.BlockStoreContext
Releases a block master client into the block master client pool.
releaseMasterClient(FileSystemMasterClient) - Method in enum tachyon.client.file.FileSystemContext
Releases a block master client into the block master client pool.
releaseMasterClient(LineageMasterClient) - Method in enum tachyon.client.lineage.LineageContext
Releases a lineage master client into the lineage master client pool.
releaseWorkerClient(BlockWorkerClient) - Method in enum tachyon.client.block.BlockStoreContext
Releases the BlockWorkerClient back to the client pool, or destroys it if it was a remote client.
remaining() - Method in class tachyon.client.block.BufferedBlockInStream
 
remaining() - Method in class tachyon.client.block.BufferedBlockOutStream
 
remaining() - Method in class tachyon.client.block.UnderStoreBlockInStream
 
remaining() - Method in interface tachyon.client.BoundedStream
 
remaining() - Method in class tachyon.client.file.FileInStream
 
REMOTE_CLIENT_BUT_LOCAL_HOSTNAME - Static variable in class tachyon.exception.PreconditionMessage
 
RemoteBlockInStream - Class in tachyon.client.block
This class provides a streaming API to read a block in Tachyon.
RemoteBlockInStream(long, long, InetSocketAddress) - Constructor for class tachyon.client.block.RemoteBlockInStream
Creates a new remote block input stream.
RemoteBlockOutStream - Class in tachyon.client.block
Provides a streaming API to write to a Tachyon block.
RemoteBlockOutStream(long, long) - Constructor for class tachyon.client.block.RemoteBlockOutStream
Creates a new block output stream.
RemoteBlockOutStream(long, long, NetAddress) - Constructor for class tachyon.client.block.RemoteBlockOutStream
Creates a new block output stream on a specific address.
RemoteBlockReader - Interface in tachyon.client
The interface to read remote block from data server.
RemoteBlockReader.Factory - Class in tachyon.client
The factory for the RemoteBlockReader.
RemoteBlockWriter - Interface in tachyon.client
The interface to write a remote block to the data server.
RemoteBlockWriter.Factory - Class in tachyon.client
The factory for the RemoteBlockWriter.
remove(T) - Method in class tachyon.collections.IndexedSet
Removes an object from the set.
remove(String, boolean) - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
 
remove(InodeFile) - Method in class tachyon.master.file.meta.TtlBucketList
Removes a file from the bucket containing it if the file is in one of the buckets, otherwise, do nothing.
remove() - Static method in class tachyon.security.authentication.PlainSaslServer.AuthorizedClientUser
Removes the User from the ThreadLocal variable.
remove(String, boolean, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient
 
remove(String, boolean, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterClientService.AsyncIface
 
remove() - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.remove
 
remove(String, boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
remove(String, boolean) - Method in interface tachyon.thrift.FileSystemMasterClientService.Iface
Deletes a file or a directory and returns whether the remove operation succeeded.
remove() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor.remove
 
remove_args() - Constructor for class tachyon.thrift.FileSystemMasterClientService.remove_args
 
remove_args(String, boolean) - Constructor for class tachyon.thrift.FileSystemMasterClientService.remove_args
 
remove_args(FileSystemMasterClientService.remove_args) - Constructor for class tachyon.thrift.FileSystemMasterClientService.remove_args
Performs a deep copy on other.
remove_call(String, boolean, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.remove_call
 
remove_result() - Constructor for class tachyon.thrift.FileSystemMasterClientService.remove_result
 
remove_result(TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterClientService.remove_result
 
remove_result(FileSystemMasterClientService.remove_result) - Constructor for class tachyon.thrift.FileSystemMasterClientService.remove_result
Performs a deep copy on other.
removeBlock(long) - Method in class tachyon.master.block.meta.MasterWorkerInfo
Removes a block from the worker.
removeBlock(long, long) - Method in class tachyon.worker.block.BlockDataManager
Frees a block from Tachyon managed space.
removeBlock(long, long) - Method in class tachyon.worker.block.TieredBlockStore
 
removeBlock(long, long, BlockStoreLocation) - Method in class tachyon.worker.block.TieredBlockStore
 
removeBlockMeta(BlockMeta) - Method in class tachyon.worker.block.BlockMetadataManager
Remove the metadata of a specific block.
removeBlockMeta(BlockMeta) - Method in class tachyon.worker.block.meta.StorageDir
Removes a block from this storage dir.
removeBlocks(List<Long>) - Method in class tachyon.master.block.BlockMaster
Removes blocks from workers.
removeBuckets(Set<TtlBucket>) - Method in class tachyon.master.file.meta.TtlBucketList
Remove all buckets in the set.
removeByField(IndexedSet.FieldIndex<T>, Object) - Method in class tachyon.collections.IndexedSet
Removes the subset of objects with the specified field value.
removeChild(DirectedAcyclicGraphNode<T>) - Method in class tachyon.collections.DirectedAcyclicGraphNode
Removes a child node from the node.
removeChild(Inode) - Method in class tachyon.master.file.meta.InodeDirectory
Removes the given inode from the directory.
removeChild(String) - Method in class tachyon.master.file.meta.InodeDirectory
Removes the given child by its name from the directory.
removedBlockIds - Variable in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
the list of removed block ids
removeFile(InodeFile) - Method in class tachyon.master.file.meta.TtlBucket
Removes a file from the bucket.
removeListener(ClientHandler.ResponseListener) - Method in class tachyon.client.netty.ClientHandler
Removes a ClientHandler.ResponseListener listener from the client handler.
removeSession(long) - Method in class tachyon.Sessions
Removes the given session from the session pool.
removeSource(Source) - Method in class tachyon.metrics.MetricsSystem
Removes a Source.
removeTempBlockMeta(TempBlockMeta) - Method in class tachyon.worker.block.meta.StorageDir
Removes a temp block from this storage dir.
removeTimer(ScheduledTimer) - Static method in class tachyon.heartbeat.HeartbeatScheduler
 
removeWorker(long) - Method in class tachyon.master.block.meta.MasterBlockInfo
Removes the worker from the locations of this block.
rename(TachyonURI, TachyonURI) - Method in class tachyon.client.file.BaseFileSystem
 
rename(TachyonURI, TachyonURI, RenameOptions) - Method in class tachyon.client.file.BaseFileSystem
 
rename(TachyonURI, TachyonURI) - Method in interface tachyon.client.file.FileSystem
Convenience method for FileSystem.rename(TachyonURI, TachyonURI, RenameOptions) with default options.
rename(TachyonURI, TachyonURI, RenameOptions) - Method in interface tachyon.client.file.FileSystem
Renames an existing Tachyon path to another Tachyon path in Tachyon.
rename(TachyonURI, TachyonURI) - Method in class tachyon.client.file.FileSystemMasterClient
Renames a file or a directory.
rename(TachyonURI, TachyonURI) - Method in class tachyon.master.file.FileSystemMaster
Renames a file to a destination.
rename(String, String) - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
 
rename(String, String, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient
 
rename(String, String, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterClientService.AsyncIface
 
rename() - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.rename
 
rename(String, String) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
rename(String, String) - Method in interface tachyon.thrift.FileSystemMasterClientService.Iface
Renames a file or a directory.
rename() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor.rename
 
rename(String, String) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
 
rename(String, String) - Method in class tachyon.underfs.local.LocalUnderFileSystem
 
rename(String, String) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
 
rename(String, String) - Method in class tachyon.underfs.s3.S3UnderFileSystem
 
rename(String, String) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
 
rename(String, String) - Method in class tachyon.underfs.UnderFileSystem
Renames a file or folder from src to dst in under file system
rename_args() - Constructor for class tachyon.thrift.FileSystemMasterClientService.rename_args
 
rename_args(String, String) - Constructor for class tachyon.thrift.FileSystemMasterClientService.rename_args
 
rename_args(FileSystemMasterClientService.rename_args) - Constructor for class tachyon.thrift.FileSystemMasterClientService.rename_args
Performs a deep copy on other.
rename_call(String, String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.rename_call
 
RENAME_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
 
rename_result() - Constructor for class tachyon.thrift.FileSystemMasterClientService.rename_result
 
rename_result(TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.FileSystemMasterClientService.rename_result
 
rename_result(FileSystemMasterClientService.rename_result) - Constructor for class tachyon.thrift.FileSystemMasterClientService.rename_result
Performs a deep copy on other.
RenameOptions - Class in tachyon.client.file.options
Method option for renaming a file or a directory.
replaceHostName(TachyonURI) - Static method in class tachyon.util.network.NetworkAddressUtils
Replaces and resolves the hostname in a given address or path string.
ReplayCache<V> - Class in tachyon.replay
An RPC cache which uses RPC keys to avoid repeating non-idempotent RPCs due to retries.
ReplayCache.ReplayCallable<V> - Interface in tachyon.replay
The RPC handler method to be executed in ReplayCache.run(String, ReplayCallable).
ReplayCache.ReplayCallableThrowsIOException<V> - Interface in tachyon.replay
Same with ReplayCache.ReplayCallable except that this handler method throws IOException and is to be executed in ReplayCache.run(String, ReplayCallableThrowsIOException).
report() - Method in class tachyon.metrics.MetricsSystem
Reports metrics values to all sinks.
report() - Method in class tachyon.metrics.sink.ConsoleSink
 
report() - Method in class tachyon.metrics.sink.CsvSink
 
report() - Method in class tachyon.metrics.sink.GraphiteSink
 
report() - Method in class tachyon.metrics.sink.JmxSink
 
report() - Method in class tachyon.metrics.sink.MetricsServlet
 
report() - Method in interface tachyon.metrics.sink.Sink
Reports the current values of all metrics.
ReportCommand - Class in tachyon.shell.command
Reports to the master that a file is lost.
ReportCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.ReportCommand
 
reportLostBlocks(List<Long>) - Method in class tachyon.master.block.BlockMaster
Reports the ids of the blocks lost on workers.
reportLostFile(TachyonURI) - Method in class tachyon.client.lineage.LineageFileSystem
Reports a file as lost.
reportLostFile(String) - Method in class tachyon.client.lineage.LineageMasterClient
Reports a file as lost.
reportLostFile(long) - Method in class tachyon.master.file.FileSystemMaster
Reports a file as lost.
reportLostFile(String) - Method in class tachyon.master.lineage.LineageMaster
Polls the files to send to the given worker for checkpoint.
reportLostFile(String) - Method in class tachyon.master.lineage.LineageMasterClientServiceHandler
 
reportLostFile(String, AsyncMethodCallback) - Method in class tachyon.thrift.LineageMasterClientService.AsyncClient
 
reportLostFile(String, AsyncMethodCallback) - Method in interface tachyon.thrift.LineageMasterClientService.AsyncIface
 
reportLostFile() - Constructor for class tachyon.thrift.LineageMasterClientService.AsyncProcessor.reportLostFile
 
reportLostFile(String) - Method in class tachyon.thrift.LineageMasterClientService.Client
 
reportLostFile(String) - Method in interface tachyon.thrift.LineageMasterClientService.Iface
Reports file as lost.
reportLostFile() - Constructor for class tachyon.thrift.LineageMasterClientService.Processor.reportLostFile
 
reportLostFile_args() - Constructor for class tachyon.thrift.LineageMasterClientService.reportLostFile_args
 
reportLostFile_args(String) - Constructor for class tachyon.thrift.LineageMasterClientService.reportLostFile_args
 
reportLostFile_args(LineageMasterClientService.reportLostFile_args) - Constructor for class tachyon.thrift.LineageMasterClientService.reportLostFile_args
Performs a deep copy on other.
reportLostFile_call(String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.LineageMasterClientService.AsyncClient.reportLostFile_call
 
reportLostFile_result() - Constructor for class tachyon.thrift.LineageMasterClientService.reportLostFile_result
 
reportLostFile_result(TachyonTException) - Constructor for class tachyon.thrift.LineageMasterClientService.reportLostFile_result
 
reportLostFile_result(LineageMasterClientService.reportLostFile_result) - Constructor for class tachyon.thrift.LineageMasterClientService.reportLostFile_result
Performs a deep copy on other.
requestBlockLocation(long, long) - Method in class tachyon.client.worker.BlockWorkerClient
Gets temporary path for the block from the worker
requestBlockLocation(long, long, long, AsyncMethodCallback) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient
 
requestBlockLocation(long, long, long, AsyncMethodCallback) - Method in interface tachyon.thrift.BlockWorkerClientService.AsyncIface
 
requestBlockLocation() - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.requestBlockLocation
 
requestBlockLocation(long, long, long) - Method in class tachyon.thrift.BlockWorkerClientService.Client
 
requestBlockLocation(long, long, long) - Method in interface tachyon.thrift.BlockWorkerClientService.Iface
Used to allocate location and space for a new coming block, worker will choose the appropriate storage directory which fits the initial block size by some allocation strategy, and the temporary file path of the block file will be returned.
requestBlockLocation() - Constructor for class tachyon.thrift.BlockWorkerClientService.Processor.requestBlockLocation
 
requestBlockLocation(long, long, long) - Method in class tachyon.worker.block.BlockWorkerClientServiceHandler
Used to allocate location and space for a new coming block, worker will choose the appropriate storage directory which fits the initial block size by some allocation strategy.
requestBlockLocation_args() - Constructor for class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
 
requestBlockLocation_args(long, long, long) - Constructor for class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
 
requestBlockLocation_args(BlockWorkerClientService.requestBlockLocation_args) - Constructor for class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
Performs a deep copy on other.
requestBlockLocation_call(long, long, long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncClient.requestBlockLocation_call
 
requestBlockLocation_result() - Constructor for class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
requestBlockLocation_result(String, TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
requestBlockLocation_result(BlockWorkerClientService.requestBlockLocation_result) - Constructor for class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
Performs a deep copy on other.
requestBytes - Variable in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
the number of bytes requested
requestSpace(long, long) - Method in class tachyon.client.worker.BlockWorkerClient
Requests space for some block from worker
requestSpace(long, long, long, AsyncMethodCallback) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient
 
requestSpace(long, long, long, AsyncMethodCallback) - Method in interface tachyon.thrift.BlockWorkerClientService.AsyncIface
 
requestSpace() - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.requestSpace
 
requestSpace(long, long, long) - Method in class tachyon.thrift.BlockWorkerClientService.Client
 
requestSpace(long, long, long) - Method in interface tachyon.thrift.BlockWorkerClientService.Iface
Used to request space for some block file.
requestSpace() - Constructor for class tachyon.thrift.BlockWorkerClientService.Processor.requestSpace
 
requestSpace(long, long, long) - Method in class tachyon.worker.block.BlockDataManager
Request an amount of space for a block in its storage directory.
requestSpace(long, long, long) - Method in class tachyon.worker.block.BlockWorkerClientServiceHandler
Used to request space for some block file.
requestSpace(long, long, long) - Method in class tachyon.worker.block.TieredBlockStore
 
requestSpace_args() - Constructor for class tachyon.thrift.BlockWorkerClientService.requestSpace_args
 
requestSpace_args(long, long, long) - Constructor for class tachyon.thrift.BlockWorkerClientService.requestSpace_args
 
requestSpace_args(BlockWorkerClientService.requestSpace_args) - Constructor for class tachyon.thrift.BlockWorkerClientService.requestSpace_args
Performs a deep copy on other.
requestSpace_call(long, long, long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncClient.requestSpace_call
 
requestSpace_result() - Constructor for class tachyon.thrift.BlockWorkerClientService.requestSpace_result
 
requestSpace_result(boolean, TachyonTException) - Constructor for class tachyon.thrift.BlockWorkerClientService.requestSpace_result
 
requestSpace_result(BlockWorkerClientService.requestSpace_result) - Constructor for class tachyon.thrift.BlockWorkerClientService.requestSpace_result
Performs a deep copy on other.
reset() - Method in enum tachyon.client.block.BlockStoreContext
Re-initializes the BlockStoreContext.
reset() - Static method in class tachyon.client.ClientContext
Initializes the client context singleton.
reset(TachyonConf) - Static method in class tachyon.client.ClientContext
Initializes the client context singleton with a given conf.
reset() - Method in enum tachyon.client.file.FileSystemContext
Re-initializes the Block Store context.
reset() - Method in class tachyon.master.file.meta.InodeFile
Resets the file inode.
reset() - Static method in class tachyon.master.MasterContext
Resets the master context, for test only.
reset(TachyonConf) - Static method in class tachyon.master.MasterContext
Resets the master context, for test only.
reset() - Static method in class tachyon.underfs.UnderFileSystemRegistry
Resets the registry to its default state
reset() - Static method in class tachyon.worker.WorkerContext
Resets the worker context, for test only.
reset(TachyonConf) - Static method in class tachyon.worker.WorkerContext
Resets the worker context, for test only.
resetConnection() - Method in class tachyon.ClientBase
Closes the connection, then queries and sets current remote address.
resetContext() - Method in class tachyon.master.AbstractLocalTachyonCluster
Resets contexts.
resetContext() - Method in class tachyon.master.LocalTachyonCluster
 
resetFile(long) - Method in class tachyon.master.file.FileSystemMaster
Resets a file.
resizeTempBlockMeta(TempBlockMeta, long) - Method in class tachyon.worker.block.BlockMetadataManager
Modifies the size of a temp block.
resizeTempBlockMeta(TempBlockMeta, long) - Method in class tachyon.worker.block.meta.StorageDir
Changes the size of a temp block.
resolve(TachyonURI) - Method in class tachyon.master.file.meta.MountTable
Resolves the given Tachyon path.
resolveHostName(String) - Static method in class tachyon.util.network.NetworkAddressUtils
Resolves a given hostname by a canonical hostname.
ResourcePool<T> - Class in tachyon.resource
Class representing a pool of resources to be temporarily used and returned.
ResourcePool(int) - Constructor for class tachyon.resource.ResourcePool
Creates a ResourcePool instance with the specified capacity.
ResourcePool(int, ConcurrentLinkedQueue<T>) - Constructor for class tachyon.resource.ResourcePool
Internal constructor that can provide an object to be used for the internal queue.
RetryPolicy - Interface in tachyon.retry
Attempts to retry code from a do/while loop.
retryRPC(ClientBase.RpcCallable<V>) - Method in class tachyon.ClientBase
Tries to execute an RPC defined as a ClientBase.RpcCallable, if error happens in one execution, a reconnection will be tried through ClientBase.connect() and the action will be re-executed.
retryRPC(ClientBase.RpcCallableThrowsTachyonTException<V>) - Method in class tachyon.ClientBase
Similar to ClientBase.retryRPC(RpcCallable) except that the RPC call may throw TachyonTException and once it is thrown, it will be transformed into TachyonException and be thrown.
RmCommand - Class in tachyon.shell.command
Removes the file specified by argv.
RmCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.RmCommand
 
RmrCommand - Class in tachyon.shell.command
Removes the file or directory specified by args.
RmrCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.RmrCommand
 
ROOT - Static variable in class tachyon.master.file.meta.MountTable
 
RoundRobinAllocator - Class in tachyon.worker.block.allocator
A round-robin allocator that allocates a block in the storage dir.
RoundRobinAllocator(BlockMetadataManagerView) - Constructor for class tachyon.worker.block.allocator.RoundRobinAllocator
Creates a new instance of RoundRobinAllocator.
RoundRobinPolicy - Class in tachyon.client.file.policy
A policy that chooses the worker for the next block in a round-robin manner and skips workers that do not have enough space.
RoundRobinPolicy() - Constructor for class tachyon.client.file.policy.RoundRobinPolicy
 
RPC_MAX_NUM_RETRY - Static variable in class tachyon.ClientBase
The number of times to retry a particular RPC.
RPCBlockReadRequest - Class in tachyon.network.protocol
This represents an RPC request to read a block from a DataServer.
RPCBlockReadRequest(long, long, long, long, long) - Constructor for class tachyon.network.protocol.RPCBlockReadRequest
Constructs a new RPC request to read a block from a DataServer.
RPCBlockReadResponse - Class in tachyon.network.protocol
This represents the response of a RPCBlockReadRequest.
RPCBlockReadResponse(long, long, long, DataBuffer, RPCResponse.Status) - Constructor for class tachyon.network.protocol.RPCBlockReadResponse
Constructs a new RPC response of a RPCBlockReadRequest.
RPCBlockWriteRequest - Class in tachyon.network.protocol
This represents the request to write a block to a DataServer.
RPCBlockWriteRequest(long, long, long, long, DataBuffer) - Constructor for class tachyon.network.protocol.RPCBlockWriteRequest
Constructs a new request to write a block to a DataServer.
RPCBlockWriteResponse - Class in tachyon.network.protocol
This represents the response to a RPCBlockWriteRequest.
RPCBlockWriteResponse(long, long, long, long, RPCResponse.Status) - Constructor for class tachyon.network.protocol.RPCBlockWriteResponse
Constructs a new response to a RPCBlockWriteRequest.
RPCErrorResponse - Class in tachyon.network.protocol
This represents a simple RPC response, containing an error.
RPCErrorResponse(RPCResponse.Status) - Constructor for class tachyon.network.protocol.RPCErrorResponse
Constructs a new RPC response, containing an error.
RPCMessage - Class in tachyon.network.protocol
This is the main base class for all RPC messages to the DataServer.
RPCMessage() - Constructor for class tachyon.network.protocol.RPCMessage
 
RPCMessage.Type - Enum in tachyon.network.protocol
The possible types of RPC messages.
RPCMessageDecoder - Class in tachyon.network.protocol
Simple Netty decoder which converts the input ByteBuf into an RPCMessage.
RPCMessageDecoder() - Constructor for class tachyon.network.protocol.RPCMessageDecoder
 
RPCMessageEncoder - Class in tachyon.network.protocol
Simple Netty encoder for RPCMessages.
RPCMessageEncoder() - Constructor for class tachyon.network.protocol.RPCMessageEncoder
 
RpcOptions - Class in tachyon.thrift
 
RpcOptions() - Constructor for class tachyon.thrift.RpcOptions
 
RpcOptions(RpcOptions) - Constructor for class tachyon.thrift.RpcOptions
Performs a deep copy on other.
RpcOptions._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
rpcPort - Variable in class tachyon.thrift.WorkerNetAddress
 
RPCRequest - Class in tachyon.network.protocol
The base class for constructing RPC requests.
RPCRequest() - Constructor for class tachyon.network.protocol.RPCRequest
 
RPCResponse - Class in tachyon.network.protocol
The base class for constructing RPC responses.
RPCResponse() - Constructor for class tachyon.network.protocol.RPCResponse
 
RPCResponse.Status - Enum in tachyon.network.protocol
The possible types of status for RPC responses.
run() - Method in class tachyon.examples.Performance.GeneralWorker
 
run() - Method in class tachyon.examples.Performance.HdfsWorker
 
run() - Method in class tachyon.examples.Performance.TachyonReadWorker
 
run() - Method in class tachyon.examples.Performance.TachyonWriterWorker
 
run() - Method in class tachyon.heartbeat.HeartbeatThread
 
run() - Method in class tachyon.job.CommandLineJob
 
run() - Method in class tachyon.job.Job
Runs the job.
run() - Method in class tachyon.master.journal.JournalTailerThread
 
run() - Method in class tachyon.master.RecomputeCommand
 
run(String, ReplayCache.ReplayCallable<V>) - Method in class tachyon.replay.ReplayCache
Handles the replay logic for the given RPC handler.
run(String, ReplayCache.ReplayCallableThrowsIOException<V>) - Method in class tachyon.replay.ReplayCache
Similar to ReplayCache.run(String, ReplayCallable) except that the RPC handler may throw IOException, which will be transformed into ThriftIOException.
run(String...) - Method in class tachyon.shell.command.ChgrpCommand
 
run(String...) - Method in class tachyon.shell.command.ChgrpRecursiveCommand
 
run(String...) - Method in class tachyon.shell.command.ChmodCommand
 
run(String...) - Method in class tachyon.shell.command.ChmodRecursiveCommand
 
run(String...) - Method in class tachyon.shell.command.ChownCommand
 
run(String...) - Method in class tachyon.shell.command.ChownRecursiveCommand
 
run(String...) - Method in class tachyon.shell.command.CopyFromLocalCommand
 
run(String...) - Method in class tachyon.shell.command.CopyToLocalCommand
 
run(String...) - Method in class tachyon.shell.command.CountCommand
 
run(String...) - Method in class tachyon.shell.command.CreateLineageCommand
 
run(String...) - Method in class tachyon.shell.command.DeleteLineageCommand
 
run(String...) - Method in class tachyon.shell.command.GetCapacityBytesCommand
 
run(String...) - Method in class tachyon.shell.command.GetUsedBytesCommand
 
run(String...) - Method in class tachyon.shell.command.ListLineagesCommand
 
run(String...) - Method in class tachyon.shell.command.LoadMetadataCommand
 
run(String...) - Method in class tachyon.shell.command.MkdirCommand
 
run(String...) - Method in class tachyon.shell.command.MountCommand
 
run(String...) - Method in class tachyon.shell.command.MvCommand
 
run(String...) - Method in class tachyon.shell.command.PersistCommand
 
run(String...) - Method in class tachyon.shell.command.SetTtlCommand
 
run(String...) - Method in interface tachyon.shell.command.TfsShellCommand
Runs the command.
run(String...) - Method in class tachyon.shell.command.TouchCommand
 
run(String...) - Method in class tachyon.shell.command.UnmountCommand
 
run(String...) - Method in class tachyon.shell.command.UnsetTtlCommand
 
run(String...) - Method in class tachyon.shell.command.WithWildCardPathCommand
 
run(String...) - Method in class tachyon.shell.TfsShell
Method which determines how to handle the user's request, will display usage help to the user if command format is incorrect.
run() - Method in class tachyon.util.ShellUtils
Checks to see if a command needs to be executed and execute command.
run() - Method in class tachyon.worker.block.SessionCleaner
Main loop for the cleanup, continuously looks for zombie sessions.
run() - Method in class tachyon.worker.block.SpaceReserver
 
run() - Method in class tachyon.worker.nio.NIODataServer
 
runExample(Callable<Boolean>) - Static method in class tachyon.examples.Utils
Runs an example.
runWorker() - Method in class tachyon.master.AbstractLocalTachyonCluster
Runs a worker.

S

S3_ACCESS_KEY - Static variable in class tachyon.Constants
 
S3_BUCKET_MUST_BE_SET - Static variable in class tachyon.exception.PreconditionMessage
 
S3_SECRET_KEY - Static variable in class tachyon.Constants
 
S3InputStream - Class in tachyon.underfs.s3
A stream for reading a file from S3.
S3OutputStream - Class in tachyon.underfs.s3
A stream for writing a file into S3.
S3OutputStream(String, String, S3Service) - Constructor for class tachyon.underfs.s3.S3OutputStream
Constructs a new stream for writing a file.
S3UnderFileSystem - Class in tachyon.underfs.s3
S3 FS UnderFileSystem implementation based on the jets3t library.
S3UnderFileSystem(String, TachyonConf) - Constructor for class tachyon.underfs.s3.S3UnderFileSystem
Constructs a new instance of S3UnderFileSystem.
S3UnderFileSystemFactory - Class in tachyon.underfs.s3
Factory for creating S3UnderFileSystem.
S3UnderFileSystemFactory() - Constructor for class tachyon.underfs.s3.S3UnderFileSystemFactory
 
schedule(String) - Static method in class tachyon.heartbeat.HeartbeatScheduler
Schedules execution of a heartbeat for the given thread.
schedule() - Method in class tachyon.heartbeat.ScheduledTimer
Schedules execution of the heartbeat.
scheduleAsyncPersist() - Method in class tachyon.client.file.FileOutStream
Schedules the async persistence of the current file.
scheduleAsyncPersist(TachyonURI) - Method in class tachyon.client.file.FileSystemMasterClient
Schedules the async persistence of the given file.
scheduleAsyncPersist() - Method in class tachyon.client.lineage.LineageFileOutStream
 
scheduleAsyncPersist(String) - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
 
scheduleAsyncPersist(String, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient
 
scheduleAsyncPersist(String, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterClientService.AsyncIface
 
scheduleAsyncPersist() - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.scheduleAsyncPersist
 
scheduleAsyncPersist(String) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
scheduleAsyncPersist(String) - Method in interface tachyon.thrift.FileSystemMasterClientService.Iface
Schedules async persistence.
scheduleAsyncPersist() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor.scheduleAsyncPersist
 
scheduleAsyncPersist_args() - Constructor for class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
 
scheduleAsyncPersist_args(String) - Constructor for class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
 
scheduleAsyncPersist_args(FileSystemMasterClientService.scheduleAsyncPersist_args) - Constructor for class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
Performs a deep copy on other.
scheduleAsyncPersist_call(String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.scheduleAsyncPersist_call
 
scheduleAsyncPersist_result() - Constructor for class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
 
scheduleAsyncPersist_result(TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
 
scheduleAsyncPersist_result(FileSystemMasterClientService.scheduleAsyncPersist_result) - Constructor for class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
Performs a deep copy on other.
scheduleAsyncPersistence(TachyonURI) - Method in class tachyon.master.file.FileSystemMaster
Schedules a file for async persistence.
SCHEDULED_TIMER_CLASS - Static variable in class tachyon.heartbeat.HeartbeatContext
 
ScheduledTimer - Class in tachyon.heartbeat
This class can be used for controlling heartbeat execution of threads.
ScheduledTimer(String, long) - Constructor for class tachyon.heartbeat.ScheduledTimer
Creates a new instance of ScheduledTimer.
scheduleForCheckpoint(CheckpointPlan) - Method in class tachyon.master.lineage.LineageMaster
Schedules persistence for the output files of the given checkpoint plan.
SCHEME - Static variable in class tachyon.Constants
 
SCHEME - Static variable in class tachyon.underfs.glusterfs.GlusterFSUnderFileSystem
Constant for the Gluster FS URI scheme.
SCHEME_FT - Static variable in class tachyon.Constants
 
SECOND_MS - Static variable in class tachyon.Constants
 
SECURITY_AUTHENTICATION_CUSTOM_PROVIDER - Static variable in class tachyon.Constants
 
SECURITY_AUTHENTICATION_SOCKET_TIMEOUT_MS - Static variable in class tachyon.Constants
 
SECURITY_AUTHENTICATION_TYPE - Static variable in class tachyon.Constants
 
SECURITY_AUTHORIZATION_PERMISSION_ENABLED - Static variable in class tachyon.Constants
 
SECURITY_AUTHORIZATION_PERMISSION_SUPERGROUP - Static variable in class tachyon.Constants
 
SECURITY_AUTHORIZATION_PERMISSIONS_UMASK - Static variable in class tachyon.Constants
 
SECURITY_GROUP_MAPPING - Static variable in class tachyon.Constants
 
SECURITY_LOGIN_USERNAME - Static variable in class tachyon.Constants
Security
SecurityUtils - Class in tachyon.util
Utility methods for security.
seek(long) - Method in class tachyon.client.block.BufferedBlockInStream
 
seek(long) - Method in class tachyon.client.block.UnderStoreBlockInStream
 
seek(long) - Method in class tachyon.client.file.FileInStream
 
seek(long) - Method in interface tachyon.client.Seekable
Moves the starting read position of the stream to the specified position which is relative to the start of the stream.
seek(long) - Method in class tachyon.hadoop.HdfsFileInputStream
Seek to the given offset from the start of the file.
Seekable - Interface in tachyon.client
This interface should be implemented by all Tachyon streams which support moving the read position to a specific byte offset.
seekToNewSource(long) - Method in class tachyon.hadoop.HdfsFileInputStream
This method is not supported in HdfsFileInputStream.
selectDirWithRequestedSpace(long, BlockStoreLocation, BlockMetadataManagerView) - Static method in class tachyon.worker.block.evictor.EvictorUtils
Finds a directory in the given location range with capacity upwards of the given bound.
send(SocketChannel) - Method in class tachyon.worker.DataServerMessage
Sends this message to the specified socket channel.
send_accessBlock(long) - Method in class tachyon.thrift.BlockWorkerClientService.Client
 
send_asyncCheckpoint(long) - Method in class tachyon.thrift.BlockWorkerClientService.Client
 
send_cacheBlock(long, long) - Method in class tachyon.thrift.BlockWorkerClientService.Client
 
send_cancelBlock(long, long) - Method in class tachyon.thrift.BlockWorkerClientService.Client
 
send_commitBlock(long, long, String, long, long) - Method in class tachyon.thrift.BlockMasterWorkerService.Client
 
send_completeFile(String, CompleteFileTOptions) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
send_completePartition(String, PartitionInfo) - Method in class tachyon.thrift.KeyValueMasterClientService.Client
 
send_completeStore(String) - Method in class tachyon.thrift.KeyValueMasterClientService.Client
 
send_createDirectory(String, CreateDirectoryTOptions) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
send_createFile(String, CreateFileTOptions) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
send_createLineage(List<String>, List<String>, CommandLineJobInfo) - Method in class tachyon.thrift.LineageMasterClientService.Client
 
send_createStore(String) - Method in class tachyon.thrift.KeyValueMasterClientService.Client
 
send_deleteLineage(long, boolean) - Method in class tachyon.thrift.LineageMasterClientService.Client
 
send_deleteStore(String) - Method in class tachyon.thrift.KeyValueMasterClientService.Client
 
send_free(String, boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
send_get(long, ByteBuffer) - Method in class tachyon.thrift.KeyValueWorkerClientService.Client
 
send_getBlockInfo(long) - Method in class tachyon.thrift.BlockMasterClientService.Client
 
send_getCapacityBytes() - Method in class tachyon.thrift.BlockMasterClientService.Client
 
send_getFileBlockInfoList(String) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
send_getFileInfo(long) - Method in class tachyon.thrift.FileSystemMasterWorkerService.Client
 
send_getLineageInfoList() - Method in class tachyon.thrift.LineageMasterClientService.Client
 
send_getNewBlockIdForFile(String) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
send_getNextKeys(long, ByteBuffer, int) - Method in class tachyon.thrift.KeyValueWorkerClientService.Client
 
send_getPartitionInfo(String) - Method in class tachyon.thrift.KeyValueMasterClientService.Client
 
send_getPinIdList() - Method in class tachyon.thrift.FileSystemMasterWorkerService.Client
 
send_getServiceVersion() - Method in class tachyon.thrift.TachyonService.Client
 
send_getSize(long) - Method in class tachyon.thrift.KeyValueWorkerClientService.Client
 
send_getStatus(String) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
send_getStatusInternal(long) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
send_getUfsAddress() - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
send_getUsedBytes() - Method in class tachyon.thrift.BlockMasterClientService.Client
 
send_getWorkerId(WorkerNetAddress) - Method in class tachyon.thrift.BlockMasterWorkerService.Client
 
send_getWorkerInfoList() - Method in class tachyon.thrift.BlockMasterClientService.Client
 
send_heartbeat(long, Map<String, Long>, List<Long>, Map<String, List<Long>>) - Method in class tachyon.thrift.BlockMasterWorkerService.Client
 
send_heartbeat(long, List<Long>) - Method in class tachyon.thrift.FileSystemMasterWorkerService.Client
 
send_listStatus(String) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
send_loadMetadata(String, boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
send_lockBlock(long, long) - Method in class tachyon.thrift.BlockWorkerClientService.Client
 
send_mergeStore(String, String) - Method in class tachyon.thrift.KeyValueMasterClientService.Client
 
send_mount(String, String) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
send_promoteBlock(long) - Method in class tachyon.thrift.BlockWorkerClientService.Client
 
send_registerWorker(long, List<String>, Map<String, Long>, Map<String, Long>, Map<String, List<Long>>) - Method in class tachyon.thrift.BlockMasterWorkerService.Client
 
send_reinitializeFile(String, long, long) - Method in class tachyon.thrift.LineageMasterClientService.Client
 
send_remove(String, boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
send_rename(String, String) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
send_reportLostFile(String) - Method in class tachyon.thrift.LineageMasterClientService.Client
 
send_requestBlockLocation(long, long, long) - Method in class tachyon.thrift.BlockWorkerClientService.Client
 
send_requestSpace(long, long, long) - Method in class tachyon.thrift.BlockWorkerClientService.Client
 
send_scheduleAsyncPersist(String) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
send_sessionHeartbeat(long, List<Long>) - Method in class tachyon.thrift.BlockWorkerClientService.Client
 
send_setAcl(String, SetAclTOptions) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
send_setAttribute(String, SetAttributeTOptions) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
send_unlockBlock(long, long) - Method in class tachyon.thrift.BlockWorkerClientService.Client
 
send_unmount(String) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
SEPARATOR - Static variable in class tachyon.TachyonURI
 
SEQUENCE_NUMBER_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
 
SEQUENCE_NUMBER_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
 
SEQUENCE_NUMBER_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
 
serialize(Journal.JournalEntry, OutputStream) - Method in interface tachyon.master.journal.JournalFormatter
Serializes the given entry and writes it to the given output stream.
serialize(Journal.JournalEntry, OutputStream) - Method in class tachyon.master.journal.ProtoBufJournalFormatter
 
SessionCleaner - Class in tachyon.worker.block
SessionCleaner periodically checks if any session have become zombies, removes the zombie session and associated data when necessary.
SessionCleaner(BlockDataManager) - Constructor for class tachyon.worker.block.SessionCleaner
Creates a new instance of SessionCleaner.
sessionHeartbeat() - Method in class tachyon.client.worker.BlockWorkerClient
Sends a session heartbeat to the worker.
sessionHeartbeat(long) - Method in class tachyon.Sessions
Performs session heartbeat.
sessionHeartbeat(long, List<Long>, AsyncMethodCallback) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient
 
sessionHeartbeat(long, List<Long>, AsyncMethodCallback) - Method in interface tachyon.thrift.BlockWorkerClientService.AsyncIface
 
sessionHeartbeat() - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.sessionHeartbeat
 
sessionHeartbeat(long, List<Long>) - Method in class tachyon.thrift.BlockWorkerClientService.Client
 
sessionHeartbeat(long, List<Long>) - Method in interface tachyon.thrift.BlockWorkerClientService.Iface
Local session send heartbeat to local worker to keep its temporary folder.
sessionHeartbeat() - Constructor for class tachyon.thrift.BlockWorkerClientService.Processor.sessionHeartbeat
 
sessionHeartbeat(long, List<Long>) - Method in class tachyon.worker.block.BlockDataManager
Handles the heartbeat from a client.
sessionHeartbeat(long, List<Long>) - Method in class tachyon.worker.block.BlockWorkerClientServiceHandler
Local session send heartbeat to local worker to keep its temporary folder.
sessionHeartbeat_args() - Constructor for class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
 
sessionHeartbeat_args(long, List<Long>) - Constructor for class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
 
sessionHeartbeat_args(BlockWorkerClientService.sessionHeartbeat_args) - Constructor for class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
Performs a deep copy on other.
sessionHeartbeat_call(long, List<Long>, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncClient.sessionHeartbeat_call
 
sessionHeartbeat_result() - Constructor for class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result
 
sessionHeartbeat_result(BlockWorkerClientService.sessionHeartbeat_result) - Constructor for class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result
Performs a deep copy on other.
sessionId - Variable in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
the id of the current session
sessionId - Variable in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
the id of the current session
sessionId - Variable in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
the id of the current session
sessionId - Variable in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
the id of the current session
sessionId - Variable in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
the id of the current session
sessionId - Variable in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
the id of the current session
sessionId - Variable in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
the id of the current session
SessionInfo - Class in tachyon
Represent one session in the worker daemon.
SessionInfo(long, int) - Constructor for class tachyon.SessionInfo
Creates a new instance of SessionInfo.
Sessions - Class in tachyon
Sessions represents and manages all session contacting a worker.
Sessions() - Constructor for class tachyon.Sessions
Creates a new instance of Sessions.
set(String, String) - Method in class tachyon.conf.TachyonConf
Sets the value for the appropriate key in the Properties.
set(String) - Static method in class tachyon.security.authentication.PlainSaslServer.AuthorizedClientUser
Creates a User and sets it to the ThreadLocal variable.
SET_ACL_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
 
SET_PERMISSION_COMMAND - Static variable in class tachyon.util.ShellUtils
a Unix command to set permission
SET_STATE_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
 
setAcl(TachyonURI, SetAclOptions) - Method in class tachyon.client.file.BaseFileSystem
 
setAcl(TachyonURI, SetAclOptions) - Method in interface tachyon.client.file.FileSystem
Sets the acl of a file or directory.
setAcl(String, SetAclOptions) - Method in class tachyon.client.file.FileSystemMasterClient
Sets the acl of a path.
setAcl(TachyonURI, SetAclOptions) - Method in class tachyon.master.file.FileSystemMaster
Sets the acl of a file or directory.
setAcl(String, SetAclTOptions) - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
 
setAcl(String, SetAclTOptions, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient
 
setAcl(String, SetAclTOptions, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterClientService.AsyncIface
 
setAcl() - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.setAcl
 
setAcl(String, SetAclTOptions) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
setAcl(String, SetAclTOptions) - Method in interface tachyon.thrift.FileSystemMasterClientService.Iface
Sets the acl of a path.
setAcl() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor.setAcl
 
setAcl_args() - Constructor for class tachyon.thrift.FileSystemMasterClientService.setAcl_args
 
setAcl_args(String, SetAclTOptions) - Constructor for class tachyon.thrift.FileSystemMasterClientService.setAcl_args
 
setAcl_args(FileSystemMasterClientService.setAcl_args) - Constructor for class tachyon.thrift.FileSystemMasterClientService.setAcl_args
Performs a deep copy on other.
setAcl_call(String, SetAclTOptions, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.setAcl_call
 
setAcl_result() - Constructor for class tachyon.thrift.FileSystemMasterClientService.setAcl_result
 
setAcl_result(TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterClientService.setAcl_result
 
setAcl_result(FileSystemMasterClientService.setAcl_result) - Constructor for class tachyon.thrift.FileSystemMasterClientService.setAcl_result
Performs a deep copy on other.
SetAclOptions - Class in tachyon.client.file.options
Method option for setting the acl.
SetAclOptions(SetAclTOptions) - Constructor for class tachyon.client.file.options.SetAclOptions
Constructs a new method option for setting the acl.
SetAclOptions - Class in tachyon.master.file.options
Method option for setting the acl.
SetAclOptions(SetAclTOptions) - Constructor for class tachyon.master.file.options.SetAclOptions
Constructs a new method option for setting the acl.
SetAclOptions.Builder - Class in tachyon.master.file.options
Builder for SetAclOptions
SetAclTOptions - Class in tachyon.thrift
 
SetAclTOptions() - Constructor for class tachyon.thrift.SetAclTOptions
 
SetAclTOptions(SetAclTOptions) - Constructor for class tachyon.thrift.SetAclTOptions
Performs a deep copy on other.
SetAclTOptions._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
setAddedBlocksOnTiers(Map<String, List<Long>>) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
the map of added blocks on all tiers
setAddedBlocksOnTiersIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
setAddMountPoint(File.AddMountPointEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.AddMountPointEntry add_mount_point = 2;
setAddMountPoint(File.AddMountPointEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.AddMountPointEntry add_mount_point = 2;
setAddress(WorkerNetAddress) - Method in class tachyon.thrift.WorkerInfo
 
setAddressIsSet(boolean) - Method in class tachyon.thrift.WorkerInfo
 
setAllowExists(boolean) - Method in class tachyon.client.file.options.CreateDirectoryOptions
 
setAllowExists(boolean) - Method in class tachyon.master.file.meta.options.CreatePathOptions.Builder
 
setAllowExists(boolean) - Method in class tachyon.master.file.options.CreateDirectoryOptions.Builder
 
setAllowExists(boolean) - Method in class tachyon.thrift.CreateDirectoryTOptions
 
setAllowExistsIsSet(boolean) - Method in class tachyon.thrift.CreateDirectoryTOptions
 
setAsyncPersistRequest(File.AsyncPersistRequestEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.AsyncPersistRequestEntry async_persist_request = 16;
setAsyncPersistRequest(File.AsyncPersistRequestEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.AsyncPersistRequestEntry async_persist_request = 16;
setAttribute(TachyonURI) - Method in class tachyon.client.file.BaseFileSystem
 
setAttribute(TachyonURI, SetAttributeOptions) - Method in class tachyon.client.file.BaseFileSystem
 
setAttribute(TachyonURI) - Method in interface tachyon.client.file.FileSystem
Convenience method for FileSystem.setAttribute(TachyonURI, SetAttributeOptions) with default options.
setAttribute(TachyonURI, SetAttributeOptions) - Method in interface tachyon.client.file.FileSystem
Sets any number of a path's attributes, such as TTL and pin status.
setAttribute(TachyonURI, SetAttributeOptions) - Method in class tachyon.client.file.FileSystemMasterClient
Sets the file or directory attributes.
setAttribute(String, SetAttributeTOptions) - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
 
setAttribute(String, SetAttributeTOptions, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient
 
setAttribute(String, SetAttributeTOptions, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterClientService.AsyncIface
 
setAttribute() - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.setAttribute
 
setAttribute(String, SetAttributeTOptions) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
setAttribute(String, SetAttributeTOptions) - Method in interface tachyon.thrift.FileSystemMasterClientService.Iface
Sets file or directory attributes.
setAttribute() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor.setAttribute
 
setAttribute_args() - Constructor for class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
 
setAttribute_args(String, SetAttributeTOptions) - Constructor for class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
 
setAttribute_args(FileSystemMasterClientService.setAttribute_args) - Constructor for class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
Performs a deep copy on other.
setAttribute_call(String, SetAttributeTOptions, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.setAttribute_call
 
setAttribute_result() - Constructor for class tachyon.thrift.FileSystemMasterClientService.setAttribute_result
 
setAttribute_result(FileSystemMasterClientService.setAttribute_result) - Constructor for class tachyon.thrift.FileSystemMasterClientService.setAttribute_result
Performs a deep copy on other.
SetAttributeOptions - Class in tachyon.client.file.options
Method options for setting any number of a path's attributes.
SetAttributeTOptions - Class in tachyon.thrift
 
SetAttributeTOptions() - Constructor for class tachyon.thrift.SetAttributeTOptions
 
SetAttributeTOptions(SetAttributeTOptions) - Constructor for class tachyon.thrift.SetAttributeTOptions
Performs a deep copy on other.
SetAttributeTOptions._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
setBlockContainerId(long) - Method in class tachyon.master.file.meta.InodeFile.Builder
 
setBlockContainerIdGenerator(Block.BlockContainerIdGeneratorEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3;
setBlockContainerIdGenerator(Block.BlockContainerIdGeneratorEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3;
setBlockId(long) - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
optional int64 block_id = 1;
setBlockId(long) - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
optional int64 block_id = 4;
setBlockId(long) - Method in class tachyon.thrift.BlockInfo
 
setBlockId(long) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
the id of the block
setBlockId(long) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
the id of the block being committed
setBlockId(long) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
the id of the block being accessed
setBlockId(long) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
the id of the block being accessed
setBlockId(long) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
the id of the block being accessed
setBlockId(long) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
the id of the block being accessed
setBlockId(long) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
the id of the block being accessed
setBlockId(long) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
the id of the block being accessed
setBlockId(long) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
the id of the block being accessed
setBlockId(long) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
the id of the block being accessed
setBlockId(long) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
the id of the block being accessed
setBlockId(long) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
the id of the partition
setBlockId(long) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
the id of the partition
setBlockId(long) - Method in class tachyon.thrift.PartitionInfo
 
setBlockIdIsSet(boolean) - Method in class tachyon.thrift.BlockInfo
 
setBlockIdIsSet(boolean) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
 
setBlockIdIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
 
setBlockIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
 
setBlockIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
 
setBlockIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
 
setBlockIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
 
setBlockIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
 
setBlockIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
 
setBlockIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
 
setBlockIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
 
setBlockIdIsSet(boolean) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
 
setBlockIdIsSet(boolean) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
 
setBlockIdIsSet(boolean) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
 
setBlockIdIsSet(boolean) - Method in class tachyon.thrift.PartitionInfo
 
setBlockIds(List<Long>) - Method in class tachyon.master.file.meta.InodeFile
Sets the id's of the block.
setBlockIds(int, long) - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
repeated int64 block_ids = 1;
setBlockIds(List<Long>) - Method in class tachyon.thrift.FileInfo
 
setBlockIds(List<Long>) - Method in class tachyon.thrift.PersistFile
 
setBlockIdsIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setBlockIdsIsSet(boolean) - Method in class tachyon.thrift.PersistFile
 
setBlockInfo(Block.BlockInfoEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.BlockInfoEntry block_info = 4;
setBlockInfo(Block.BlockInfoEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.BlockInfoEntry block_info = 4;
setBlockInfo(BlockInfo) - Method in class tachyon.thrift.FileBlockInfo
 
setBlockInfoIsSet(boolean) - Method in class tachyon.thrift.FileBlockInfo
 
setBlockPath(String) - Method in class tachyon.thrift.LockBlockResult
 
setBlockPathIsSet(boolean) - Method in class tachyon.thrift.LockBlockResult
 
setBlocks(int, long) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
repeated int64 blocks = 12;
setBlockSize(long) - Method in class tachyon.master.file.meta.InodeFile
 
setBlockSize(long) - Method in class tachyon.worker.block.meta.TempBlockMeta
 
setBlockSizeBytes(long) - Method in class tachyon.client.file.options.CreateFileOptions
 
setBlockSizeBytes(long) - Method in class tachyon.client.file.options.OutStreamOptions
Sets the size of the block in bytes.
setBlockSizeBytes(long) - Method in class tachyon.master.file.meta.InodeFile.Builder
 
setBlockSizeBytes(long) - Method in class tachyon.master.file.meta.options.CreatePathOptions.Builder
 
setBlockSizeBytes(long) - Method in class tachyon.master.file.options.CreateFileOptions.Builder
 
setBlockSizeBytes(long) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int64 block_size_bytes = 8;
setBlockSizeBytes(long) - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
optional int64 block_size_bytes = 2;
setBlockSizeBytes(long) - Method in class tachyon.thrift.CreateFileTOptions
 
setBlockSizeBytes(long) - Method in class tachyon.thrift.FileInfo
 
setBlockSizeBytes(long) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
block size in bytes
setBlockSizeBytesIsSet(boolean) - Method in class tachyon.thrift.CreateFileTOptions
 
setBlockSizeBytesIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setBlockSizeBytesIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
 
setCacheable(boolean) - Method in class tachyon.master.file.meta.InodeFile.Builder
 
setCacheable(boolean) - Method in class tachyon.master.file.meta.InodeFile
 
setCacheable(boolean) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional bool cacheable = 11;
setCapacityBytes(long) - Method in class tachyon.thrift.WorkerInfo
 
setCapacityBytesIsSet(boolean) - Method in class tachyon.thrift.WorkerInfo
 
setCascade(boolean) - Method in class tachyon.client.lineage.options.DeleteLineageOptions
Sets the cascade flag for this option.
setCascade(boolean) - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
optional bool cascade = 2;
setCascade(boolean) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
whether to delete the lineage in cascade
setCascadeIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
 
setCheckUfs(boolean) - Method in class tachyon.client.file.options.ExistsOptions
Sets the checkUfs flag which determines if this operation should go to the ufs if the data is not found in Tachyon.
setCheckUfs(boolean) - Method in class tachyon.client.file.options.GetStatusOptions
 
setCheckUfs(boolean) - Method in class tachyon.client.file.options.ListStatusOptions
 
setChildren(List<Long>) - Method in class tachyon.thrift.LineageInfo
 
setChildrenIsSet(boolean) - Method in class tachyon.thrift.LineageInfo
 
setCommand(String) - Method in class tachyon.thrift.CommandLineJobInfo
 
setCommandIsSet(boolean) - Method in class tachyon.thrift.CommandLineJobInfo
 
setCommandOptions(FileSystemCommandOptions) - Method in class tachyon.thrift.FileSystemCommand
 
setCommandOptionsIsSet(boolean) - Method in class tachyon.thrift.FileSystemCommand
 
setCommandType(CommandType) - Method in class tachyon.thrift.Command
 
setCommandType(CommandType) - Method in class tachyon.thrift.FileSystemCommand
 
setCommandTypeIsSet(boolean) - Method in class tachyon.thrift.Command
 
setCommandTypeIsSet(boolean) - Method in class tachyon.thrift.FileSystemCommand
 
setCompleted(boolean) - Method in class tachyon.master.file.meta.InodeFile
 
setCompleted(boolean) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional bool completed = 10;
setCompleteFile(File.CompleteFileEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CompleteFileEntry complete_file = 5;
setCompleteFile(File.CompleteFileEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CompleteFileEntry complete_file = 5;
setCompletePartition(KeyValue.CompletePartitionEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CompletePartitionEntry complete_partition = 21;
setCompletePartition(KeyValue.CompletePartitionEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CompletePartitionEntry complete_partition = 21;
setCompleteStore(KeyValue.CompleteStoreEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CompleteStoreEntry complete_store = 22;
setCompleteStore(KeyValue.CompleteStoreEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CompleteStoreEntry complete_store = 22;
setConf(TachyonConf) - Method in interface tachyon.security.group.GroupMappingService
Sets the configuration to GroupMappingService.
setConf(TachyonConf) - Method in class tachyon.security.group.provider.IdentityUserGroupsMapping
 
setConf(TachyonConf) - Method in class tachyon.security.group.provider.ShellBasedUnixGroupsMapping
 
setConf(JobConfInfo) - Method in class tachyon.thrift.CommandLineJobInfo
 
setConf(Object) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
 
setConf(Object) - Method in class tachyon.underfs.local.LocalUnderFileSystem
 
setConf(Object) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
 
setConf(Object) - Method in class tachyon.underfs.s3.S3UnderFileSystem
 
setConf(Object) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
 
setConf(Object) - Method in class tachyon.underfs.UnderFileSystem
Sets the configuration object for UnderFileSystem.
setConfIsSet(boolean) - Method in class tachyon.thrift.CommandLineJobInfo
 
setContainerId(long) - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
optional int64 container_id = 1;
setCreateStore(KeyValue.CreateStoreEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CreateStoreEntry create_store = 23;
setCreateStore(KeyValue.CreateStoreEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.CreateStoreEntry create_store = 23;
setCreationTimeMs(long) - Method in class tachyon.master.file.meta.Inode.Builder
 
setCreationTimeMs(long) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional int64 creation_time_ms = 6;
setCreationTimeMs(long) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int64 creation_time_ms = 6;
setCreationTimeMs(long) - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
optional int64 creation_time_ms = 6;
setCreationTimeMs(long) - Method in class tachyon.thrift.FileInfo
 
setCreationTimeMs(long) - Method in class tachyon.thrift.LineageInfo
 
setCreationTimeMsIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setCreationTimeMsIsSet(boolean) - Method in class tachyon.thrift.LineageInfo
 
setCurrentBlocksOnTiers(Map<String, List<Long>>) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
the map of list of blocks on each tier
setCurrentBlocksOnTiersIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
setCurrentMasterThread(Thread) - Method in class tachyon.LeaderSelectorClient
Sets the current master thread.
setData(List<Long>) - Method in class tachyon.thrift.Command
 
setDataIsSet(boolean) - Method in class tachyon.thrift.Command
 
setDataPort(int) - Method in class tachyon.thrift.WorkerNetAddress
 
setDataPortIsSet(boolean) - Method in class tachyon.thrift.WorkerNetAddress
 
setDeleted(boolean) - Method in class tachyon.master.file.meta.Inode
Sets the deleted flag of the inode.
setDeleteFile(File.DeleteFileEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteFileEntry delete_file = 6;
setDeleteFile(File.DeleteFileEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteFileEntry delete_file = 6;
setDeleteLineage(Lineage.DeleteLineageEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteLineageEntry delete_lineage = 7;
setDeleteLineage(Lineage.DeleteLineageEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteLineageEntry delete_lineage = 7;
setDeleteMountPoint(File.DeleteMountPointEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteMountPointEntry delete_mount_point = 8;
setDeleteMountPoint(File.DeleteMountPointEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteMountPointEntry delete_mount_point = 8;
setDeleteStore(KeyValue.DeleteStoreEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteStoreEntry delete_store = 25;
setDeleteStore(KeyValue.DeleteStoreEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.DeleteStoreEntry delete_store = 25;
setDirectory(boolean) - Method in class tachyon.master.file.meta.options.CreatePathOptions.Builder
 
setDstPath(String) - Method in class tachyon.proto.journal.File.RenameEntry.Builder
optional string dst_path = 2;
setDstPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
the desinationpath of the file
setDstPathBytes(ByteString) - Method in class tachyon.proto.journal.File.RenameEntry.Builder
optional string dst_path = 2;
setDstPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
 
setE(TachyonTException) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
 
setE(TachyonTException) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
 
setE(TachyonTException) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
 
setE(TachyonTException) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
 
setE(TachyonTException) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
 
setE(TachyonTException) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
 
setE(TachyonTException) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
setE(TachyonTException) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
setE(TachyonTException) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
 
setE(TachyonTException) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
 
setE(TachyonTException) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
 
setE(TachyonTException) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
 
setE(TachyonTException) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
 
setE(TachyonTException) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
 
setE(TachyonTException) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
 
setE(TachyonTException) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
setE(TachyonTException) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
setE(TachyonTException) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
setE(TachyonTException) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
 
setE(TachyonTException) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
 
setE(TachyonTException) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
 
setE(TachyonTException) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
 
setFieldValue(BlockInfo._Fields, Object) - Method in class tachyon.thrift.BlockInfo
 
setFieldValue(BlockLocation._Fields, Object) - Method in class tachyon.thrift.BlockLocation
 
setFieldValue(BlockMasterClientService.getBlockInfo_args._Fields, Object) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
 
setFieldValue(BlockMasterClientService.getBlockInfo_result._Fields, Object) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
 
setFieldValue(BlockMasterClientService.getCapacityBytes_args._Fields, Object) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_args
 
setFieldValue(BlockMasterClientService.getCapacityBytes_result._Fields, Object) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
 
setFieldValue(BlockMasterClientService.getUsedBytes_args._Fields, Object) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_args
 
setFieldValue(BlockMasterClientService.getUsedBytes_result._Fields, Object) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
 
setFieldValue(BlockMasterClientService.getWorkerInfoList_args._Fields, Object) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args
 
setFieldValue(BlockMasterClientService.getWorkerInfoList_result._Fields, Object) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
 
setFieldValue(BlockMasterWorkerService.commitBlock_args._Fields, Object) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
 
setFieldValue(BlockMasterWorkerService.commitBlock_result._Fields, Object) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_result
 
setFieldValue(BlockMasterWorkerService.getWorkerId_args._Fields, Object) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
 
setFieldValue(BlockMasterWorkerService.getWorkerId_result._Fields, Object) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
 
setFieldValue(BlockMasterWorkerService.heartbeat_args._Fields, Object) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
setFieldValue(BlockMasterWorkerService.heartbeat_result._Fields, Object) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
 
setFieldValue(BlockMasterWorkerService.registerWorker_args._Fields, Object) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
setFieldValue(BlockMasterWorkerService.registerWorker_result._Fields, Object) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
 
setFieldValue(BlockWorkerClientService.accessBlock_args._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
 
setFieldValue(BlockWorkerClientService.accessBlock_result._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_result
 
setFieldValue(BlockWorkerClientService.asyncCheckpoint_args._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
 
setFieldValue(BlockWorkerClientService.asyncCheckpoint_result._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
 
setFieldValue(BlockWorkerClientService.cacheBlock_args._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
 
setFieldValue(BlockWorkerClientService.cacheBlock_result._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
 
setFieldValue(BlockWorkerClientService.cancelBlock_args._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
 
setFieldValue(BlockWorkerClientService.cancelBlock_result._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
 
setFieldValue(BlockWorkerClientService.lockBlock_args._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
 
setFieldValue(BlockWorkerClientService.lockBlock_result._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
 
setFieldValue(BlockWorkerClientService.promoteBlock_args._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
 
setFieldValue(BlockWorkerClientService.promoteBlock_result._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
setFieldValue(BlockWorkerClientService.requestBlockLocation_args._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
 
setFieldValue(BlockWorkerClientService.requestBlockLocation_result._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
setFieldValue(BlockWorkerClientService.requestSpace_args._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
 
setFieldValue(BlockWorkerClientService.requestSpace_result._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
 
setFieldValue(BlockWorkerClientService.sessionHeartbeat_args._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
 
setFieldValue(BlockWorkerClientService.sessionHeartbeat_result._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result
 
setFieldValue(BlockWorkerClientService.unlockBlock_args._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
 
setFieldValue(BlockWorkerClientService.unlockBlock_result._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
 
setFieldValue(Command._Fields, Object) - Method in class tachyon.thrift.Command
 
setFieldValue(CommandLineJobInfo._Fields, Object) - Method in class tachyon.thrift.CommandLineJobInfo
 
setFieldValue(CompleteFileTOptions._Fields, Object) - Method in class tachyon.thrift.CompleteFileTOptions
 
setFieldValue(CreateDirectoryTOptions._Fields, Object) - Method in class tachyon.thrift.CreateDirectoryTOptions
 
setFieldValue(CreateFileTOptions._Fields, Object) - Method in class tachyon.thrift.CreateFileTOptions
 
setFieldValue(DependencyInfo._Fields, Object) - Method in class tachyon.thrift.DependencyInfo
 
setFieldValue(FileBlockInfo._Fields, Object) - Method in class tachyon.thrift.FileBlockInfo
 
setFieldValue(FileInfo._Fields, Object) - Method in class tachyon.thrift.FileInfo
 
setFieldValue(FileSystemCommand._Fields, Object) - Method in class tachyon.thrift.FileSystemCommand
 
setFieldValue(FileSystemMasterClientService.completeFile_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
 
setFieldValue(FileSystemMasterClientService.completeFile_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
 
setFieldValue(FileSystemMasterClientService.createDirectory_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
 
setFieldValue(FileSystemMasterClientService.createDirectory_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
 
setFieldValue(FileSystemMasterClientService.createFile_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
 
setFieldValue(FileSystemMasterClientService.createFile_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
 
setFieldValue(FileSystemMasterClientService.free_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
 
setFieldValue(FileSystemMasterClientService.free_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
 
setFieldValue(FileSystemMasterClientService.getFileBlockInfoList_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
 
setFieldValue(FileSystemMasterClientService.getFileBlockInfoList_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
 
setFieldValue(FileSystemMasterClientService.getNewBlockIdForFile_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
 
setFieldValue(FileSystemMasterClientService.getNewBlockIdForFile_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
 
setFieldValue(FileSystemMasterClientService.getStatus_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
 
setFieldValue(FileSystemMasterClientService.getStatus_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
 
setFieldValue(FileSystemMasterClientService.getStatusInternal_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
 
setFieldValue(FileSystemMasterClientService.getStatusInternal_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
 
setFieldValue(FileSystemMasterClientService.getUfsAddress_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args
 
setFieldValue(FileSystemMasterClientService.getUfsAddress_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
 
setFieldValue(FileSystemMasterClientService.listStatus_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
 
setFieldValue(FileSystemMasterClientService.listStatus_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
 
setFieldValue(FileSystemMasterClientService.loadMetadata_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
 
setFieldValue(FileSystemMasterClientService.loadMetadata_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
setFieldValue(FileSystemMasterClientService.mount_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
 
setFieldValue(FileSystemMasterClientService.mount_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
 
setFieldValue(FileSystemMasterClientService.remove_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
 
setFieldValue(FileSystemMasterClientService.remove_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
 
setFieldValue(FileSystemMasterClientService.rename_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
 
setFieldValue(FileSystemMasterClientService.rename_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
 
setFieldValue(FileSystemMasterClientService.scheduleAsyncPersist_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
 
setFieldValue(FileSystemMasterClientService.scheduleAsyncPersist_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
 
setFieldValue(FileSystemMasterClientService.setAcl_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
 
setFieldValue(FileSystemMasterClientService.setAcl_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
 
setFieldValue(FileSystemMasterClientService.setAttribute_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
 
setFieldValue(FileSystemMasterClientService.setAttribute_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_result
 
setFieldValue(FileSystemMasterClientService.unmount_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
 
setFieldValue(FileSystemMasterClientService.unmount_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
 
setFieldValue(FileSystemMasterWorkerService.getFileInfo_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
 
setFieldValue(FileSystemMasterWorkerService.getFileInfo_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
 
setFieldValue(FileSystemMasterWorkerService.getPinIdList_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args
 
setFieldValue(FileSystemMasterWorkerService.getPinIdList_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
 
setFieldValue(FileSystemMasterWorkerService.heartbeat_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
 
setFieldValue(FileSystemMasterWorkerService.heartbeat_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
 
setFieldValue(JobConfInfo._Fields, Object) - Method in class tachyon.thrift.JobConfInfo
 
setFieldValue(KeyValueMasterClientService.completePartition_args._Fields, Object) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
 
setFieldValue(KeyValueMasterClientService.completePartition_result._Fields, Object) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
 
setFieldValue(KeyValueMasterClientService.completeStore_args._Fields, Object) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
 
setFieldValue(KeyValueMasterClientService.completeStore_result._Fields, Object) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
 
setFieldValue(KeyValueMasterClientService.createStore_args._Fields, Object) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
 
setFieldValue(KeyValueMasterClientService.createStore_result._Fields, Object) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
 
setFieldValue(KeyValueMasterClientService.deleteStore_args._Fields, Object) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
 
setFieldValue(KeyValueMasterClientService.deleteStore_result._Fields, Object) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
 
setFieldValue(KeyValueMasterClientService.getPartitionInfo_args._Fields, Object) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
 
setFieldValue(KeyValueMasterClientService.getPartitionInfo_result._Fields, Object) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
 
setFieldValue(KeyValueMasterClientService.mergeStore_args._Fields, Object) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
 
setFieldValue(KeyValueMasterClientService.mergeStore_result._Fields, Object) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
 
setFieldValue(KeyValueWorkerClientService.get_args._Fields, Object) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
 
setFieldValue(KeyValueWorkerClientService.get_result._Fields, Object) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
setFieldValue(KeyValueWorkerClientService.getNextKeys_args._Fields, Object) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
 
setFieldValue(KeyValueWorkerClientService.getNextKeys_result._Fields, Object) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
setFieldValue(KeyValueWorkerClientService.getSize_args._Fields, Object) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
 
setFieldValue(KeyValueWorkerClientService.getSize_result._Fields, Object) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
setFieldValue(LineageInfo._Fields, Object) - Method in class tachyon.thrift.LineageInfo
 
setFieldValue(LineageMasterClientService.createLineage_args._Fields, Object) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
 
setFieldValue(LineageMasterClientService.createLineage_result._Fields, Object) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
 
setFieldValue(LineageMasterClientService.deleteLineage_args._Fields, Object) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
 
setFieldValue(LineageMasterClientService.deleteLineage_result._Fields, Object) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
 
setFieldValue(LineageMasterClientService.getLineageInfoList_args._Fields, Object) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_args
 
setFieldValue(LineageMasterClientService.getLineageInfoList_result._Fields, Object) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
 
setFieldValue(LineageMasterClientService.reinitializeFile_args._Fields, Object) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
 
setFieldValue(LineageMasterClientService.reinitializeFile_result._Fields, Object) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
 
setFieldValue(LineageMasterClientService.reportLostFile_args._Fields, Object) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
 
setFieldValue(LineageMasterClientService.reportLostFile_result._Fields, Object) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
 
setFieldValue(LockBlockResult._Fields, Object) - Method in class tachyon.thrift.LockBlockResult
 
setFieldValue(PartitionInfo._Fields, Object) - Method in class tachyon.thrift.PartitionInfo
 
setFieldValue(PersistCommandOptions._Fields, Object) - Method in class tachyon.thrift.PersistCommandOptions
 
setFieldValue(PersistFile._Fields, Object) - Method in class tachyon.thrift.PersistFile
 
setFieldValue(RpcOptions._Fields, Object) - Method in class tachyon.thrift.RpcOptions
 
setFieldValue(SetAclTOptions._Fields, Object) - Method in class tachyon.thrift.SetAclTOptions
 
setFieldValue(SetAttributeTOptions._Fields, Object) - Method in class tachyon.thrift.SetAttributeTOptions
 
setFieldValue(TachyonService.getServiceVersion_args._Fields, Object) - Method in class tachyon.thrift.TachyonService.getServiceVersion_args
 
setFieldValue(TachyonService.getServiceVersion_result._Fields, Object) - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
 
setFieldValue(TachyonTException._Fields, Object) - Method in exception tachyon.thrift.TachyonTException
 
setFieldValue(ThriftIOException._Fields, Object) - Method in exception tachyon.thrift.ThriftIOException
 
setFieldValue(WorkerInfo._Fields, Object) - Method in class tachyon.thrift.WorkerInfo
 
setFieldValue(WorkerNetAddress._Fields, Object) - Method in class tachyon.thrift.WorkerNetAddress
 
setFileId(long) - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry.Builder
optional int64 file_id = 1;
setFileId(long) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
the id of the file being accessed
setFileId(long) - Method in class tachyon.thrift.FileInfo
 
setFileId(long) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
the id of the file or directory
setFileId(long) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
the id of the file
setFileId(long) - Method in class tachyon.thrift.PersistFile
 
setFileIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
 
setFileIdIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setFileIdIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
 
setFileIdIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
 
setFileIdIsSet(boolean) - Method in class tachyon.thrift.PersistFile
 
setFileLocations(List<WorkerNetAddress>) - Method in class tachyon.web.UIFileInfo
 
setFirst(T1) - Method in class tachyon.collections.Pair
Set the first value.
setFromPath(String) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
the path of the store to be merged
setFromPathIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
 
setFromStoreId(long) - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
optional int64 from_store_id = 1;
setGroup(String) - Method in class tachyon.client.file.options.SetAclOptions
Sets the group of a path.
setGroup(String) - Method in class tachyon.master.file.options.SetAclOptions.Builder
Sets the group of a path.
setGroup(String) - Method in class tachyon.thrift.SetAclTOptions
 
setGroupIsSet(boolean) - Method in class tachyon.thrift.SetAclTOptions
 
setGroupName(String) - Method in class tachyon.master.file.meta.Inode
 
setGroupName(String) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional string group_name = 9;
setGroupName(String) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional string group_name = 15;
setGroupName(String) - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
optional string group_name = 4;
setGroupName(String) - Method in class tachyon.thrift.FileInfo
 
setGroupNameBytes(ByteString) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional string group_name = 9;
setGroupNameBytes(ByteString) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional string group_name = 15;
setGroupNameBytes(ByteString) - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
optional string group_name = 4;
setGroupNameIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setHandler(AbstractHandler) - Method in class tachyon.web.UIWebServer
 
setHost(String) - Method in class tachyon.thrift.WorkerNetAddress
 
setHostIsSet(boolean) - Method in class tachyon.thrift.WorkerNetAddress
 
setHostname() - Method in class tachyon.master.AbstractLocalTachyonCluster
Sets hostname.
setId(long) - Method in class tachyon.master.file.meta.Inode.Builder
 
setId(long) - Method in class tachyon.master.file.meta.InodeFile.Builder
 
setId(long) - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
optional int64 id = 2;
setId(long) - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
optional int64 id = 1;
setId(long) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional int64 id = 1;
setId(long) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int64 id = 1;
setId(long) - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
optional int64 id = 1;
setId(long) - Method in class tachyon.proto.journal.File.PersistDirectoryEntry.Builder
optional int64 id = 1;
setId(long) - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
optional int64 id = 1;
setId(long) - Method in class tachyon.proto.journal.File.RenameEntry.Builder
optional int64 id = 1;
setId(long) - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
optional int64 id = 1;
setId(long) - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
optional int64 id = 1;
setId(long) - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
optional int64 id = 1;
setId(long) - Method in class tachyon.thrift.LineageInfo
 
setId(long) - Method in class tachyon.thrift.WorkerInfo
 
setIdIsSet(boolean) - Method in class tachyon.thrift.LineageInfo
 
setIdIsSet(boolean) - Method in class tachyon.thrift.WorkerInfo
 
setInfo(PartitionInfo) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
information about the partition to mark complete
setInfoIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
 
setInitialBytes(long) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
initial number of bytes requested
setInitialBytesIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
 
setInMemoryPercentage(int) - Method in class tachyon.thrift.FileInfo
 
setInMemoryPercentageIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setInodeDirectory(File.InodeDirectoryEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeDirectoryEntry inode_directory = 9;
setInodeDirectory(File.InodeDirectoryEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeDirectoryEntry inode_directory = 9;
setInodeDirectoryIdGenerator(File.InodeDirectoryIdGeneratorEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10;
setInodeDirectoryIdGenerator(File.InodeDirectoryIdGeneratorEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10;
setInodeFile(File.InodeFileEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeFileEntry inode_file = 11;
setInodeFile(File.InodeFileEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeFileEntry inode_file = 11;
setInodeLastModificationTime(File.InodeLastModificationTimeEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12;
setInodeLastModificationTime(File.InodeLastModificationTimeEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12;
setInputFiles(int, long) - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
repeated int64 input_files = 2;
setInputFiles(List<String>) - Method in class tachyon.thrift.LineageInfo
 
setInputFiles(List<String>) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
the list of input files
setInputFilesIsSet(boolean) - Method in class tachyon.thrift.LineageInfo
 
setInputFilesIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
 
setIoe(ThriftIOException) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
 
setIoe(ThriftIOException) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
 
setIoe(ThriftIOException) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
setIoe(ThriftIOException) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
setIoe(ThriftIOException) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
 
setIoe(ThriftIOException) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
 
setIoe(ThriftIOException) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
setIoe(ThriftIOException) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
 
setIoe(ThriftIOException) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
 
setIoe(ThriftIOException) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
 
setIoe(ThriftIOException) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
 
setIoe(ThriftIOException) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
 
setIoe(ThriftIOException) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
setIoe(ThriftIOException) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
setIoe(ThriftIOException) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
setIoe(ThriftIOException) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
 
setIoeIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
 
setIoeIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
 
setIoeIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
setIoeIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
setIoeIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
 
setIoeIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
 
setIoeIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
setIoeIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
 
setIoeIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
 
setIoeIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
 
setIoeIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
 
setIoeIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
 
setIoeIsSet(boolean) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
setIoeIsSet(boolean) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
setIoeIsSet(boolean) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
setIoeIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
 
setIsCacheable(boolean) - Method in class tachyon.thrift.FileInfo
 
setIsCacheableIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setIsCompleted(boolean) - Method in class tachyon.thrift.FileInfo
 
setIsCompletedIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setIsFolder(boolean) - Method in class tachyon.thrift.FileInfo
 
setIsFolderIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setIsPersisted(boolean) - Method in class tachyon.thrift.FileInfo
 
setIsPersistedIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setIsPinned(boolean) - Method in class tachyon.thrift.FileInfo
 
setIsPinnedIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setJob(CommandLineJobInfo) - Method in class tachyon.thrift.LineageInfo
 
setJob(CommandLineJobInfo) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
the command line job info
setJobCommand(String) - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
optional string job_command = 4;
setJobCommandBytes(ByteString) - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
optional string job_command = 4;
setJobIsSet(boolean) - Method in class tachyon.thrift.LineageInfo
 
setJobIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
 
setJobOutputPath(String) - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
optional string job_output_path = 5;
setJobOutputPathBytes(ByteString) - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
optional string job_output_path = 5;
setKey(byte[]) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
binary of the key
setKey(ByteBuffer) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
 
setKey(byte[]) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
current key
setKey(ByteBuffer) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
 
setKey(String) - Method in class tachyon.thrift.RpcOptions
 
setKeyIsSet(boolean) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
 
setKeyIsSet(boolean) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
 
setKeyIsSet(boolean) - Method in class tachyon.thrift.RpcOptions
 
setKeyLimit(String) - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
optional string key_limit = 3;
setKeyLimit(byte[]) - Method in class tachyon.thrift.PartitionInfo
 
setKeyLimit(ByteBuffer) - Method in class tachyon.thrift.PartitionInfo
 
setKeyLimitBytes(ByteString) - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
optional string key_limit = 3;
setKeyLimitIsSet(boolean) - Method in class tachyon.thrift.PartitionInfo
 
setKeyStart(String) - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
optional string key_start = 2;
setKeyStart(byte[]) - Method in class tachyon.thrift.PartitionInfo
 
setKeyStart(ByteBuffer) - Method in class tachyon.thrift.PartitionInfo
 
setKeyStartBytes(ByteString) - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
optional string key_start = 2;
setKeyStartIsSet(boolean) - Method in class tachyon.thrift.PartitionInfo
 
setLastContactSec(int) - Method in class tachyon.thrift.WorkerInfo
 
setLastContactSecIsSet(boolean) - Method in class tachyon.thrift.WorkerInfo
 
setLastModificationTimeMs(long) - Method in class tachyon.master.file.meta.Inode.Builder
 
setLastModificationTimeMs(long) - Method in class tachyon.master.file.meta.Inode
Sets the last modification time of the inode.
setLastModificationTimeMs(long) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional int64 last_modification_time_ms = 7;
setLastModificationTimeMs(long) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int64 last_modification_time_ms = 7;
setLastModificationTimeMs(long) - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
optional int64 last_modification_time_ms = 2;
setLastModificationTimeMs(long) - Method in class tachyon.thrift.FileInfo
 
setLastModificationTimeMsIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setLength(long) - Method in class tachyon.master.file.meta.InodeFile
 
setLength(long) - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
optional int64 length = 2;
setLength(long) - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
optional int64 length = 3;
setLength(long) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int64 length = 9;
setLength(long) - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
optional int64 length = 2;
setLength(long) - Method in class tachyon.thrift.BlockInfo
 
setLength(long) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
the length of the block being committed
setLength(long) - Method in class tachyon.thrift.FileInfo
 
setLengthIsSet(boolean) - Method in class tachyon.thrift.BlockInfo
 
setLengthIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
 
setLengthIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setLineage(Lineage.LineageEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.LineageEntry lineage = 13;
setLineage(Lineage.LineageEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.LineageEntry lineage = 13;
setLineageId(long) - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
optional int64 lineage_id = 1;
setLineageId(long) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
the lineage id
setLineageIdGenerator(Lineage.LineageIdGeneratorEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14;
setLineageIdGenerator(Lineage.LineageIdGeneratorEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14;
setLineageIdIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
 
setLocalDirStickyBit(String) - Static method in class tachyon.util.io.FileUtils
Sticky bit can be set primarily on directories in UNIX / Linux.
setLocationPolicy(FileWriteLocationPolicy) - Method in class tachyon.client.file.options.CreateFileOptions
 
setLocationPolicy(FileWriteLocationPolicy) - Method in class tachyon.client.file.options.InStreamOptions
 
setLocationPolicy(FileWriteLocationPolicy) - Method in class tachyon.client.file.options.OpenFileOptions
 
setLocationPolicy(FileWriteLocationPolicy) - Method in class tachyon.client.file.options.OutStreamOptions
 
setLocations(List<BlockLocation>) - Method in class tachyon.thrift.BlockInfo
 
setLocationsIsSet(boolean) - Method in class tachyon.thrift.BlockInfo
 
setLockId(long) - Method in class tachyon.thrift.LockBlockResult
 
setLockId(long) - Method in class tachyon.worker.DataServerMessage
Sets the id of the block's locker.
setLockIdIsSet(boolean) - Method in class tachyon.thrift.LockBlockResult
 
setMergeStore(KeyValue.MergeStoreEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.MergeStoreEntry merge_store = 26;
setMergeStore(KeyValue.MergeStoreEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.MergeStoreEntry merge_store = 26;
setMessage(String) - Method in exception tachyon.thrift.TachyonTException
 
setMessage(String) - Method in exception tachyon.thrift.ThriftIOException
 
setMessageIsSet(boolean) - Method in exception tachyon.thrift.TachyonTException
 
setMessageIsSet(boolean) - Method in exception tachyon.thrift.ThriftIOException
 
setMetrics(List<Long>) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
the client metrics
setMetricsIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
 
setName(String) - Method in class tachyon.master.file.meta.Inode.Builder
 
setName(String) - Method in class tachyon.master.file.meta.Inode
Sets the name of the inode.
setName(String) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional string name = 3;
setName(String) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional string name = 3;
setName(String) - Method in class tachyon.thrift.FileInfo
 
setNameBytes(ByteString) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional string name = 3;
setNameBytes(ByteString) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional string name = 3;
setNameIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setNextContainerId(long) - Method in class tachyon.master.block.BlockContainerIdGenerator
 
setNextContainerId(long) - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry.Builder
optional int64 next_container_id = 1;
setNumKeys(int) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
maximum number of keys to get
setNumKeysIsSet(boolean) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
 
setOffset(long) - Method in class tachyon.thrift.FileBlockInfo
 
setOffsetIsSet(boolean) - Method in class tachyon.thrift.FileBlockInfo
 
setOperationTimeMs(long) - Method in class tachyon.master.file.meta.options.CreatePathOptions.Builder
 
setOperationTimeMs(long) - Method in class tachyon.master.file.options.CompleteFileOptions.Builder
 
setOperationTimeMs(long) - Method in class tachyon.master.file.options.CreateDirectoryOptions.Builder
 
setOperationTimeMs(long) - Method in class tachyon.master.file.options.CreateFileOptions.Builder
 
setOperationTimeMs(long) - Method in class tachyon.master.file.options.SetAclOptions.Builder
Sets the operation time.
setOpTimeMs(long) - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
optional int64 op_time_ms = 4;
setOpTimeMs(long) - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
optional int64 op_time_ms = 3;
setOpTimeMs(long) - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
optional int64 op_time_ms = 3;
setOpTimeMs(long) - Method in class tachyon.proto.journal.File.RenameEntry.Builder
optional int64 op_time_ms = 3;
setOpTimeMs(long) - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
optional int64 op_time_ms = 2;
setOpTimeMs(long) - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
optional int64 op_time_ms = 2;
setOptions(CompleteFileTOptions) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
the method options
setOptions(CreateDirectoryTOptions) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
the method options
setOptions(CreateFileTOptions) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
the options for creating the file
setOptions(SetAclTOptions) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
the method options
setOptions(SetAttributeTOptions) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
the method options
setOptionsIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
 
setOptionsIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
 
setOptionsIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
 
setOptionsIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
 
setOptionsIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
 
setOutputFile(String) - Method in class tachyon.thrift.JobConfInfo
 
setOutputFileIds(int, long) - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
repeated int64 output_file_ids = 3;
setOutputFileIsSet(boolean) - Method in class tachyon.thrift.JobConfInfo
 
setOutputFiles(List<String>) - Method in class tachyon.thrift.LineageInfo
 
setOutputFiles(List<String>) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
the list of output files
setOutputFilesIsSet(boolean) - Method in class tachyon.thrift.LineageInfo
 
setOutputFilesIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
 
setOwner(String) - Method in class tachyon.client.file.options.SetAclOptions
Sets the owner of a path.
setOwner(String) - Method in class tachyon.master.file.options.SetAclOptions.Builder
Sets the owner of a path.
setOwner(String) - Method in class tachyon.thrift.SetAclTOptions
 
setOwnerIsSet(boolean) - Method in class tachyon.thrift.SetAclTOptions
 
setParentId(long) - Method in class tachyon.master.file.meta.Inode.Builder
 
setParentId(long) - Method in class tachyon.master.file.meta.Inode
Sets the parent folder of the inode.
setParentId(long) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional int64 parent_id = 2;
setParentId(long) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int64 parent_id = 2;
setParents(List<Long>) - Method in class tachyon.thrift.LineageInfo
 
setParentsIsSet(boolean) - Method in class tachyon.thrift.LineageInfo
 
setPath(String) - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
optional string path = 1;
setPath(String) - Method in class tachyon.thrift.FileInfo
 
setPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
the path of the file
setPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
the path of the directory
setPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
the path of the file
setPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
the path of the file or directory
setPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
the path of the file
setPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
the path of the file
setPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
the path of the file or directory
setPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
the path of the file or directory
setPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
the path of the file or directory
setPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
the path of the file or directory
setPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
the path of the file
setPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
the path of a file or directory
setPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
the path of the file or directory
setPath(String) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
the path of the store
setPath(String) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
the path of the store
setPath(String) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
the path of the store
setPath(String) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
the path of the store
setPath(String) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
the path of the store
setPath(String) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
the path of the file
setPath(String) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
the path of the file
setPathBytes(ByteString) - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
optional string path = 1;
setPathIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
 
setPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
 
setPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
 
setPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
 
setPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
 
setPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
 
setPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
 
setPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
 
setPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
 
setPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
 
setPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
 
setPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
 
setPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
 
setPathIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
 
setPathIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
 
setPathIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
 
setPathIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
 
setPathIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
 
setPathIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
 
setPathIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
 
setPermission(short) - Method in class tachyon.client.file.options.SetAclOptions
Sets the permission of a path.
setPermission(short) - Method in class tachyon.master.file.meta.Inode
 
setPermission(short) - Method in class tachyon.master.file.options.SetAclOptions.Builder
Sets the permission of a path.
setPermission(int) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional int32 permission = 10;
setPermission(int) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int32 permission = 16;
setPermission(int) - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
optional int32 permission = 5;
setPermission(int) - Method in class tachyon.thrift.FileInfo
 
setPermission(int) - Method in class tachyon.thrift.SetAclTOptions
 
setPermission(String, String) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
 
setPermission(String, String) - Method in class tachyon.underfs.local.LocalUnderFileSystem
 
setPermission(String, String) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
 
setPermission(String, String) - Method in class tachyon.underfs.s3.S3UnderFileSystem
 
setPermission(String, String) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
 
setPermission(String, String) - Method in class tachyon.underfs.UnderFileSystem
Changes posix file permission
setPermissionIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setPermissionIsSet(boolean) - Method in class tachyon.thrift.SetAclTOptions
 
setPermissionStatus(PermissionStatus) - Method in class tachyon.master.file.meta.Inode.Builder
 
setPermissionStatus(PermissionStatus) - Method in class tachyon.master.file.meta.InodeFile.Builder
 
setPermissionStatus(PermissionStatus) - Method in class tachyon.master.file.meta.options.CreatePathOptions.Builder
 
setPersistDirectory(File.PersistDirectoryEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.PersistDirectoryEntry persist_directory = 15;
setPersistDirectory(File.PersistDirectoryEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.PersistDirectoryEntry persist_directory = 15;
setPersisted(boolean) - Method in class tachyon.client.file.options.SetAttributeOptions
 
setPersisted(boolean) - Method in class tachyon.master.file.meta.options.CreatePathOptions.Builder
 
setPersisted(boolean) - Method in class tachyon.master.file.options.CreateDirectoryOptions.Builder
 
setPersisted(boolean) - Method in class tachyon.master.file.options.CreateFileOptions.Builder
 
setPersisted(boolean) - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
optional bool persisted = 5;
setPersisted(boolean) - Method in class tachyon.thrift.CreateDirectoryTOptions
 
setPersisted(boolean) - Method in class tachyon.thrift.CreateFileTOptions
 
setPersisted(boolean) - Method in class tachyon.thrift.SetAttributeTOptions
 
setPersistedFiles(List<Long>) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
the list of persisted files
setPersistedFilesIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
 
setPersistedIsSet(boolean) - Method in class tachyon.thrift.CreateDirectoryTOptions
 
setPersistedIsSet(boolean) - Method in class tachyon.thrift.CreateFileTOptions
 
setPersistedIsSet(boolean) - Method in class tachyon.thrift.SetAttributeTOptions
 
setPersistenceState(PersistenceState) - Method in class tachyon.master.file.meta.Inode.Builder
 
setPersistenceState(PersistenceState) - Method in class tachyon.master.file.meta.Inode
Sets the PersistenceState of the file.
setPersistenceState(String) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional string persistence_state = 4;
setPersistenceState(String) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional string persistence_state = 4;
setPersistenceState(String) - Method in class tachyon.thrift.FileInfo
 
setPersistenceStateBytes(ByteString) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional string persistence_state = 4;
setPersistenceStateBytes(ByteString) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional string persistence_state = 4;
setPersistenceStateIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setPersistFiles(List<PersistFile>) - Method in class tachyon.thrift.PersistCommandOptions
 
setPersistFilesIsSet(boolean) - Method in class tachyon.thrift.PersistCommandOptions
 
setPersistOptions(PersistCommandOptions) - Method in class tachyon.thrift.FileSystemCommandOptions
 
setPinned(boolean) - Method in class tachyon.client.file.options.SetAttributeOptions
 
setPinned(boolean) - Method in class tachyon.master.file.meta.Inode.Builder
 
setPinned(boolean) - Method in class tachyon.master.file.meta.Inode
Sets the pinned flag of the inode.
setPinned(Inode, boolean, long) - Method in class tachyon.master.file.meta.InodeTree
Sets the pinned state of an inode.
setPinned(Inode, boolean) - Method in class tachyon.master.file.meta.InodeTree
Sets the pinned state of an inode.
setPinned(boolean) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional bool pinned = 5;
setPinned(boolean) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional bool pinned = 5;
setPinned(boolean) - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
optional bool pinned = 3;
setPinned(FileSystem, TachyonURI, boolean) - Static method in class tachyon.shell.command.CommandUtils
Sets pin state for the input path
setPinned(boolean) - Method in class tachyon.thrift.SetAttributeTOptions
 
setPinnedIsSet(boolean) - Method in class tachyon.thrift.SetAttributeTOptions
 
setReadType(ReadType) - Method in class tachyon.client.file.options.InStreamOptions
Sets the ReadType.
setReadType(ReadType) - Method in class tachyon.client.file.options.OpenFileOptions
 
setRecursive(boolean) - Method in class tachyon.client.file.options.CreateDirectoryOptions
 
setRecursive(boolean) - Method in class tachyon.client.file.options.CreateFileOptions
 
setRecursive(boolean) - Method in class tachyon.client.file.options.DeleteOptions
Sets the recursive flag.
setRecursive(boolean) - Method in class tachyon.client.file.options.FreeOptions
Sets the recursive flag.
setRecursive(boolean) - Method in class tachyon.client.file.options.LoadMetadataOptions
Sets the recursive flag.
setRecursive(boolean) - Method in class tachyon.client.file.options.SetAclOptions
Sets the recursive flag.
setRecursive(boolean) - Method in class tachyon.master.file.meta.options.CreatePathOptions.Builder
 
setRecursive(boolean) - Method in class tachyon.master.file.options.CreateDirectoryOptions.Builder
 
setRecursive(boolean) - Method in class tachyon.master.file.options.CreateFileOptions.Builder
 
setRecursive(boolean) - Method in class tachyon.master.file.options.SetAclOptions.Builder
Sets the recursive flag.
setRecursive(boolean) - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
optional bool recursive = 2;
setRecursive(boolean) - Method in class tachyon.thrift.CreateDirectoryTOptions
 
setRecursive(boolean) - Method in class tachyon.thrift.CreateFileTOptions
 
setRecursive(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
whether to free recursively
setRecursive(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
whether to load meta data recursively
setRecursive(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
whether to remove recursively
setRecursive(boolean) - Method in class tachyon.thrift.SetAclTOptions
 
setRecursiveIsSet(boolean) - Method in class tachyon.thrift.CreateDirectoryTOptions
 
setRecursiveIsSet(boolean) - Method in class tachyon.thrift.CreateFileTOptions
 
setRecursiveIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
 
setRecursiveIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
 
setRecursiveIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
 
setRecursiveIsSet(boolean) - Method in class tachyon.thrift.SetAclTOptions
 
setReinitializeFile(File.ReinitializeFileEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.ReinitializeFileEntry reinitialize_file = 18;
setReinitializeFile(File.ReinitializeFileEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.ReinitializeFileEntry reinitialize_file = 18;
setRemovedBlockIds(List<Long>) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
the list of removed block ids
setRemovedBlockIdsIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
setRename(File.RenameEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.RenameEntry rename = 19;
setRename(File.RenameEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.RenameEntry rename = 19;
setRequestBytes(long) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
the number of bytes requested
setRequestBytesIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
 
setRpcPort(int) - Method in class tachyon.thrift.WorkerNetAddress
 
setRpcPortIsSet(boolean) - Method in class tachyon.thrift.WorkerNetAddress
 
setSecond(T2) - Method in class tachyon.collections.Pair
Set the second value.
setSequenceNumber(long) - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
optional int64 sequence_number = 2;
setSequenceNumber(long) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional int64 sequence_number = 1;
setSequenceNumber(long) - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry.Builder
optional int64 sequence_number = 1;
setSessionId(long) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
the id of the current session
setSessionId(long) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
the id of the current session
setSessionId(long) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
the id of the current session
setSessionId(long) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
the id of the current session
setSessionId(long) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
the id of the current session
setSessionId(long) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
the id of the current session
setSessionId(long) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
the id of the current session
setSessionIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
 
setSessionIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
 
setSessionIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
 
setSessionIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
 
setSessionIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
 
setSessionIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
 
setSessionIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
 
setSetAcl(File.SetAclEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.SetAclEntry set_acl = 24;
setSetAcl(File.SetAclEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.SetAclEntry set_acl = 24;
setSetState(File.SetStateEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.SetStateEntry set_state = 20;
setSetState(File.SetStateEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
optional .tachyon.proto.journal.SetStateEntry set_state = 20;
setStartTimeMs(long) - Method in class tachyon.thrift.WorkerInfo
 
setStartTimeMsIsSet(boolean) - Method in class tachyon.thrift.WorkerInfo
 
setState(TachyonURI, SetAttributeOptions) - Method in class tachyon.master.file.FileSystemMaster
Sets the file state.
setState(String) - Method in class tachyon.thrift.WorkerInfo
 
setStateIsSet(boolean) - Method in class tachyon.thrift.WorkerInfo
 
setStorageTiers(List<String>) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
the list of storage tiers
setStorageTiersIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
setStoreId(long) - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
optional int64 store_id = 1;
setStoreId(long) - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry.Builder
optional int64 store_id = 1;
setStoreId(long) - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry.Builder
optional int64 store_id = 1;
setStoreId(long) - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry.Builder
optional int64 store_id = 1;
setSuccess(BlockInfo) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
 
setSuccess(long) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
 
setSuccess(long) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
 
setSuccess(List<WorkerInfo>) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
 
setSuccess(long) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
 
setSuccess(Command) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
 
setSuccess(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
 
setSuccess(LockBlockResult) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
 
setSuccess(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
setSuccess(String) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
setSuccess(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
 
setSuccess(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
 
setSuccess(List<FileBlockInfo>) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
 
setSuccess(long) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
 
setSuccess(FileInfo) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
 
setSuccess(FileInfo) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
 
setSuccess(String) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
 
setSuccess(List<FileInfo>) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
 
setSuccess(long) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
setSuccess(FileInfo) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
 
setSuccess(Set<Long>) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
 
setSuccess(FileSystemCommand) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
 
setSuccess(List<PartitionInfo>) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
 
setSuccess(byte[]) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
setSuccess(ByteBuffer) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
setSuccess(List<ByteBuffer>) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
setSuccess(int) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
setSuccess(long) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
 
setSuccess(boolean) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
 
setSuccess(List<LineageInfo>) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
 
setSuccess(long) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
 
setSuccess(long) - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
 
setTachyonHome() - Method in class tachyon.master.AbstractLocalTachyonCluster
Sets tachyon home.
setTachyonPath(String) - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
optional string tachyon_path = 1;
setTachyonPath(String) - Method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
optional string tachyon_path = 1;
setTachyonPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
the path of tachyon mount point
setTachyonPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
the path of the tachyon mount point
setTachyonPathBytes(ByteString) - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
optional string tachyon_path = 1;
setTachyonPathBytes(ByteString) - Method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
optional string tachyon_path = 1;
setTachyonPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
 
setTachyonPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
 
setTierAlias(String) - Method in class tachyon.thrift.BlockLocation
 
setTierAlias(String) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
the alias of the target tier
setTierAliasIsSet(boolean) - Method in class tachyon.thrift.BlockLocation
 
setTierAliasIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
 
setTimerClass(String, Class<? extends HeartbeatTimer>) - Static method in class tachyon.heartbeat.HeartbeatContext
 
setToPath(String) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
the path of the store to be merged to
setToPathIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
 
setToStoreId(long) - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
optional int64 to_store_id = 2;
setTotalBytesOnTiers(Map<String, Long>) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
the map of total bytes on each tier
setTotalBytesOnTiersIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
setTtl(long) - Method in class tachyon.client.file.options.CreateFileOptions
 
setTtl(long) - Method in class tachyon.client.file.options.OutStreamOptions
Sets the time to live.
setTtl(long) - Method in class tachyon.client.file.options.SetAttributeOptions
 
setTtl(long) - Method in class tachyon.master.file.meta.InodeFile.Builder
 
setTtl(long) - Method in class tachyon.master.file.meta.InodeFile
 
setTtl(long) - Method in class tachyon.master.file.meta.options.CreatePathOptions.Builder
 
setTtl(long) - Method in class tachyon.master.file.options.CreateFileOptions.Builder
 
setTtl(long) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional int64 ttl = 13;
setTtl(long) - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
optional int64 ttl = 3;
setTtl(long) - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
optional int64 ttl = 4;
setTtl(FileSystem, TachyonURI, long) - Static method in class tachyon.shell.command.CommandUtils
Sets a new TTL value or unsets an existing TTL value for file at path.
setTtl(long) - Method in class tachyon.thrift.CreateFileTOptions
 
setTtl(long) - Method in class tachyon.thrift.FileInfo
 
setTtl(long) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
time to live
setTtl(long) - Method in class tachyon.thrift.SetAttributeTOptions
 
SetTtlCommand - Class in tachyon.shell.command
Sets a new TTL value for the file at path both of the TTL value and the path are specified by args.
SetTtlCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.SetTtlCommand
 
setTtlIsSet(boolean) - Method in class tachyon.thrift.CreateFileTOptions
 
setTtlIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setTtlIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
 
setTtlIsSet(boolean) - Method in class tachyon.thrift.SetAttributeTOptions
 
setType(String) - Method in exception tachyon.thrift.TachyonTException
 
setTypeIsSet(boolean) - Method in exception tachyon.thrift.TachyonTException
 
setUfsLength(long) - Method in class tachyon.client.file.options.CompleteFileOptions
 
setUfsLength(long) - Method in class tachyon.master.file.options.CompleteFileOptions.Builder
 
setUfsLength(long) - Method in class tachyon.thrift.CompleteFileTOptions
 
setUfsLengthIsSet(boolean) - Method in class tachyon.thrift.CompleteFileTOptions
 
setUfsLocations(List<WorkerNetAddress>) - Method in class tachyon.thrift.FileBlockInfo
 
setUfsLocationsIsSet(boolean) - Method in class tachyon.thrift.FileBlockInfo
 
setUfsPath(String) - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
optional string ufs_path = 2;
setUfsPath(String) - Method in class tachyon.thrift.FileInfo
 
setUfsPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
the path of the under file system
setUfsPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
the path of the under file system
setUfsPathBytes(ByteString) - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
optional string ufs_path = 2;
setUfsPathIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setUfsPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
 
setUfsPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
 
setupTest(TachyonConf) - Method in class tachyon.master.AbstractLocalTachyonCluster
Sets up corresponding directories for tests.
setUsedBytes(long) - Method in class tachyon.thrift.WorkerInfo
 
setUsedBytesIsSet(boolean) - Method in class tachyon.thrift.WorkerInfo
 
setUsedBytesOnTier(long) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
the space used in bytes on the target tier
setUsedBytesOnTierIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
 
setUsedBytesOnTiers(Map<String, Long>) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
the map of space used in bytes on all tiers
setUsedBytesOnTiers(Map<String, Long>) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
the map of used bytes on each tier
setUsedBytesOnTiersIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
setUsedBytesOnTiersIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
setUserName(String) - Method in class tachyon.master.file.meta.Inode
 
setUserName(String) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional string user_name = 8;
setUserName(String) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional string user_name = 14;
setUserName(String) - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
optional string user_name = 3;
setUserName(String) - Method in class tachyon.thrift.FileInfo
 
setUserNameBytes(ByteString) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
optional string user_name = 8;
setUserNameBytes(ByteString) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
optional string user_name = 14;
setUserNameBytes(ByteString) - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
optional string user_name = 3;
setUserNameIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setWebPort(int) - Method in class tachyon.thrift.WorkerNetAddress
 
setWebPortIsSet(boolean) - Method in class tachyon.thrift.WorkerNetAddress
 
setWorkerAddress(WorkerNetAddress) - Method in class tachyon.thrift.BlockLocation
 
setWorkerAddressIsSet(boolean) - Method in class tachyon.thrift.BlockLocation
 
setWorkerId(long) - Method in class tachyon.thrift.BlockLocation
 
setWorkerId(long) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
the id of the worker
setWorkerId(long) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
the id of the worker
setWorkerId(long) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
the id of the worker
setWorkerId(long) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
the id of the worker
setWorkerIdIsSet(boolean) - Method in class tachyon.thrift.BlockLocation
 
setWorkerIdIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
 
setWorkerIdIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
setWorkerIdIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
setWorkerIdIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
 
setWorkerNetAddress(WorkerNetAddress) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
the worker network address
setWorkerNetAddress(NetAddress) - Static method in class tachyon.worker.WorkerContext
Sets NetAddress object of this worker.
setWorkerNetAddressIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
 
setWriteType(WriteType) - Method in class tachyon.client.file.options.CreateDirectoryOptions
 
setWriteType(WriteType) - Method in class tachyon.client.file.options.CreateFileOptions
 
setWriteType(WriteType) - Method in class tachyon.client.file.options.OutStreamOptions
Sets the WriteType.
ShellBasedUnixGroupsMapping - Class in tachyon.security.group.provider
A simple shell-based implementation of GroupMappingService that exec's the groups shell command to fetch the group memberships of a given user.
ShellBasedUnixGroupsMapping() - Constructor for class tachyon.security.group.provider.ShellBasedUnixGroupsMapping
 
ShellUtils - Class in tachyon.util
A base class for running a Unix command.
ShellUtils.ExitCodeException - Exception in tachyon.util
This is an IOException with exit code added.
shutdown() - Method in class tachyon.master.journal.JournalTailerThread
Initiates the shutdown of this tailer thread.
shutdown() - Method in class tachyon.underfs.LocalFilesystemCluster
 
shutdown() - Method in class tachyon.underfs.UnderFileSystemCluster
To stop the underfs cluster system
shutdownAndJoin() - Method in class tachyon.master.journal.JournalTailerThread
Initiates the shutdown of this tailer thread, and also waits for it to finish.
shutdownWebServer() - Method in class tachyon.web.UIWebServer
Shuts down the web server.
SimpleAuthenticationProviderImpl - Class in tachyon.security.authentication
An authentication provider implementation that allows arbitrary combination of username and password including empty strings.
SimpleAuthenticationProviderImpl() - Constructor for class tachyon.security.authentication.SimpleAuthenticationProviderImpl
 
SingleResponseListener - Class in tachyon.client.netty
A simple listener that waits for a single RPCResponse message from the remote server.
SingleResponseListener() - Constructor for class tachyon.client.netty.SingleResponseListener
 
Sink - Interface in tachyon.metrics.sink
Sink consumes the records generated by the metrics source.
SINK_REGEX - Static variable in class tachyon.metrics.MetricsSystem
 
SITE_PROPERTIES - Static variable in class tachyon.conf.TachyonConf
File to set customized properties
size() - Method in class tachyon.client.keyvalue.ByteBufferKeyValuePartitionReader
 
size() - Method in interface tachyon.client.keyvalue.KeyValuePartitionReader
 
size() - Method in interface tachyon.client.keyvalue.KeyValueStoreReader
 
size() - Method in class tachyon.collections.IndexedSet
 
size() - Method in class tachyon.StorageTierAssoc
 
skip(long) - Method in class tachyon.client.block.BufferedBlockInStream
 
skip(long) - Method in class tachyon.client.block.UnderStoreBlockInStream
 
skip(long) - Method in class tachyon.client.file.FileInStream
 
skip(long) - Method in class tachyon.underfs.oss.OSSInputStream
 
skip(long) - Method in class tachyon.underfs.s3.S3InputStream
This method leverages the ability to open a stream from S3 from a given offset.
SLEEPING_TIMER_CLASS - Static variable in class tachyon.heartbeat.HeartbeatContext
 
SleepingRetry - Class in tachyon.retry
A retry policy that uses thread sleeping for the delay.
SleepingRetry(int) - Constructor for class tachyon.retry.SleepingRetry
 
SleepingTimer - Class in tachyon.heartbeat
This class can be used for executing heartbeats periodically.
SleepingTimer(String, long) - Constructor for class tachyon.heartbeat.SleepingTimer
Creates a new instance of SleepingTimer.
sleepMs(long) - Static method in class tachyon.util.CommonUtils
Sleeps for the given number of milliseconds.
sleepMs(Logger, long) - Static method in class tachyon.util.CommonUtils
Sleeps for the given number of milliseconds, reporting interruptions using the given logger.
sleepMs(Logger, long, boolean) - Static method in class tachyon.util.CommonUtils
Sleeps for the given number of milliseconds, reporting interruptions using the given logger, and optionally pass the interruption to the caller.
sliceByteBuffer(ByteBuffer, int, int) - Static method in class tachyon.util.io.BufferUtils
Creates a new ByteBuffer sliced from a given ByteBuffer.
sortLineageTopologically(Set<Lineage>) - Method in class tachyon.master.lineage.meta.LineageStore
Sorts a given set of lineages topologically.
sortTopologically(Set<T>) - Method in class tachyon.collections.DirectedAcyclicGraph
Sorts a given set of payloads topologically based on the DAG.
Source - Interface in tachyon.metrics.source
Source is where the metrics generated.
SOURCE_REGEX - Static variable in class tachyon.metrics.MetricsSystem
 
SpaceReserver - Class in tachyon.worker.block
SpaceReserver periodically checks if there is enough space reserved on each storage tier, if there is no enough free space on some tier, free space from it.
SpaceReserver(BlockDataManager) - Constructor for class tachyon.worker.block.SpaceReserver
Creates a new instance of SpaceReserver.
SpecificHostPolicy - Class in tachyon.client.file.policy
Always returns a worker with the specified hostname.
SpecificHostPolicy(String) - Constructor for class tachyon.client.file.policy.SpecificHostPolicy
Constructs the policy with the hostname.
standardSchemeReadValue(TProtocol, TField) - Method in class tachyon.thrift.FileSystemCommandOptions
 
standardSchemeWriteValue(TProtocol) - Method in class tachyon.thrift.FileSystemCommandOptions
 
start() - Method in class tachyon.LeaderSelectorClient
Starts the leader selection.
start() - Method in class tachyon.master.AbstractLocalTachyonCluster
Starts both a master and a worker using the default test configurations.
start(TachyonConf) - Method in class tachyon.master.AbstractLocalTachyonCluster
Starts both master and a worker using the configurations in test conf respectively.
start(boolean) - Method in class tachyon.master.block.BlockMaster
 
start(boolean) - Method in class tachyon.master.file.FileSystemMaster
 
start(boolean) - Method in class tachyon.master.keyvalue.KeyValueMaster
 
start(boolean) - Method in class tachyon.master.lineage.LineageMaster
 
start() - Method in class tachyon.master.LocalTachyonMaster
Starts the master.
start(boolean) - Method in interface tachyon.master.Master
Starts the master, as the leader master or the standby master.
start(boolean) - Method in class tachyon.master.MasterBase
 
start() - Method in class tachyon.master.TachyonMaster
Starts the Tachyon master server.
start() - Method in class tachyon.metrics.MetricsSystem
Starts the metrics system.
start() - Method in class tachyon.metrics.sink.ConsoleSink
 
start() - Method in class tachyon.metrics.sink.CsvSink
 
start() - Method in class tachyon.metrics.sink.GraphiteSink
 
start() - Method in class tachyon.metrics.sink.JmxSink
 
start() - Method in class tachyon.metrics.sink.MetricsServlet
 
start() - Method in interface tachyon.metrics.sink.Sink
Starts the reporter polling.
start(I, BlockMasterClientService.getBlockInfo_args, AsyncMethodCallback<BlockInfo>) - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getBlockInfo
 
start(I, BlockMasterClientService.getCapacityBytes_args, AsyncMethodCallback<Long>) - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getCapacityBytes
 
start(I, BlockMasterClientService.getUsedBytes_args, AsyncMethodCallback<Long>) - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getUsedBytes
 
start(I, BlockMasterClientService.getWorkerInfoList_args, AsyncMethodCallback<List<WorkerInfo>>) - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getWorkerInfoList
 
start(I, BlockMasterWorkerService.commitBlock_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.commitBlock
 
start(I, BlockMasterWorkerService.getWorkerId_args, AsyncMethodCallback<Long>) - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.getWorkerId
 
start(I, BlockMasterWorkerService.heartbeat_args, AsyncMethodCallback<Command>) - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.heartbeat
 
start(I, BlockMasterWorkerService.registerWorker_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.registerWorker
 
start(I, BlockWorkerClientService.accessBlock_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.accessBlock
 
start(I, BlockWorkerClientService.asyncCheckpoint_args, AsyncMethodCallback<Boolean>) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.asyncCheckpoint
 
start(I, BlockWorkerClientService.cacheBlock_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.cacheBlock
 
start(I, BlockWorkerClientService.cancelBlock_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.cancelBlock
 
start(I, BlockWorkerClientService.lockBlock_args, AsyncMethodCallback<LockBlockResult>) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.lockBlock
 
start(I, BlockWorkerClientService.promoteBlock_args, AsyncMethodCallback<Boolean>) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.promoteBlock
 
start(I, BlockWorkerClientService.requestBlockLocation_args, AsyncMethodCallback<String>) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.requestBlockLocation
 
start(I, BlockWorkerClientService.requestSpace_args, AsyncMethodCallback<Boolean>) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.requestSpace
 
start(I, BlockWorkerClientService.sessionHeartbeat_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.sessionHeartbeat
 
start(I, BlockWorkerClientService.unlockBlock_args, AsyncMethodCallback<Boolean>) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.unlockBlock
 
start(I, FileSystemMasterClientService.completeFile_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.completeFile
 
start(I, FileSystemMasterClientService.createDirectory_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.createDirectory
 
start(I, FileSystemMasterClientService.createFile_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.createFile
 
start(I, FileSystemMasterClientService.free_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.free
 
start(I, FileSystemMasterClientService.getFileBlockInfoList_args, AsyncMethodCallback<List<FileBlockInfo>>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getFileBlockInfoList
 
start(I, FileSystemMasterClientService.getNewBlockIdForFile_args, AsyncMethodCallback<Long>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getNewBlockIdForFile
 
start(I, FileSystemMasterClientService.getStatus_args, AsyncMethodCallback<FileInfo>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getStatus
 
start(I, FileSystemMasterClientService.getStatusInternal_args, AsyncMethodCallback<FileInfo>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getStatusInternal
 
start(I, FileSystemMasterClientService.getUfsAddress_args, AsyncMethodCallback<String>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getUfsAddress
 
start(I, FileSystemMasterClientService.listStatus_args, AsyncMethodCallback<List<FileInfo>>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.listStatus
 
start(I, FileSystemMasterClientService.loadMetadata_args, AsyncMethodCallback<Long>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.loadMetadata
 
start(I, FileSystemMasterClientService.mount_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.mount
 
start(I, FileSystemMasterClientService.remove_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.remove
 
start(I, FileSystemMasterClientService.rename_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.rename
 
start(I, FileSystemMasterClientService.scheduleAsyncPersist_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.scheduleAsyncPersist
 
start(I, FileSystemMasterClientService.setAcl_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.setAcl
 
start(I, FileSystemMasterClientService.setAttribute_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.setAttribute
 
start(I, FileSystemMasterClientService.unmount_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.unmount
 
start(I, FileSystemMasterWorkerService.getFileInfo_args, AsyncMethodCallback<FileInfo>) - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor.getFileInfo
 
start(I, FileSystemMasterWorkerService.getPinIdList_args, AsyncMethodCallback<Set<Long>>) - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor.getPinIdList
 
start(I, FileSystemMasterWorkerService.heartbeat_args, AsyncMethodCallback<FileSystemCommand>) - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor.heartbeat
 
start(I, KeyValueMasterClientService.completePartition_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.completePartition
 
start(I, KeyValueMasterClientService.completeStore_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.completeStore
 
start(I, KeyValueMasterClientService.createStore_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.createStore
 
start(I, KeyValueMasterClientService.deleteStore_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.deleteStore
 
start(I, KeyValueMasterClientService.getPartitionInfo_args, AsyncMethodCallback<List<PartitionInfo>>) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.getPartitionInfo
 
start(I, KeyValueMasterClientService.mergeStore_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.mergeStore
 
start(I, KeyValueWorkerClientService.get_args, AsyncMethodCallback<ByteBuffer>) - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor.get
 
start(I, KeyValueWorkerClientService.getNextKeys_args, AsyncMethodCallback<List<ByteBuffer>>) - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor.getNextKeys
 
start(I, KeyValueWorkerClientService.getSize_args, AsyncMethodCallback<Integer>) - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor.getSize
 
start(I, LineageMasterClientService.createLineage_args, AsyncMethodCallback<Long>) - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.createLineage
 
start(I, LineageMasterClientService.deleteLineage_args, AsyncMethodCallback<Boolean>) - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.deleteLineage
 
start(I, LineageMasterClientService.getLineageInfoList_args, AsyncMethodCallback<List<LineageInfo>>) - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.getLineageInfoList
 
start(I, LineageMasterClientService.reinitializeFile_args, AsyncMethodCallback<Long>) - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.reinitializeFile
 
start(I, LineageMasterClientService.reportLostFile_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.reportLostFile
 
start(I, TachyonService.getServiceVersion_args, AsyncMethodCallback<Long>) - Method in class tachyon.thrift.TachyonService.AsyncProcessor.getServiceVersion
 
start() - Method in class tachyon.underfs.LocalFilesystemCluster
 
start() - Method in class tachyon.underfs.UnderFileSystemCluster
To start the underfs cluster system
start() - Method in class tachyon.worker.block.BlockWorker
Runs the block worker.
start() - Method in class tachyon.worker.file.FileSystemWorker
Starts the filesystem worker service.
start() - Method in class tachyon.worker.keyvalue.KeyValueWorker
 
start() - Method in class tachyon.worker.TachyonWorker
Starts the Tachyon worker server.
start() - Method in interface tachyon.worker.Worker
Starts the worker.
startMaster(TachyonConf) - Method in class tachyon.master.AbstractLocalTachyonCluster
Configures and starts a master.
startMaster(TachyonConf) - Method in class tachyon.master.LocalTachyonCluster
 
startMaster(TachyonConf) - Method in class tachyon.master.LocalTachyonClusterMultiMaster
 
startMasters(boolean) - Method in class tachyon.master.TachyonMaster
 
startServing(String, String) - Method in class tachyon.master.TachyonMaster
 
startServingRPCServer() - Method in class tachyon.master.TachyonMaster
 
startServingWebServer() - Method in class tachyon.master.TachyonMaster
 
startTimeMs - Variable in class tachyon.thrift.WorkerInfo
 
startWebServer() - Method in class tachyon.web.UIWebServer
Starts the web server.
startWorker(TachyonConf) - Method in class tachyon.master.AbstractLocalTachyonCluster
Configures and starts a worker.
startWorker(TachyonConf) - Method in class tachyon.master.LocalTachyonCluster
 
startWorker(TachyonConf) - Method in class tachyon.master.LocalTachyonClusterMultiMaster
 
state - Variable in class tachyon.thrift.WorkerInfo
 
stateChanged(CuratorFramework, ConnectionState) - Method in class tachyon.LeaderSelectorClient
 
stop() - Method in class tachyon.master.AbstractLocalTachyonCluster
Stops both the tachyon and underfs service threads.
stop() - Method in class tachyon.master.LocalTachyonCluster
 
stop() - Method in class tachyon.master.LocalTachyonMaster
Stops the master and cleans up client connections.
stop() - Method in interface tachyon.master.Master
Stops the master.
stop() - Method in class tachyon.master.MasterBase
 
stop() - Method in class tachyon.master.TachyonMaster
Stops the Tachyon master server.
stop() - Method in class tachyon.metrics.MetricsSystem
Stops the metrics system.
stop() - Method in class tachyon.metrics.sink.ConsoleSink
 
stop() - Method in class tachyon.metrics.sink.CsvSink
 
stop() - Method in class tachyon.metrics.sink.GraphiteSink
 
stop() - Method in class tachyon.metrics.sink.JmxSink
 
stop() - Method in class tachyon.metrics.sink.MetricsServlet
 
stop() - Method in interface tachyon.metrics.sink.Sink
Stops the reporter.
stop() - Method in class tachyon.worker.block.BlockDataManager
Stops the block data manager.
stop() - Method in class tachyon.worker.block.BlockWorker
Stops the block worker.
stop() - Method in class tachyon.worker.block.SessionCleaner
Stops the checking, once this method is called, the object should be discarded
stop() - Method in class tachyon.worker.block.SpaceReserver
Stops the checking, once this method is called, the object should be discarded
stop() - Method in class tachyon.worker.file.FileSystemWorker
Stops the filesystem worker service.
stop() - Method in class tachyon.worker.keyvalue.KeyValueWorker
 
stop() - Method in class tachyon.worker.TachyonWorker
Stops the Tachyon worker server.
stop() - Method in interface tachyon.worker.Worker
Stops the worker.
stopMasters() - Method in class tachyon.master.TachyonMaster
 
stopServing() - Method in class tachyon.master.TachyonMaster
 
stopTFS() - Method in class tachyon.master.AbstractLocalTachyonCluster
Stops the tachyon filesystem's service thread only.
stopTFS() - Method in class tachyon.master.LocalTachyonCluster
 
stopTFS() - Method in class tachyon.master.LocalTachyonClusterMultiMaster
 
stopUFS() - Method in class tachyon.master.AbstractLocalTachyonCluster
Cleans up the underfs cluster test folder only.
stopWorker() - Method in class tachyon.master.LocalTachyonCluster
Cleanup the worker state from the master and stop the worker.
StorageDir - Class in tachyon.worker.block.meta
Represents a directory in a storage tier.
StorageDirView - Class in tachyon.worker.block.meta
This class is a wrapper of StorageDir to provide more limited access and a filtered list of blocks.
StorageDirView(StorageDir, StorageTierView, BlockMetadataManagerView) - Constructor for class tachyon.worker.block.meta.StorageDirView
Creates a StorageDirView using the actual StorageDir and the associated BlockMetadataManagerView.
StorageTier - Class in tachyon.worker.block.meta
Represents a tier of storage, for example memory or SSD.
StorageTierAssoc - Class in tachyon
Creates a two-way mapping between StorageTier aliases and ordinal numbers from the given TachyonConf.
StorageTierAssoc(TachyonConf, String, String) - Constructor for class tachyon.StorageTierAssoc
Constructs a new instance using the given TachyonConf object.
StorageTierAssoc(List<String>) - Constructor for class tachyon.StorageTierAssoc
Constructs a new instance using the given list of storage tier aliases in order of their position in the hierarchy.
storageTiers - Variable in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
the list of storage tiers
StorageTierView - Class in tachyon.worker.block.meta
This class is a wrapper of StorageTier to provide more limited access
StorageTierView(StorageTier, BlockMetadataManagerView) - Constructor for class tachyon.worker.block.meta.StorageTierView
Creates a StorageTierView using the actual StorageTier and the above BlockMetadataManagerView
STORE_ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
 
STORE_ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
 
STORE_ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.KeyValue.CreateStoreEntry
 
STORE_ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
 
storeToHadoopConfiguration(TachyonConf, Configuration) - Static method in class tachyon.hadoop.ConfUtils
Stores the source TachyonConf object to the target Hadoop Configuration object.
streamToJournalCheckpoint(JournalOutputStream) - Method in class tachyon.master.block.BlockMaster
 
streamToJournalCheckpoint(JournalOutputStream) - Method in class tachyon.master.file.FileSystemMaster
 
streamToJournalCheckpoint(JournalOutputStream) - Method in class tachyon.master.file.meta.InodeTree
 
streamToJournalCheckpoint(JournalOutputStream) - Method in interface tachyon.master.journal.JournalCheckpointStreamable
Writes to the journal, in a streaming fashion, via the JournalOutputStream
streamToJournalCheckpoint(JournalOutputStream) - Method in class tachyon.master.keyvalue.KeyValueMaster
 
streamToJournalCheckpoint(JournalOutputStream) - Method in class tachyon.master.lineage.LineageMaster
 
streamToJournalCheckpoint(JournalOutputStream) - Method in class tachyon.master.lineage.meta.LineageStore
 
subProperties(Properties, String) - Method in class tachyon.metrics.MetricsConfig
Uses regex to parse every original property key to a prefix and a suffix.
success - Variable in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
 
success - Variable in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
 
success - Variable in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
 
success - Variable in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
 
success - Variable in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
 
success - Variable in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
 
success - Variable in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
 
success - Variable in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
 
success - Variable in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
success - Variable in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
success - Variable in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
 
success - Variable in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
 
success - Variable in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
 
success - Variable in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
 
success - Variable in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
 
success - Variable in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
 
success - Variable in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
 
success - Variable in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
 
success - Variable in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
success - Variable in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
 
success - Variable in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
 
success - Variable in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
 
success - Variable in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
 
success - Variable in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
success - Variable in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
success - Variable in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
success - Variable in class tachyon.thrift.LineageMasterClientService.createLineage_result
 
success - Variable in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
 
success - Variable in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
 
success - Variable in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
 
success - Variable in class tachyon.thrift.TachyonService.getServiceVersion_result
 
supportsPath(String, TachyonConf) - Method in class tachyon.underfs.glusterfs.GlusterFSUnderFileSystemFactory
 
supportsPath(String, TachyonConf) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystemFactory
 
supportsPath(String, TachyonConf) - Method in class tachyon.underfs.local.LocalUnderFileSystemFactory
 
supportsPath(String, TachyonConf) - Method in class tachyon.underfs.oss.OSSUnderFileSystemFactory
 
supportsPath(String, TachyonConf) - Method in class tachyon.underfs.s3.S3UnderFileSystemFactory
 
supportsPath(String, TachyonConf) - Method in class tachyon.underfs.swift.SwiftUnderFileSystemFactory
 
supportsPath(String, TachyonConf) - Method in interface tachyon.underfs.UnderFileSystemFactory
Gets whether this factory supports the given path and thus whether calling the UnderFileSystemFactory.create(String, TachyonConf, Object) can succeed for this path.
SWIFT_API_KEY - Static variable in class tachyon.Constants
 
SWIFT_AUTH_METHOD_KEY - Static variable in class tachyon.Constants
 
SWIFT_AUTH_PORT_KEY - Static variable in class tachyon.Constants
 
SWIFT_AUTH_URL_KEY - Static variable in class tachyon.Constants
 
SWIFT_TENANT_KEY - Static variable in class tachyon.Constants
 
SWIFT_USE_PUBLIC_URI_KEY - Static variable in class tachyon.Constants
 
SWIFT_USER_KEY - Static variable in class tachyon.Constants
 
SwiftDirectClient - Class in tachyon.underfs.swift.http
Contains direct calls to OpenStack Swift.
SwiftDirectClient() - Constructor for class tachyon.underfs.swift.http.SwiftDirectClient
 
SwiftOutputStream - Class in tachyon.underfs.swift
A stream for writing data to Swift.
SwiftOutputStream(HttpURLConnection) - Constructor for class tachyon.underfs.swift.SwiftOutputStream
Creates a new instance of SwiftOutputStream.
SwiftUnderFileSystem - Class in tachyon.underfs.swift
OpenStack Swift UnderFileSystem implementation based on the JOSS library.
SwiftUnderFileSystem(String, TachyonConf) - Constructor for class tachyon.underfs.swift.SwiftUnderFileSystem
Constructs a new Swift UnderFileSystem.
SwiftUnderFileSystemFactory - Class in tachyon.underfs.swift
Factory for creating SwiftUnderFileSystem.
SwiftUnderFileSystemFactory() - Constructor for class tachyon.underfs.swift.SwiftUnderFileSystemFactory
 

T

tachyon - package tachyon
 
tachyon.annotation - package tachyon.annotation
 
tachyon.client - package tachyon.client
 
tachyon.client.block - package tachyon.client.block
 
tachyon.client.file - package tachyon.client.file
 
tachyon.client.file.options - package tachyon.client.file.options
 
tachyon.client.file.policy - package tachyon.client.file.policy
 
tachyon.client.keyvalue - package tachyon.client.keyvalue
 
tachyon.client.keyvalue.hadoop - package tachyon.client.keyvalue.hadoop
 
tachyon.client.lineage - package tachyon.client.lineage
 
tachyon.client.lineage.options - package tachyon.client.lineage.options
 
tachyon.client.netty - package tachyon.client.netty
 
tachyon.client.worker - package tachyon.client.worker
 
tachyon.collections - package tachyon.collections
 
tachyon.conf - package tachyon.conf
 
tachyon.examples - package tachyon.examples
 
tachyon.exception - package tachyon.exception
 
tachyon.fuse - package tachyon.fuse
 
tachyon.hadoop - package tachyon.hadoop
 
tachyon.heartbeat - package tachyon.heartbeat
 
tachyon.job - package tachyon.job
 
tachyon.master - package tachyon.master
 
tachyon.master.block - package tachyon.master.block
 
tachyon.master.block.meta - package tachyon.master.block.meta
 
tachyon.master.file - package tachyon.master.file
 
tachyon.master.file.meta - package tachyon.master.file.meta
 
tachyon.master.file.meta.options - package tachyon.master.file.meta.options
 
tachyon.master.file.options - package tachyon.master.file.options
 
tachyon.master.journal - package tachyon.master.journal
 
tachyon.master.keyvalue - package tachyon.master.keyvalue
 
tachyon.master.lineage - package tachyon.master.lineage
 
tachyon.master.lineage.checkpoint - package tachyon.master.lineage.checkpoint
 
tachyon.master.lineage.meta - package tachyon.master.lineage.meta
 
tachyon.master.lineage.recompute - package tachyon.master.lineage.recompute
 
tachyon.master.permission - package tachyon.master.permission
 
tachyon.metrics - package tachyon.metrics
 
tachyon.metrics.sink - package tachyon.metrics.sink
 
tachyon.metrics.source - package tachyon.metrics.source
 
tachyon.network - package tachyon.network
 
tachyon.network.protocol - package tachyon.network.protocol
 
tachyon.network.protocol.databuffer - package tachyon.network.protocol.databuffer
 
tachyon.proto.journal - package tachyon.proto.journal
 
tachyon.replay - package tachyon.replay
 
tachyon.resource - package tachyon.resource
 
tachyon.retry - package tachyon.retry
Set of utilities for working with retryable operations.
tachyon.security - package tachyon.security
 
tachyon.security.authentication - package tachyon.security.authentication
 
tachyon.security.authorization - package tachyon.security.authorization
 
tachyon.security.group - package tachyon.security.group
 
tachyon.security.group.provider - package tachyon.security.group.provider
 
tachyon.security.login - package tachyon.security.login
 
tachyon.shell - package tachyon.shell
 
tachyon.shell.command - package tachyon.shell.command
 
tachyon.thrift - package tachyon.thrift
 
tachyon.underfs - package tachyon.underfs
 
tachyon.underfs.glusterfs - package tachyon.underfs.glusterfs
 
tachyon.underfs.hdfs - package tachyon.underfs.hdfs
 
tachyon.underfs.local - package tachyon.underfs.local
 
tachyon.underfs.oss - package tachyon.underfs.oss
 
tachyon.underfs.s3 - package tachyon.underfs.s3
 
tachyon.underfs.swift - package tachyon.underfs.swift
 
tachyon.underfs.swift.http - package tachyon.underfs.swift.http
 
tachyon.util - package tachyon.util
 
tachyon.util.io - package tachyon.util.io
 
tachyon.util.network - package tachyon.util.network
 
tachyon.web - package tachyon.web
 
tachyon.worker - package tachyon.worker
Worker process and utils for working with the worker remotely.
tachyon.worker.block - package tachyon.worker.block
 
tachyon.worker.block.allocator - package tachyon.worker.block.allocator
 
tachyon.worker.block.evictor - package tachyon.worker.block.evictor
Set of evictors for evicting or moving blocks to other locations.
tachyon.worker.block.io - package tachyon.worker.block.io
 
tachyon.worker.block.meta - package tachyon.worker.block.meta
 
tachyon.worker.file - package tachyon.worker.file
 
tachyon.worker.keyvalue - package tachyon.worker.keyvalue
 
tachyon.worker.netty - package tachyon.worker.netty
 
tachyon.worker.nio - package tachyon.worker.nio
 
TACHYON_ACCESS_LOGGER_TYPE - Static variable in class tachyon.Constants
 
TACHYON_CONF_SITE - Static variable in class tachyon.Constants
 
TACHYON_DEBUG - Static variable in class tachyon.Constants
 
TACHYON_HOME - Static variable in class tachyon.Constants
 
TACHYON_JAR - Static variable in class tachyon.Version
The relative path to the Tachyon target jar.
TACHYON_LOGGER_TYPE - Static variable in class tachyon.Constants
 
TACHYON_PATH_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.AddMountPointEntry
 
TACHYON_PATH_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.DeleteMountPointEntry
 
TACHYON_VERSION - Static variable in class tachyon.Constants
 
TachyonBlockStore - Class in tachyon.client.block
Tachyon Block Store client.
TachyonConf - Class in tachyon.conf
All the runtime configuration properties of Tachyon.
TachyonConf(Map<String, String>) - Constructor for class tachyon.conf.TachyonConf
Overrides default properties.
TachyonConf(Properties) - Constructor for class tachyon.conf.TachyonConf
Overrides default properties.
TachyonConf() - Constructor for class tachyon.conf.TachyonConf
Default constructor.
TachyonException - Exception in tachyon.exception
General TachyonException used throughout the system.
TachyonException(TachyonTException) - Constructor for exception tachyon.exception.TachyonException
Constructs a TachyonException with an exception type from a TachyonTException.
TachyonException(TachyonExceptionType, Throwable) - Constructor for exception tachyon.exception.TachyonException
 
TachyonException(TachyonExceptionType, String) - Constructor for exception tachyon.exception.TachyonException
 
TachyonException(TachyonExceptionType, String, Throwable) - Constructor for exception tachyon.exception.TachyonException
 
TachyonExceptionType - Enum in tachyon.exception
Holds the different types of exceptions thrown by Tachyon.
TachyonFSTestUtils - Class in tachyon.client
Utility class for testing the Tachyon file system.
TachyonFuse - Class in tachyon.fuse
Main entry point to Tachyon-FUSE
TachyonFuse() - Constructor for class tachyon.fuse.TachyonFuse
 
TachyonFuseUtils - Class in tachyon.fuse
Utility methods for Tachyon-FUSE.
TachyonJaasConfiguration - Class in tachyon.security.login
A JAAS configuration that defines the login modules, by which JAAS uses to login.
TachyonJaasConfiguration() - Constructor for class tachyon.security.login.TachyonJaasConfiguration
 
TachyonJaasProperties - Class in tachyon.security.login
This class provides constants used in JAAS login.
TachyonJaasProperties() - Constructor for class tachyon.security.login.TachyonJaasProperties
 
TachyonLineage - Class in tachyon.client.lineage
A LineageClient implementation.
TachyonLoginModule - Class in tachyon.security.login
A login module that search the Kerberos or OS user from Subject, and then convert to a Tachyon user.
TachyonLoginModule() - Constructor for class tachyon.security.login.TachyonLoginModule
 
TachyonMaster - Class in tachyon.master
Entry point for the Master program.
TachyonMaster() - Constructor for class tachyon.master.TachyonMaster
 
TachyonMaster.Factory - Class in tachyon.master
Factory for creating TachyonMaster or TachyonMasterFaultTolerant based on TachyonConf.
tachyonPath - Variable in class tachyon.thrift.FileSystemMasterClientService.mount_args
the path of tachyon mount point
tachyonPath - Variable in class tachyon.thrift.FileSystemMasterClientService.unmount_args
the path of the tachyon mount point
TachyonReadWorker(int, int, int, ByteBuffer) - Constructor for class tachyon.examples.Performance.TachyonReadWorker
 
TachyonService - Class in tachyon.thrift
 
TachyonService() - Constructor for class tachyon.thrift.TachyonService
 
TachyonService.AsyncClient - Class in tachyon.thrift
 
TachyonService.AsyncClient.Factory - Class in tachyon.thrift
 
TachyonService.AsyncClient.getServiceVersion_call - Class in tachyon.thrift
 
TachyonService.AsyncIface - Interface in tachyon.thrift
 
TachyonService.AsyncProcessor<I extends TachyonService.AsyncIface> - Class in tachyon.thrift
 
TachyonService.AsyncProcessor.getServiceVersion<I extends TachyonService.AsyncIface> - Class in tachyon.thrift
 
TachyonService.Client - Class in tachyon.thrift
 
TachyonService.Client.Factory - Class in tachyon.thrift
 
TachyonService.getServiceVersion_args - Class in tachyon.thrift
 
TachyonService.getServiceVersion_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TachyonService.getServiceVersion_result - Class in tachyon.thrift
 
TachyonService.getServiceVersion_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TachyonService.Iface - Interface in tachyon.thrift
 
TachyonService.Processor<I extends TachyonService.Iface> - Class in tachyon.thrift
 
TachyonService.Processor.getServiceVersion<I extends TachyonService.Iface> - Class in tachyon.thrift
 
TachyonStorageType - Enum in tachyon.client
Specifies the type of data interaction with Tachyon.
TachyonTException - Exception in tachyon.thrift
 
TachyonTException() - Constructor for exception tachyon.thrift.TachyonTException
 
TachyonTException(String, String) - Constructor for exception tachyon.thrift.TachyonTException
 
TachyonTException(TachyonTException) - Constructor for exception tachyon.thrift.TachyonTException
Performs a deep copy on other.
TachyonTException._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TachyonURI - Class in tachyon
It uses a hierarchical URI internally.
TachyonURI(String) - Constructor for class tachyon.TachyonURI
Construct a TachyonURI from a String.
TachyonURI(String, String, String) - Constructor for class tachyon.TachyonURI
Construct a TachyonURI from components.
TachyonURI(TachyonURI, TachyonURI) - Constructor for class tachyon.TachyonURI
Resolve a child TachyonURI against a parent TachyonURI.
TachyonWorker - Class in tachyon.worker
Entry point for the Tachyon Worker.
TachyonWorker() - Constructor for class tachyon.worker.TachyonWorker
Constructor of TachyonWorker.
TachyonWriterWorker(int, int, int, ByteBuffer) - Constructor for class tachyon.examples.Performance.TachyonWriterWorker
 
TailCommand - Class in tachyon.shell.command
Prints the file's last 1KB of contents to the console.
TailCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.TailCommand
 
takeLeadership(CuratorFramework) - Method in class tachyon.LeaderSelectorClient
 
TB - Static variable in class tachyon.Constants
 
TempBlockMeta - Class in tachyon.worker.block.meta
Represents the metadata of an uncommitted block in Tachyon managed storage.
TempBlockMeta(long, long, long, StorageDir) - Constructor for class tachyon.worker.block.meta.TempBlockMeta
Creates a new instance of TempBlockMeta.
temporaryFileName(long, String) - Static method in class tachyon.util.io.PathUtils
Generates a deterministic temporary file name for the a path and a file id and a nonce.
tempPath(StorageDir, long, long) - Static method in class tachyon.worker.block.meta.BlockMetaBase
All blocks are created as temp blocks before committed.
TFS - Class in tachyon.hadoop
A Tachyon client API compatible with Apache Hadoop FileSystem interface.
TFS() - Constructor for class tachyon.hadoop.TFS
 
TFSFT - Class in tachyon.hadoop
A Tachyon client API compatible with Apache Hadoop FileSystem interface.
TFSFT() - Constructor for class tachyon.hadoop.TFSFT
 
TfsShell - Class in tachyon.shell
Class for handling command line inputs.
TfsShell(TachyonConf) - Constructor for class tachyon.shell.TfsShell
 
TfsShellCommand - Interface in tachyon.shell.command
An interface for all the commands that can be run from TfsShell.
TfsShellUtils - Class in tachyon.shell
Class for convenience methods used by TfsShell.
TfsShellUtils() - Constructor for class tachyon.shell.TfsShellUtils
 
ThreadFactoryUtils - Class in tachyon.util
Utility methods for the ThreadFactory class.
THRIFT_STOP_TIMEOUT_SECONDS - Static variable in class tachyon.Constants
Maximum number of seconds to wait for thrift servers to stop on shutdown.
ThriftIOException - Exception in tachyon.thrift
 
ThriftIOException() - Constructor for exception tachyon.thrift.ThriftIOException
 
ThriftIOException(String) - Constructor for exception tachyon.thrift.ThriftIOException
 
ThriftIOException(ThriftIOException) - Constructor for exception tachyon.thrift.ThriftIOException
Performs a deep copy on other.
ThriftIOException._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
tick() - Method in interface tachyon.heartbeat.HeartbeatTimer
Waits until next heartbeat should be executed.
tick() - Method in class tachyon.heartbeat.ScheduledTimer
Waits until the heartbeat is scheduled for execution.
tick() - Method in class tachyon.heartbeat.SleepingTimer
Enforces the thread waits for the given interval between consecutive ticks.
tierAlias - Variable in class tachyon.thrift.BlockLocation
 
tierAlias - Variable in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
the alias of the target tier
tierAlias() - Method in class tachyon.worker.block.BlockStoreLocation
Gets the storage tier alias of the location.
TieredBlockStore - Class in tachyon.worker.block
This class represents an object store that manages all the blocks in the local tiered storage.
TieredBlockStore() - Constructor for class tachyon.worker.block.TieredBlockStore
Creates a new instance of TieredBlockStore.
timeout() - Method in class tachyon.SessionInfo
Checks whether the session has timed out.
TIMEOUT_MS - Static variable in class tachyon.client.netty.NettyClient
The maximum number of milliseconds to wait for a response from the server.
TO_STORE_ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.KeyValue.MergeStoreEntry
 
toBlockStoreLocation() - Method in class tachyon.worker.block.meta.StorageDir
 
toBlockStoreLocation() - Method in class tachyon.worker.block.meta.StorageDirView
Creates a BlockStoreLocation for this directory view.
toBuilder() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
 
toBuilder() - Method in class tachyon.proto.journal.Block.BlockInfoEntry
 
toBuilder() - Method in class tachyon.proto.journal.File.AddMountPointEntry
 
toBuilder() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
 
toBuilder() - Method in class tachyon.proto.journal.File.CompleteFileEntry
 
toBuilder() - Method in class tachyon.proto.journal.File.DeleteFileEntry
 
toBuilder() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry
 
toBuilder() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
 
toBuilder() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
 
toBuilder() - Method in class tachyon.proto.journal.File.InodeFileEntry
 
toBuilder() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
 
toBuilder() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry
 
toBuilder() - Method in class tachyon.proto.journal.File.PersistFileEntry
 
toBuilder() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
 
toBuilder() - Method in class tachyon.proto.journal.File.RenameEntry
 
toBuilder() - Method in class tachyon.proto.journal.File.SetAclEntry
 
toBuilder() - Method in class tachyon.proto.journal.File.SetStateEntry
 
toBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
 
toBuilder() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
 
toBuilder() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
 
toBuilder() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
 
toBuilder() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
 
toBuilder() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
 
toBuilder() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
 
toBuilder() - Method in class tachyon.proto.journal.Lineage.LineageEntry
 
toBuilder() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
 
toEvict() - Method in class tachyon.worker.block.evictor.EvictionPlan
 
toInStreamOptions() - Method in class tachyon.client.file.options.OpenFileOptions
 
toJournalEntry() - Method in class tachyon.master.block.BlockContainerIdGenerator
 
toJournalEntry() - Method in class tachyon.master.file.meta.InodeDirectory
 
toJournalEntry() - Method in class tachyon.master.file.meta.InodeDirectoryIdGenerator
 
toJournalEntry() - Method in class tachyon.master.file.meta.InodeFile
 
toJournalEntry() - Method in interface tachyon.master.journal.JournalEntryRepresentable
 
toJournalEntry() - Method in class tachyon.master.lineage.meta.Lineage
 
toJournalEntry() - Method in class tachyon.master.lineage.meta.LineageIdGenerator
 
TOKEN_SEPARATOR_REGEX - Static variable in class tachyon.util.ShellUtils
Token separator regex used to parse Shell tool outputs
toMap() - Method in class tachyon.conf.TachyonConf
Returns the properties as a Map.
toMove() - Method in class tachyon.worker.block.evictor.EvictionPlan
 
toOpenFileOptions(CreateFileOptions) - Static method in class tachyon.client.TachyonFSTestUtils
Converts a CreateFileOptions object to an OpenFileOptions object with a matching Tachyon storage type.
toOutStreamOptions() - Method in class tachyon.client.file.options.CreateFileOptions
 
toPath - Variable in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
the path of the store to be merged to
toShort() - Method in class tachyon.security.authorization.FileSystemPermission
Encodes the object to a short.
toString() - Method in class tachyon.client.file.options.CreateDirectoryOptions
 
toString() - Method in class tachyon.client.file.options.CreateFileOptions
 
toString() - Method in class tachyon.client.file.options.DeleteOptions
 
toString() - Method in class tachyon.client.file.options.FreeOptions
 
toString() - Method in class tachyon.client.file.options.InStreamOptions
 
toString() - Method in class tachyon.client.file.options.LoadMetadataOptions
 
toString() - Method in class tachyon.client.file.options.OpenFileOptions
 
toString() - Method in class tachyon.client.file.options.OutStreamOptions
 
toString() - Method in class tachyon.client.file.options.SetAclOptions
 
toString() - Method in class tachyon.client.file.options.SetAttributeOptions
 
toString() - Method in class tachyon.client.file.URIStatus
 
toString() - Method in class tachyon.collections.Pair
 
toString() - Method in class tachyon.collections.PrefixList
Print out all prefixes separated by ";".
toString() - Method in class tachyon.conf.TachyonConf
 
toString() - Method in class tachyon.job.CommandLineJob
 
toString() - Method in class tachyon.master.block.meta.MasterBlockInfo
 
toString() - Method in class tachyon.master.block.meta.MasterWorkerInfo
 
toString() - Method in class tachyon.master.file.meta.Inode
 
toString() - Method in class tachyon.master.file.meta.InodeDirectory
 
toString() - Method in class tachyon.master.file.meta.InodeFile
 
toString() - Method in class tachyon.master.lineage.checkpoint.CheckpointPlan
 
toString() - Method in class tachyon.master.lineage.meta.Lineage
 
toString() - Method in class tachyon.master.lineage.recompute.RecomputePlan
 
toString() - Method in class tachyon.network.protocol.RPCBlockReadRequest
 
toString() - Method in class tachyon.network.protocol.RPCBlockReadResponse
 
toString() - Method in class tachyon.network.protocol.RPCErrorResponse
 
toString() - Method in class tachyon.security.authorization.FileSystemPermission
 
toString() - Method in class tachyon.security.authorization.PermissionStatus
 
toString() - Method in class tachyon.security.User
 
toString() - Method in class tachyon.SessionInfo
 
toString() - Method in class tachyon.TachyonURI
Illegal characters unescaped in the string, for glob processing, etc.
toString() - Method in class tachyon.thrift.BlockInfo
 
toString() - Method in class tachyon.thrift.BlockLocation
 
toString() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
 
toString() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
 
toString() - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_args
 
toString() - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
 
toString() - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_args
 
toString() - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
 
toString() - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args
 
toString() - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
 
toString() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
 
toString() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_result
 
toString() - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
 
toString() - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
 
toString() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
toString() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
 
toString() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
toString() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
 
toString() - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
 
toString() - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_result
 
toString() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
 
toString() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
 
toString() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
 
toString() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
 
toString() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
 
toString() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
 
toString() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
 
toString() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
 
toString() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
 
toString() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
toString() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
 
toString() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
toString() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
 
toString() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
 
toString() - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
 
toString() - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result
 
toString() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
 
toString() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
 
toString() - Method in class tachyon.thrift.Command
 
toString() - Method in class tachyon.thrift.CommandLineJobInfo
 
toString() - Method in class tachyon.thrift.CompleteFileTOptions
 
toString() - Method in class tachyon.thrift.CreateDirectoryTOptions
 
toString() - Method in class tachyon.thrift.CreateFileTOptions
 
toString() - Method in class tachyon.thrift.DependencyInfo
 
toString() - Method in class tachyon.thrift.FileBlockInfo
 
toString() - Method in class tachyon.thrift.FileInfo
 
toString() - Method in class tachyon.thrift.FileSystemCommand
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
 
toString() - Method in class tachyon.thrift.JobConfInfo
 
toString() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
 
toString() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
 
toString() - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
 
toString() - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
 
toString() - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
 
toString() - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
 
toString() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
 
toString() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
 
toString() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
 
toString() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
 
toString() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
 
toString() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
 
toString() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
 
toString() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
toString() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
 
toString() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
toString() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
 
toString() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
toString() - Method in class tachyon.thrift.LineageInfo
 
toString() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
 
toString() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
 
toString() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
 
toString() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
 
toString() - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_args
 
toString() - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
 
toString() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
 
toString() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
 
toString() - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
 
toString() - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
 
toString() - Method in class tachyon.thrift.LockBlockResult
 
toString() - Method in class tachyon.thrift.PartitionInfo
 
toString() - Method in class tachyon.thrift.PersistCommandOptions
 
toString() - Method in class tachyon.thrift.PersistFile
 
toString() - Method in class tachyon.thrift.RpcOptions
 
toString() - Method in class tachyon.thrift.SetAclTOptions
 
toString() - Method in class tachyon.thrift.SetAttributeTOptions
 
toString() - Method in class tachyon.thrift.TachyonService.getServiceVersion_args
 
toString() - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
 
toString() - Method in exception tachyon.thrift.TachyonTException
 
toString() - Method in exception tachyon.thrift.ThriftIOException
 
toString() - Method in class tachyon.thrift.WorkerInfo
 
toString() - Method in class tachyon.thrift.WorkerNetAddress
 
toString() - Method in exception tachyon.util.ShellUtils.ExitCodeException
 
toString() - Method in class tachyon.worker.block.BlockStoreLocation
Converts the location to a human readable form.
toString() - Method in class tachyon.worker.block.evictor.BlockTransferInfo
 
toString() - Method in class tachyon.worker.block.evictor.EvictionPlan
 
toString() - Method in class tachyon.worker.NetAddress
 
toStringArray(ArrayList<String>) - Static method in class tachyon.util.CommonUtils
Parses ArrayList<String> into String[].
toStringHadoopFileSplit(FileSplit) - Static method in class tachyon.hadoop.Utils
Returns a string representation of a Hadoop FileSplit.
toStringHadoopFileStatus(FileStatus) - Static method in class tachyon.hadoop.Utils
Returns a string representation of a Hadoop FileStatus.
toStringHadoopInputSplit(InputSplit) - Static method in class tachyon.hadoop.Utils
Returns a string representation of a InputSplit.
toTachyonTException() - Method in exception tachyon.exception.TachyonException
Constructs a TachyonTException from a TachyonException.
totalBytesOnTiers - Variable in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
the map of total bytes on each tier
toThrift() - Method in class tachyon.client.file.options.CompleteFileOptions
 
toThrift() - Method in class tachyon.client.file.options.CreateDirectoryOptions
 
toThrift() - Method in class tachyon.client.file.options.CreateFileOptions
 
toThrift() - Method in class tachyon.client.file.options.SetAclOptions
 
toThrift() - Method in class tachyon.client.file.options.SetAttributeOptions
 
toThrift() - Method in class tachyon.worker.NetAddress
 
touch(String, TachyonConf) - Static method in class tachyon.util.UnderFileSystemUtils
Creates an empty file.
TouchCommand - Class in tachyon.shell.command
Creates a 0 byte file specified by argv.
TouchCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.TouchCommand
 
ttl - Variable in class tachyon.thrift.CreateFileTOptions
 
ttl - Variable in class tachyon.thrift.FileInfo
 
ttl - Variable in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
time to live
ttl - Variable in class tachyon.thrift.SetAttributeTOptions
 
TTL_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeFileEntry
 
TTL_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.ReinitializeFileEntry
 
TTL_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.SetStateEntry
 
TTL_ONLY_FOR_FILE - Static variable in class tachyon.exception.PreconditionMessage
 
TtlBucket - Class in tachyon.master.file.meta
A bucket with all files whose ttl value lies in the bucket's time interval.
TtlBucket(long) - Constructor for class tachyon.master.file.meta.TtlBucket
Creates a new instance of TtlBucket.
TtlBucketList - Class in tachyon.master.file.meta
A list of non-empty TtlBuckets sorted by ttl interval start time of each bucket.
TtlBucketList() - Constructor for class tachyon.master.file.meta.TtlBucketList
Creates a new list of TtlBuckets.
tupleSchemeReadValue(TProtocol, short) - Method in class tachyon.thrift.FileSystemCommandOptions
 
tupleSchemeWriteValue(TProtocol) - Method in class tachyon.thrift.FileSystemCommandOptions
 
type - Variable in exception tachyon.thrift.TachyonTException
 

U

UFS_PATH_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.AddMountPointEntry
 
ufsLength - Variable in class tachyon.thrift.CompleteFileTOptions
 
ufsLocations - Variable in class tachyon.thrift.FileBlockInfo
 
ufsPath - Variable in class tachyon.thrift.FileInfo
 
ufsPath - Variable in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
the path of the under file system
ufsPath - Variable in class tachyon.thrift.FileSystemMasterClientService.mount_args
the path of the under file system
UfsUtils - Class in tachyon.client
Utilities related to under file system.
UIFileBlockInfo - Class in tachyon.web
Contains information for displaying a file block in the UI.
UIFileBlockInfo(FileBlockInfo) - Constructor for class tachyon.web.UIFileBlockInfo
Creates a new instance of UIFileBlockInfo.
UIFileBlockInfo(long, long, long, String) - Constructor for class tachyon.web.UIFileBlockInfo
Creates a new instance of UIFileBlockInfo.
UIFileInfo - Class in tachyon.web
Contains information about a file to be displayed in the UI.
UIFileInfo(FileInfo) - Constructor for class tachyon.web.UIFileInfo
Creates a new instance of UIFileInfo.
UIFileInfo(UIFileInfo.LocalFileInfo) - Constructor for class tachyon.web.UIFileInfo
Creates a new instance of UIFileInfo.
UIStorageDir(String, String, long, long) - Constructor for class tachyon.web.WebInterfaceWorkerGeneralServlet.UIStorageDir
UIWebServer - Class in tachyon.web
Class that bootstraps and starts the web server for the web interface.
UIWebServer(NetworkAddressUtils.ServiceType, InetSocketAddress, TachyonConf) - Constructor for class tachyon.web.UIWebServer
Creates a new instance of UIWebServer.
UIWorkerInfo(String, long) - Constructor for class tachyon.web.WebInterfaceWorkerGeneralServlet.UIWorkerInfo
unBufferedWrite(byte[], int, int) - Method in class tachyon.client.block.BufferedBlockOutStream
Writes the data in the byte array directly to the backing store.
unBufferedWrite(byte[], int, int) - Method in class tachyon.client.block.LocalBlockOutStream
 
unBufferedWrite(byte[], int, int) - Method in class tachyon.client.block.RemoteBlockOutStream
 
UnderFileSystem - Class in tachyon.underfs
Tachyon stores data into an under layer file system.
UnderFileSystem(TachyonConf) - Constructor for class tachyon.underfs.UnderFileSystem
 
UnderFileSystem.SpaceType - Enum in tachyon.underfs
The different types of space indicate the total space, the free space and the space used in the under file system.
UnderFileSystem.UnderFSType - Enum in tachyon.underfs
Type of under filesystem, to be used by UnderFileSystem.getUnderFSType() to determine which concrete under filesystem implementation is being used.
UnderFileSystemCluster - Class in tachyon.underfs
Base class for a UFS cluster.
UnderFileSystemCluster(String, TachyonConf) - Constructor for class tachyon.underfs.UnderFileSystemCluster
 
UnderFileSystemFactory - Interface in tachyon.underfs
Interface for under file system factories.
UnderFileSystemRegistry - Class in tachyon.underfs
Central registry of available UnderFileSystemFactory instances that uses the ServiceLoader mechanism to automatically discover available factories and provides a central place for obtaining actual UnderFileSystem instances.
UnderFileSystemRegistry() - Constructor for class tachyon.underfs.UnderFileSystemRegistry
 
UnderFileSystemUtils - Class in tachyon.util
Utility functions for working with UnderFileSystem.
UNDERFS_ADDRESS - Static variable in class tachyon.Constants
 
UNDERFS_GLUSTERFS_IMPL - Static variable in class tachyon.Constants
 
UNDERFS_GLUSTERFS_MOUNTS - Static variable in class tachyon.Constants
 
UNDERFS_GLUSTERFS_MR_DIR - Static variable in class tachyon.Constants
 
UNDERFS_GLUSTERFS_VOLUMES - Static variable in class tachyon.Constants
 
UNDERFS_HDFS_CONFIGURATION - Static variable in class tachyon.Constants
 
UNDERFS_HDFS_IMPL - Static variable in class tachyon.Constants
 
UNDERFS_HDFS_PREFIXS - Static variable in class tachyon.Constants
 
UNDERFS_OSS_CONNECT_MAX - Static variable in class tachyon.Constants
 
UNDERFS_OSS_CONNECT_TIMEOUT - Static variable in class tachyon.Constants
 
UNDERFS_OSS_CONNECT_TTL - Static variable in class tachyon.Constants
 
UNDERFS_OSS_SOCKET_TIMEOUT - Static variable in class tachyon.Constants
 
UNDERFS_S3_PROXY_HOST - Static variable in class tachyon.Constants
 
UNDERFS_S3_PROXY_HTTPS_ONLY - Static variable in class tachyon.Constants
 
UNDERFS_S3_PROXY_PORT - Static variable in class tachyon.Constants
 
UnderStorageType - Enum in tachyon.client
Specifies the type of data interaction with Tachyon's Under Storage.
UnderStoreBlockInStream - Class in tachyon.client.block
This class provides a streaming API to read a fixed chunk from a file in the under storage system.
UnderStoreBlockInStream(long, long, String) - Constructor for class tachyon.client.block.UnderStoreBlockInStream
Creates a new under storage file input stream.
uniqPath() - Static method in class tachyon.util.io.PathUtils
Creates a unique path based off the caller.
UNKNOWN_SERVICE_VERSION - Static variable in class tachyon.Constants
 
unlockBlock(long) - Method in class tachyon.client.worker.BlockWorkerClient
Unlocks the block
unlockBlock(long, long, AsyncMethodCallback) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient
 
unlockBlock(long, long, AsyncMethodCallback) - Method in interface tachyon.thrift.BlockWorkerClientService.AsyncIface
 
unlockBlock() - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.unlockBlock
 
unlockBlock(long, long) - Method in class tachyon.thrift.BlockWorkerClientService.Client
 
unlockBlock(long, long) - Method in interface tachyon.thrift.BlockWorkerClientService.Iface
Used to unlock a block after the block is accessed, if the block is to be removed, delete the block file.
unlockBlock() - Constructor for class tachyon.thrift.BlockWorkerClientService.Processor.unlockBlock
 
unlockBlock(long) - Method in class tachyon.worker.block.BlockDataManager
Releases the lock with the specified lock id.
unlockBlock(long, long) - Method in class tachyon.worker.block.BlockDataManager
Releases the lock with the specified session and block id.
unlockBlock(long) - Method in class tachyon.worker.block.BlockLockManager
Releases the lock with the specified lock id.
unlockBlock(long, long) - Method in class tachyon.worker.block.BlockLockManager
Releases the lock with the specified session and block id.
unlockBlock(long, long) - Method in class tachyon.worker.block.BlockWorkerClientServiceHandler
Used to unlock a block after the block is accessed, if the block is to be removed, delete the block file.
unlockBlock(long) - Method in class tachyon.worker.block.TieredBlockStore
 
unlockBlock(long, long) - Method in class tachyon.worker.block.TieredBlockStore
 
unlockBlock_args() - Constructor for class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
 
unlockBlock_args(long, long) - Constructor for class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
 
unlockBlock_args(BlockWorkerClientService.unlockBlock_args) - Constructor for class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
Performs a deep copy on other.
unlockBlock_call(long, long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncClient.unlockBlock_call
 
unlockBlock_result() - Constructor for class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
 
unlockBlock_result(boolean) - Constructor for class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
 
unlockBlock_result(BlockWorkerClientService.unlockBlock_result) - Constructor for class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
Performs a deep copy on other.
unmount(TachyonURI) - Method in class tachyon.client.file.BaseFileSystem
 
unmount(TachyonURI, UnmountOptions) - Method in class tachyon.client.file.BaseFileSystem
 
unmount(TachyonURI) - Method in interface tachyon.client.file.FileSystem
Convenience method for FileSystem.unmount(TachyonURI, UnmountOptions) with default options.
unmount(TachyonURI, UnmountOptions) - Method in interface tachyon.client.file.FileSystem
Unmounts a UFS subtree identified by the given Tachyon path.
unmount(TachyonURI) - Method in class tachyon.client.file.FileSystemMasterClient
Unmounts the given Tachyon path.
unmount(TachyonURI) - Method in class tachyon.master.file.FileSystemMaster
Unmounts a UFS path previously mounted path onto a Tachyon path.
unmount(String) - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
 
unmount(String, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient
 
unmount(String, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterClientService.AsyncIface
 
unmount() - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.unmount
 
unmount(String) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
 
unmount(String) - Method in interface tachyon.thrift.FileSystemMasterClientService.Iface
Deletes an existing "mount point", voiding the Tachyon namespace at the given path.
unmount() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor.unmount
 
unmount_args() - Constructor for class tachyon.thrift.FileSystemMasterClientService.unmount_args
 
unmount_args(String) - Constructor for class tachyon.thrift.FileSystemMasterClientService.unmount_args
 
unmount_args(FileSystemMasterClientService.unmount_args) - Constructor for class tachyon.thrift.FileSystemMasterClientService.unmount_args
Performs a deep copy on other.
unmount_call(String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.unmount_call
 
unmount_result() - Constructor for class tachyon.thrift.FileSystemMasterClientService.unmount_result
 
unmount_result(TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.FileSystemMasterClientService.unmount_result
 
unmount_result(FileSystemMasterClientService.unmount_result) - Constructor for class tachyon.thrift.FileSystemMasterClientService.unmount_result
Performs a deep copy on other.
UnmountCommand - Class in tachyon.shell.command
Unmounts a Tachyon path.
UnmountCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.UnmountCommand
 
UnmountOptions - Class in tachyon.client.file.options
Method option for unmounting a path.
UnpinCommand - Class in tachyon.shell.command
Unpins the given file or folder (recursively unpinning all children if a folder).
UnpinCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.UnpinCommand
 
unregister(UnderFileSystemFactory) - Static method in class tachyon.underfs.UnderFileSystemRegistry
Unregisters an existing factory
unsetAddedBlocksOnTiers() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
unsetAddress() - Method in class tachyon.thrift.WorkerInfo
 
unsetAllowExists() - Method in class tachyon.thrift.CreateDirectoryTOptions
 
unsetBlockId() - Method in class tachyon.thrift.BlockInfo
 
unsetBlockId() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
 
unsetBlockId() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
 
unsetBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
 
unsetBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
 
unsetBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
 
unsetBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
 
unsetBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
 
unsetBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
 
unsetBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
 
unsetBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
 
unsetBlockId() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
 
unsetBlockId() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
 
unsetBlockId() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
 
unsetBlockId() - Method in class tachyon.thrift.PartitionInfo
 
unsetBlockIds() - Method in class tachyon.thrift.FileInfo
 
unsetBlockIds() - Method in class tachyon.thrift.PersistFile
 
unsetBlockInfo() - Method in class tachyon.thrift.FileBlockInfo
 
unsetBlockPath() - Method in class tachyon.thrift.LockBlockResult
 
unsetBlockSizeBytes() - Method in class tachyon.thrift.CreateFileTOptions
 
unsetBlockSizeBytes() - Method in class tachyon.thrift.FileInfo
 
unsetBlockSizeBytes() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
 
unsetCapacityBytes() - Method in class tachyon.thrift.WorkerInfo
 
unsetCascade() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
 
unsetChildren() - Method in class tachyon.thrift.LineageInfo
 
unsetCommand() - Method in class tachyon.thrift.CommandLineJobInfo
 
unsetCommandOptions() - Method in class tachyon.thrift.FileSystemCommand
 
unsetCommandType() - Method in class tachyon.thrift.Command
 
unsetCommandType() - Method in class tachyon.thrift.FileSystemCommand
 
unsetConf() - Method in class tachyon.thrift.CommandLineJobInfo
 
unsetCreationTimeMs() - Method in class tachyon.thrift.FileInfo
 
unsetCreationTimeMs() - Method in class tachyon.thrift.LineageInfo
 
unsetCurrentBlocksOnTiers() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
unsetData() - Method in class tachyon.thrift.Command
 
unsetDataPort() - Method in class tachyon.thrift.WorkerNetAddress
 
unsetDstPath() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
 
unsetE() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
 
unsetE() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
 
unsetE() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
 
unsetE() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
 
unsetE() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
 
unsetE() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
 
unsetE() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
unsetE() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
unsetE() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
 
unsetE() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
 
unsetE() - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
 
unsetE() - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
 
unsetE() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
 
unsetE() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
 
unsetE() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
 
unsetE() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
unsetE() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
unsetE() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
unsetE() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
 
unsetE() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
 
unsetE() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
 
unsetE() - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
 
unsetFileId() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
 
unsetFileId() - Method in class tachyon.thrift.FileInfo
 
unsetFileId() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
 
unsetFileId() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
 
unsetFileId() - Method in class tachyon.thrift.PersistFile
 
unsetFromPath() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
 
unsetGroup() - Method in class tachyon.thrift.SetAclTOptions
 
unsetGroupName() - Method in class tachyon.thrift.FileInfo
 
unsetHost() - Method in class tachyon.thrift.WorkerNetAddress
 
unsetId() - Method in class tachyon.thrift.LineageInfo
 
unsetId() - Method in class tachyon.thrift.WorkerInfo
 
unsetInfo() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
 
unsetInitialBytes() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
 
unsetInMemoryPercentage() - Method in class tachyon.thrift.FileInfo
 
unsetInputFiles() - Method in class tachyon.thrift.LineageInfo
 
unsetInputFiles() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
 
unsetIoe() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
 
unsetIoe() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
 
unsetIoe() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
unsetIoe() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
unsetIoe() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
 
unsetIoe() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
 
unsetIoe() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
unsetIoe() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
 
unsetIoe() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
 
unsetIoe() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
 
unsetIoe() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
 
unsetIoe() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
 
unsetIoe() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
unsetIoe() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
unsetIoe() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
unsetIoe() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
 
unsetIsCacheable() - Method in class tachyon.thrift.FileInfo
 
unsetIsCompleted() - Method in class tachyon.thrift.FileInfo
 
unsetIsFolder() - Method in class tachyon.thrift.FileInfo
 
unsetIsPersisted() - Method in class tachyon.thrift.FileInfo
 
unsetIsPinned() - Method in class tachyon.thrift.FileInfo
 
unsetJob() - Method in class tachyon.thrift.LineageInfo
 
unsetJob() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
 
unsetKey() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
 
unsetKey() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
 
unsetKey() - Method in class tachyon.thrift.RpcOptions
 
unsetKeyLimit() - Method in class tachyon.thrift.PartitionInfo
 
unsetKeyStart() - Method in class tachyon.thrift.PartitionInfo
 
unsetLastContactSec() - Method in class tachyon.thrift.WorkerInfo
 
unsetLastModificationTimeMs() - Method in class tachyon.thrift.FileInfo
 
unsetLength() - Method in class tachyon.thrift.BlockInfo
 
unsetLength() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
 
unsetLength() - Method in class tachyon.thrift.FileInfo
 
unsetLineageId() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
 
unsetLocations() - Method in class tachyon.thrift.BlockInfo
 
unsetLockId() - Method in class tachyon.thrift.LockBlockResult
 
unsetMessage() - Method in exception tachyon.thrift.TachyonTException
 
unsetMessage() - Method in exception tachyon.thrift.ThriftIOException
 
unsetMetrics() - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
 
unsetName() - Method in class tachyon.thrift.FileInfo
 
unsetNumKeys() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
 
unsetOffset() - Method in class tachyon.thrift.FileBlockInfo
 
unsetOptions() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
 
unsetOptions() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
 
unsetOptions() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
 
unsetOptions() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
 
unsetOptions() - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
 
unsetOutputFile() - Method in class tachyon.thrift.JobConfInfo
 
unsetOutputFiles() - Method in class tachyon.thrift.LineageInfo
 
unsetOutputFiles() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
 
unsetOwner() - Method in class tachyon.thrift.SetAclTOptions
 
unsetParents() - Method in class tachyon.thrift.LineageInfo
 
unsetPath() - Method in class tachyon.thrift.FileInfo
 
unsetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
 
unsetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
 
unsetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
 
unsetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
 
unsetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
 
unsetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
 
unsetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
 
unsetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
 
unsetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
 
unsetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
 
unsetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
 
unsetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
 
unsetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
 
unsetPath() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
 
unsetPath() - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
 
unsetPath() - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
 
unsetPath() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
 
unsetPath() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
 
unsetPath() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
 
unsetPath() - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
 
unsetPermission() - Method in class tachyon.thrift.FileInfo
 
unsetPermission() - Method in class tachyon.thrift.SetAclTOptions
 
unsetPersisted() - Method in class tachyon.thrift.CreateDirectoryTOptions
 
unsetPersisted() - Method in class tachyon.thrift.CreateFileTOptions
 
unsetPersisted() - Method in class tachyon.thrift.SetAttributeTOptions
 
unsetPersistedFiles() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
 
unsetPersistenceState() - Method in class tachyon.thrift.FileInfo
 
unsetPersistFiles() - Method in class tachyon.thrift.PersistCommandOptions
 
unsetPinned() - Method in class tachyon.thrift.SetAttributeTOptions
 
unsetRecursive() - Method in class tachyon.thrift.CreateDirectoryTOptions
 
unsetRecursive() - Method in class tachyon.thrift.CreateFileTOptions
 
unsetRecursive() - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
 
unsetRecursive() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
 
unsetRecursive() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
 
unsetRecursive() - Method in class tachyon.thrift.SetAclTOptions
 
unsetRemovedBlockIds() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
unsetRequestBytes() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
 
unsetRpcPort() - Method in class tachyon.thrift.WorkerNetAddress
 
unsetSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
 
unsetSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
 
unsetSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
 
unsetSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
 
unsetSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
 
unsetSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
 
unsetSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
 
unsetStartTimeMs() - Method in class tachyon.thrift.WorkerInfo
 
unsetState() - Method in class tachyon.thrift.WorkerInfo
 
unsetStorageTiers() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
unsetSuccess() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
 
unsetSuccess() - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
 
unsetSuccess() - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
 
unsetSuccess() - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
 
unsetSuccess() - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
 
unsetSuccess() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
 
unsetSuccess() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
 
unsetSuccess() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
 
unsetSuccess() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
unsetSuccess() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
unsetSuccess() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
 
unsetSuccess() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
 
unsetSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
 
unsetSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
 
unsetSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
 
unsetSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
 
unsetSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
 
unsetSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
 
unsetSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
unsetSuccess() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
 
unsetSuccess() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
 
unsetSuccess() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
 
unsetSuccess() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
 
unsetSuccess() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
unsetSuccess() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
unsetSuccess() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
unsetSuccess() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
 
unsetSuccess() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
 
unsetSuccess() - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
 
unsetSuccess() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
 
unsetSuccess() - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
 
unsetTachyonPath() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
 
unsetTachyonPath() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
 
unsetTierAlias() - Method in class tachyon.thrift.BlockLocation
 
unsetTierAlias() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
 
unsetToPath() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
 
unsetTotalBytesOnTiers() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
unsetTtl() - Method in class tachyon.thrift.CreateFileTOptions
 
unsetTtl() - Method in class tachyon.thrift.FileInfo
 
unsetTtl() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
 
unsetTtl() - Method in class tachyon.thrift.SetAttributeTOptions
 
UnsetTtlCommand - Class in tachyon.shell.command
Unsets the TTL value for the given path.
UnsetTtlCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.UnsetTtlCommand
 
unsetType() - Method in exception tachyon.thrift.TachyonTException
 
unsetUfsLength() - Method in class tachyon.thrift.CompleteFileTOptions
 
unsetUfsLocations() - Method in class tachyon.thrift.FileBlockInfo
 
unsetUfsPath() - Method in class tachyon.thrift.FileInfo
 
unsetUfsPath() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
 
unsetUfsPath() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
 
unsetUsedBytes() - Method in class tachyon.thrift.WorkerInfo
 
unsetUsedBytesOnTier() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
 
unsetUsedBytesOnTiers() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
unsetUsedBytesOnTiers() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
unsetUserName() - Method in class tachyon.thrift.FileInfo
 
unsetWebPort() - Method in class tachyon.thrift.WorkerNetAddress
 
unsetWorkerAddress() - Method in class tachyon.thrift.BlockLocation
 
unsetWorkerId() - Method in class tachyon.thrift.BlockLocation
 
unsetWorkerId() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
 
unsetWorkerId() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
unsetWorkerId() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
unsetWorkerId() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
 
unsetWorkerNetAddress() - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
 
unwrap(Journal.JournalEntry) - Static method in class tachyon.master.journal.JournalProtoUtils
Returns the journal entry wrapped by the given Journal.JournalEntry.
unwrap(byte[], int, int) - Method in class tachyon.security.authentication.PlainSaslServer
 
updateBlockStoreLocation(long, BlockStoreLocation) - Method in class tachyon.worker.block.evictor.EvictorBase
Updates the block store location if the evictor wants to free space in a specific location.
updateBlockStoreLocation(long, BlockStoreLocation) - Method in class tachyon.worker.block.evictor.PartialLRUEvictor
 
updateClientMetrics(List<Long>) - Method in class tachyon.worker.block.BlockMetricsReporter
Updates session metrics from the heartbeat from a client.
updateLastUpdatedTimeMs() - Method in class tachyon.master.block.meta.MasterWorkerInfo
Updates the last updated time of the worker in ms.
updatePinList(Set<Long>) - Method in class tachyon.worker.block.BlockDataManager
Sets the pinlist for the underlying block store.
updatePinnedInodes(Set<Long>) - Method in class tachyon.worker.block.TieredBlockStore
Updates the pinned blocks.
updateToRemovedBlock(boolean, long) - Method in class tachyon.master.block.meta.MasterWorkerInfo
Adds or removes a block from the to-be-removed blocks set of the worker.
updateUsedBytes(Map<String, Long>) - Method in class tachyon.master.block.meta.MasterWorkerInfo
Sets the used space of the worker in bytes.
updateUsedBytes(String, long) - Method in class tachyon.master.block.meta.MasterWorkerInfo
Sets the used space of the worker in bytes.
upgradeToReadWriteJournal(ReadWriteJournal) - Method in interface tachyon.master.Master
Provides the master with a ReadWriteJournal capable of writing, in preparation to starting as the leader.
upgradeToReadWriteJournal(ReadWriteJournal) - Method in class tachyon.master.MasterBase
 
URI_HOST_NULL - Static variable in class tachyon.exception.PreconditionMessage
 
URI_KEY_VALUE_STORE_NULL - Static variable in class tachyon.exception.PreconditionMessage
 
URI_PORT_NULL - Static variable in class tachyon.exception.PreconditionMessage
 
URIStatus - Class in tachyon.client.file
Wrapper around FileInfo.
URIStatus(FileInfo) - Constructor for class tachyon.client.file.URIStatus
Constructs an instance of this class from a FileInfo
usedBytes - Variable in class tachyon.thrift.WorkerInfo
 
usedBytesOnTier - Variable in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
the space used in bytes on the target tier
usedBytesOnTiers - Variable in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
the map of space used in bytes on all tiers
usedBytesOnTiers - Variable in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
the map of used bytes on each tier
User - Class in tachyon.security
This class represents a user in Tachyon.
User(String) - Constructor for class tachyon.security.User
Constructs a new user with a name.
USER_BLOCK_MASTER_CLIENT_THREADS - Static variable in class tachyon.Constants
 
USER_BLOCK_REMOTE_READ_BUFFER_SIZE_BYTES - Static variable in class tachyon.Constants
 
USER_BLOCK_REMOTE_READER - Static variable in class tachyon.Constants
 
USER_BLOCK_REMOTE_WRITER - Static variable in class tachyon.Constants
 
USER_BLOCK_SIZE_BYTES_DEFAULT - Static variable in class tachyon.Constants
 
USER_BLOCK_WORKER_CLIENT_THREADS - Static variable in class tachyon.Constants
 
USER_FAILED_SPACE_REQUEST_LIMITS - Static variable in class tachyon.Constants
 
USER_FILE_BUFFER_BYTES - Static variable in class tachyon.Constants
 
USER_FILE_MASTER_CLIENT_THREADS - Static variable in class tachyon.Constants
 
USER_FILE_READ_TYPE_DEFAULT - Static variable in class tachyon.Constants
 
USER_FILE_WAITCOMPLETED_POLL_MS - Static variable in class tachyon.Constants
 
USER_FILE_WRITE_LOCATION_POLICY - Static variable in class tachyon.Constants
 
USER_FILE_WRITE_TYPE_DEFAULT - Static variable in class tachyon.Constants
 
USER_HEARTBEAT_INTERVAL_MS - Static variable in class tachyon.Constants
 
USER_LINEAGE_ENABLED - Static variable in class tachyon.Constants
 
USER_LINEAGE_MASTER_CLIENT_THREADS - Static variable in class tachyon.Constants
 
USER_NAME_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeDirectoryEntry
 
USER_NAME_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeFileEntry
 
USER_NAME_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.SetAclEntry
 
USER_NETWORK_NETTY_CHANNEL - Static variable in class tachyon.Constants
 
USER_NETWORK_NETTY_TIMEOUT_MS - Static variable in class tachyon.Constants
 
USER_NETWORK_NETTY_WORKER_THREADS - Static variable in class tachyon.Constants
 
USER_QUOTA_UNIT_BYTES - Static variable in class tachyon.Constants
 
userName - Variable in class tachyon.thrift.FileInfo
 
Utils - Class in tachyon.examples
Utilities to run the examples.
Utils - Class in tachyon.hadoop
Utilty class for using Tachyon with Hadoop.

V

validate() - Method in class tachyon.network.protocol.RPCBlockReadRequest
 
validate() - Method in class tachyon.network.protocol.RPCMessage
Validate the message.
validate() - Method in class tachyon.thrift.BlockInfo
 
validate() - Method in class tachyon.thrift.BlockLocation
 
validate() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
 
validate() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
 
validate() - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_args
 
validate() - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
 
validate() - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_args
 
validate() - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
 
validate() - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args
 
validate() - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
 
validate() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
 
validate() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_result
 
validate() - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
 
validate() - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
 
validate() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
validate() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
 
validate() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
validate() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
 
validate() - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
 
validate() - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_result
 
validate() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
 
validate() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
 
validate() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
 
validate() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
 
validate() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
 
validate() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
 
validate() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
 
validate() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
 
validate() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
 
validate() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
validate() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
 
validate() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
validate() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
 
validate() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
 
validate() - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
 
validate() - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result
 
validate() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
 
validate() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
 
validate() - Method in class tachyon.thrift.Command
 
validate() - Method in class tachyon.thrift.CommandLineJobInfo
 
validate() - Method in class tachyon.thrift.CompleteFileTOptions
 
validate() - Method in class tachyon.thrift.CreateDirectoryTOptions
 
validate() - Method in class tachyon.thrift.CreateFileTOptions
 
validate() - Method in class tachyon.thrift.DependencyInfo
 
validate() - Method in class tachyon.thrift.FileBlockInfo
 
validate() - Method in class tachyon.thrift.FileInfo
 
validate() - Method in class tachyon.thrift.FileSystemCommand
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
 
validate() - Method in class tachyon.thrift.JobConfInfo
 
validate() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
 
validate() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
 
validate() - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
 
validate() - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
 
validate() - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
 
validate() - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
 
validate() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
 
validate() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
 
validate() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
 
validate() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
 
validate() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
 
validate() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
 
validate() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
 
validate() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
validate() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
 
validate() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
validate() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
 
validate() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
validate() - Method in class tachyon.thrift.LineageInfo
 
validate() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
 
validate() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
 
validate() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
 
validate() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
 
validate() - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_args
 
validate() - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
 
validate() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
 
validate() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
 
validate() - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
 
validate() - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
 
validate() - Method in class tachyon.thrift.LockBlockResult
 
validate() - Method in class tachyon.thrift.PartitionInfo
 
validate() - Method in class tachyon.thrift.PersistCommandOptions
 
validate() - Method in class tachyon.thrift.PersistFile
 
validate() - Method in class tachyon.thrift.RpcOptions
 
validate() - Method in class tachyon.thrift.SetAclTOptions
 
validate() - Method in class tachyon.thrift.SetAttributeTOptions
 
validate() - Method in class tachyon.thrift.TachyonService.getServiceVersion_args
 
validate() - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
 
validate() - Method in exception tachyon.thrift.TachyonTException
 
validate() - Method in exception tachyon.thrift.ThriftIOException
 
validate() - Method in class tachyon.thrift.WorkerInfo
 
validate() - Method in class tachyon.thrift.WorkerNetAddress
 
validateArgs(String...) - Method in class tachyon.shell.command.AbstractTfsShellCommand
 
validateArgs(String...) - Method in class tachyon.shell.command.CreateLineageCommand
 
validateArgs(String...) - Method in class tachyon.shell.command.MkdirCommand
 
validateArgs(String...) - Method in interface tachyon.shell.command.TfsShellCommand
Checks if the arguments are valid.
ValidateConf - Class in tachyon
Validate the TachyonConf object.
validateLock(long, long, long) - Method in class tachyon.worker.block.BlockLockManager
Validates the lock is hold by the given session for the given block.
validatePath(String, TachyonConf) - Static method in class tachyon.shell.TfsShellUtils
Validates the path, verifying that it contains the Constants.HEADER or Constants.HEADER_FT and a hostname:port specified.
validatePath(String) - Static method in class tachyon.util.io.PathUtils
Checks if the given path is properly formed.
valueOf(String) - Static method in enum tachyon.client.block.BlockStoreContext
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.client.file.FileSystemContext
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.client.lineage.LineageContext
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.client.ReadType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.client.TachyonStorageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.client.UnderStorageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.client.WriteType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.exception.ExceptionMessage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.exception.TachyonExceptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.master.file.meta.PersistenceState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.network.ChannelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.network.protocol.RPCMessage.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.network.protocol.RPCResponse.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.proto.journal.Journal.JournalEntry.EntryCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum tachyon.proto.journal.Journal.JournalEntry.EntryCase
 
valueOf(String) - Static method in enum tachyon.security.authentication.AuthType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.security.authorization.FileSystemAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockInfo._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockLocation._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getBlockInfo_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getBlockInfo_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getCapacityBytes_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getCapacityBytes_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getUsedBytes_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getUsedBytes_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.commitBlock_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.commitBlock_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.getWorkerId_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.getWorkerId_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.heartbeat_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.heartbeat_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.registerWorker_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.registerWorker_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.accessBlock_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.accessBlock_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.cacheBlock_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.cacheBlock_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.cancelBlock_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.cancelBlock_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.lockBlock_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.lockBlock_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.promoteBlock_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.promoteBlock_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestSpace_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestSpace_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.unlockBlock_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.unlockBlock_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.Command._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.CommandLineJobInfo._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.CommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.CompleteFileTOptions._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.CreateDirectoryTOptions._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.CreateFileTOptions._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.DependencyInfo._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileBlockInfo._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileInfo._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemCommand._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemCommandOptions._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.completeFile_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.completeFile_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createDirectory_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createDirectory_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createFile_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createFile_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.free_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.free_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatus_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatus_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.listStatus_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.listStatus_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.loadMetadata_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.loadMetadata_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.mount_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.mount_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.remove_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.remove_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.rename_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.rename_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAcl_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAcl_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAttribute_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAttribute_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.unmount_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.unmount_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.JobConfInfo._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completePartition_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completePartition_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completeStore_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completeStore_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.createStore_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.createStore_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.deleteStore_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.deleteStore_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.mergeStore_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.mergeStore_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.get_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.get_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getSize_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getSize_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.LineageInfo._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.LineageMasterClientService.createLineage_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.LineageMasterClientService.createLineage_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.LineageMasterClientService.deleteLineage_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.LineageMasterClientService.deleteLineage_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.LineageMasterClientService.getLineageInfoList_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.LineageMasterClientService.getLineageInfoList_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.LineageMasterClientService.reinitializeFile_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.LineageMasterClientService.reinitializeFile_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.LineageMasterClientService.reportLostFile_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.LineageMasterClientService.reportLostFile_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.LockBlockResult._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.PartitionInfo._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.PersistCommandOptions._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.PersistFile._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.RpcOptions._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.SetAclTOptions._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.SetAttributeTOptions._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.TachyonService.getServiceVersion_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.TachyonService.getServiceVersion_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.TachyonTException._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.ThriftIOException._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.WorkerInfo._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.WorkerNetAddress._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.underfs.UnderFileSystem.SpaceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.underfs.UnderFileSystem.UnderFSType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.util.network.NetworkAddressUtils.ServiceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.worker.block.BlockLockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.worker.netty.FileTransferType
Returns the enum constant of this type with the specified name.
values() - Static method in enum tachyon.client.block.BlockStoreContext
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.client.file.FileSystemContext
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.client.lineage.LineageContext
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.client.ReadType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.client.TachyonStorageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.client.UnderStorageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.client.WriteType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.exception.ExceptionMessage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.exception.TachyonExceptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.master.file.meta.PersistenceState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.network.ChannelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.network.protocol.RPCMessage.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.network.protocol.RPCResponse.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.proto.journal.Journal.JournalEntry.EntryCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.security.authentication.AuthType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.security.authorization.FileSystemAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockInfo._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockLocation._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterClientService.getBlockInfo_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterClientService.getBlockInfo_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterClientService.getCapacityBytes_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterClientService.getCapacityBytes_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterClientService.getUsedBytes_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterClientService.getUsedBytes_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterWorkerService.commitBlock_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterWorkerService.commitBlock_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterWorkerService.getWorkerId_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterWorkerService.getWorkerId_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterWorkerService.heartbeat_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterWorkerService.heartbeat_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterWorkerService.registerWorker_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterWorkerService.registerWorker_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockWorkerClientService.accessBlock_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockWorkerClientService.accessBlock_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockWorkerClientService.cacheBlock_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockWorkerClientService.cacheBlock_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockWorkerClientService.cancelBlock_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockWorkerClientService.cancelBlock_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockWorkerClientService.lockBlock_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockWorkerClientService.lockBlock_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockWorkerClientService.promoteBlock_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockWorkerClientService.promoteBlock_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockWorkerClientService.requestSpace_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockWorkerClientService.requestSpace_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockWorkerClientService.unlockBlock_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockWorkerClientService.unlockBlock_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.Command._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.CommandLineJobInfo._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.CommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.CompleteFileTOptions._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.CreateDirectoryTOptions._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.CreateFileTOptions._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.DependencyInfo._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileBlockInfo._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileInfo._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemCommand._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemCommandOptions._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.completeFile_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.completeFile_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.createDirectory_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.createDirectory_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.createFile_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.createFile_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.free_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.free_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatus_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatus_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.listStatus_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.listStatus_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.loadMetadata_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.loadMetadata_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.mount_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.mount_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.remove_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.remove_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.rename_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.rename_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAcl_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAcl_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAttribute_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAttribute_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.unmount_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.unmount_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.JobConfInfo._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.KeyValueMasterClientService.completePartition_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.KeyValueMasterClientService.completePartition_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.KeyValueMasterClientService.completeStore_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.KeyValueMasterClientService.completeStore_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.KeyValueMasterClientService.createStore_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.KeyValueMasterClientService.createStore_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.KeyValueMasterClientService.deleteStore_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.KeyValueMasterClientService.deleteStore_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.KeyValueMasterClientService.mergeStore_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.KeyValueMasterClientService.mergeStore_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.KeyValueWorkerClientService.get_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.KeyValueWorkerClientService.get_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getSize_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getSize_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.LineageInfo._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.LineageMasterClientService.createLineage_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.LineageMasterClientService.createLineage_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.LineageMasterClientService.deleteLineage_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.LineageMasterClientService.deleteLineage_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.LineageMasterClientService.getLineageInfoList_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.LineageMasterClientService.getLineageInfoList_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.LineageMasterClientService.reinitializeFile_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.LineageMasterClientService.reinitializeFile_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.LineageMasterClientService.reportLostFile_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.LineageMasterClientService.reportLostFile_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.LockBlockResult._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.PartitionInfo._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.PersistCommandOptions._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.PersistFile._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.RpcOptions._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.SetAclTOptions._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.SetAttributeTOptions._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.TachyonService.getServiceVersion_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.TachyonService.getServiceVersion_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.TachyonTException._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.ThriftIOException._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.WorkerInfo._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.WorkerNetAddress._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.underfs.UnderFileSystem.SpaceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.underfs.UnderFileSystem.UnderFSType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.util.network.NetworkAddressUtils.ServiceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.worker.block.BlockLockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.worker.netty.FileTransferType
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in tachyon
The version of the current build.
VERSION - Static variable in class tachyon.Version
 
VERSION - Static variable in class tachyon.web.WebInterfaceWorkerGeneralServlet.UIWorkerInfo
 

W

waitCompleted(FileSystem, TachyonURI) - Static method in class tachyon.client.file.FileSystemUtils
Shortcut for waitCompleted(tfs, uri, -1, TimeUnit.MILLISECONDS), i.e., wait for an indefinite amount of time.
waitCompleted(FileSystem, TachyonURI, long, TimeUnit) - Static method in class tachyon.client.file.FileSystemUtils
Wait for a file to be marked as completed.
warmUpLoop() - Static method in class tachyon.util.CommonUtils
Common empty loop utility that serves the purpose of warming up the JVM before performance microbenchmarks.
WEB_RESOURCES - Static variable in class tachyon.Constants
 
WEB_THREAD_COUNT - Static variable in class tachyon.Constants
 
WebInterfaceBrowseLogsServlet - Class in tachyon.web
Servlet that provides data for browsing log files.
WebInterfaceBrowseLogsServlet(boolean) - Constructor for class tachyon.web.WebInterfaceBrowseLogsServlet
Creates a new instance of WebInterfaceBrowseLogsServlet.
WebInterfaceBrowseServlet - Class in tachyon.web
Servlet that provides data for browsing the file system.
WebInterfaceBrowseServlet(TachyonMaster) - Constructor for class tachyon.web.WebInterfaceBrowseServlet
Creates a new instance of WebInterfaceBrowseServlet.
WebInterfaceConfigurationServlet - Class in tachyon.web
Servlet that provides data for displaying the system's configuration.
WebInterfaceConfigurationServlet(FileSystemMaster) - Constructor for class tachyon.web.WebInterfaceConfigurationServlet
Creates a new instance of WebInterfaceConfigurationServlet.
WebInterfaceDependencyServlet - Class in tachyon.web
Servlet for dependencies, such as parent and children file names in the web interface.
WebInterfaceDependencyServlet(TachyonMaster) - Constructor for class tachyon.web.WebInterfaceDependencyServlet
Creates a new instance of WebInterfaceDependencyServlet.
WebInterfaceDownloadLocalServlet - Class in tachyon.web
Servlet for downloading a local file
WebInterfaceDownloadLocalServlet() - Constructor for class tachyon.web.WebInterfaceDownloadLocalServlet
Creates a new instance of WebInterfaceDownloadLocalServlet.
WebInterfaceDownloadServlet - Class in tachyon.web
Servlet for downloading a file
WebInterfaceDownloadServlet(FileSystemMaster) - Constructor for class tachyon.web.WebInterfaceDownloadServlet
Creates a new instance of WebInterfaceDownloadServlet.
WebInterfaceGeneralServlet - Class in tachyon.web
Servlet that provides data for viewing the general status of the filesystem.
WebInterfaceGeneralServlet(TachyonMaster) - Constructor for class tachyon.web.WebInterfaceGeneralServlet
Creates a new instance of WebInterfaceGeneralServlet.
WebInterfaceGeneralServlet.StorageTierInfo - Class in tachyon.web
Class to make referencing tiered storage information more intuitive.
WebInterfaceHeaderServlet - Class in tachyon.web
Servlet that provides data for the header navigation bar.
WebInterfaceHeaderServlet(TachyonConf) - Constructor for class tachyon.web.WebInterfaceHeaderServlet
Creates a new instance of WebInterfaceHeaderServlet.
WebInterfaceMemoryServlet - Class in tachyon.web
Servlet that provides data for displaying which files are currently in memory.
WebInterfaceMemoryServlet(TachyonMaster) - Constructor for class tachyon.web.WebInterfaceMemoryServlet
Creates a new instance of WebInterfaceMemoryServlet.
WebInterfaceWorkerBlockInfoServlet - Class in tachyon.web
Servlet that provides data for displaying block info of a worker.
WebInterfaceWorkerBlockInfoServlet(BlockDataManager) - Constructor for class tachyon.web.WebInterfaceWorkerBlockInfoServlet
Creates a new instance of WebInterfaceWorkerBlockInfoServlet.
WebInterfaceWorkerGeneralServlet - Class in tachyon.web
Servlets that shows a worker's general information, including tiered storage details.
WebInterfaceWorkerGeneralServlet(BlockDataManager, InetSocketAddress, long) - Constructor for class tachyon.web.WebInterfaceWorkerGeneralServlet
Creates a new instance of WebInterfaceWorkerGeneralServlet.
WebInterfaceWorkerGeneralServlet.UIStorageDir - Class in tachyon.web
Displays information about a storage directory in the UI.
WebInterfaceWorkerGeneralServlet.UIWorkerInfo - Class in tachyon.web
Displays information about a worker in the UI.
WebInterfaceWorkersServlet - Class in tachyon.web
Servlet that provides data for displaying detail info of all workers.
WebInterfaceWorkersServlet(BlockMaster) - Constructor for class tachyon.web.WebInterfaceWorkersServlet
Creates a new instance of WebInterfaceWorkersServlet
WebInterfaceWorkersServlet.NodeInfo - Class in tachyon.web
Class to make referencing worker nodes more intuitive.
webPort - Variable in class tachyon.thrift.WorkerNetAddress
 
WILDCARD - Static variable in class tachyon.TachyonURI
 
WILDCARD_ADDRESS - Static variable in class tachyon.util.network.NetworkAddressUtils
 
WINDOWS - Static variable in class tachyon.util.network.NetworkAddressUtils
Checks if the underlying OS is Windows.
WithWildCardPathCommand - Class in tachyon.shell.command
An abstract class for the commands that take exactly one path that could contain wildcard characters.
WithWildCardPathCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.WithWildCardPathCommand
 
Worker(int, int, int, ByteBuffer) - Constructor for class tachyon.examples.Performance.Worker
 
Worker - Interface in tachyon.worker
Interface of a Tachyon worker.
WORKER_ALLOCATOR_CLASS - Static variable in class tachyon.Constants
 
WORKER_BIND_HOST - Static variable in class tachyon.Constants
 
WORKER_BLOCK_HEARTBEAT_INTERVAL_MS - Static variable in class tachyon.Constants
 
WORKER_BLOCK_HEARTBEAT_TIMEOUT_MS - Static variable in class tachyon.Constants
 
WORKER_BLOCK_SYNC - Static variable in class tachyon.heartbeat.HeartbeatContext
 
WORKER_CLIENT - Static variable in class tachyon.heartbeat.HeartbeatContext
 
WORKER_DATA_BIND_HOST - Static variable in class tachyon.Constants
 
WORKER_DATA_FOLDER - Static variable in class tachyon.Constants
 
WORKER_DATA_HOSTNAME - Static variable in class tachyon.Constants
 
WORKER_DATA_PORT - Static variable in class tachyon.Constants
 
WORKER_DATA_SERVER - Static variable in class tachyon.Constants
 
WORKER_EVICTOR_CLASS - Static variable in class tachyon.Constants
 
WORKER_EVICTOR_LRFU_ATTENUATION_FACTOR - Static variable in class tachyon.Constants
 
WORKER_EVICTOR_LRFU_STEP_FACTOR - Static variable in class tachyon.Constants
 
WORKER_FILESYSTEM_HEARTBEAT_INTERVAL_MS - Static variable in class tachyon.Constants
 
WORKER_FILESYSTEM_MASTER_SYNC - Static variable in class tachyon.heartbeat.HeartbeatContext
 
WORKER_HOSTNAME - Static variable in class tachyon.Constants
 
WORKER_KEYTAB_KEY - Static variable in class tachyon.Constants
 
WORKER_MEMORY_SIZE - Static variable in class tachyon.Constants
 
WORKER_NETWORK_NETTY_BACKLOG - Static variable in class tachyon.Constants
 
WORKER_NETWORK_NETTY_BOSS_THREADS - Static variable in class tachyon.Constants
 
WORKER_NETWORK_NETTY_BUFFER_RECEIVE - Static variable in class tachyon.Constants
 
WORKER_NETWORK_NETTY_BUFFER_SEND - Static variable in class tachyon.Constants
 
WORKER_NETWORK_NETTY_CHANNEL - Static variable in class tachyon.Constants
 
WORKER_NETWORK_NETTY_FILE_TRANSFER_TYPE - Static variable in class tachyon.Constants
 
WORKER_NETWORK_NETTY_SHUTDOWN_QUIET_PERIOD - Static variable in class tachyon.Constants
 
WORKER_NETWORK_NETTY_SHUTDOWN_TIMEOUT - Static variable in class tachyon.Constants
 
WORKER_NETWORK_NETTY_WATERMARK_HIGH - Static variable in class tachyon.Constants
 
WORKER_NETWORK_NETTY_WATERMARK_LOW - Static variable in class tachyon.Constants
 
WORKER_NETWORK_NETTY_WORKER_THREADS - Static variable in class tachyon.Constants
 
WORKER_PIN_LIST_SYNC - Static variable in class tachyon.heartbeat.HeartbeatContext
 
WORKER_PRINCIPAL_KEY - Static variable in class tachyon.Constants
 
WORKER_RPC_PORT - Static variable in class tachyon.Constants
 
WORKER_SESSION_TIMEOUT_MS - Static variable in class tachyon.Constants
 
WORKER_TIERED_STORE_BLOCK_LOCKS - Static variable in class tachyon.Constants
 
WORKER_TIERED_STORE_LEVEL_ALIAS_FORMAT - Static variable in class tachyon.Constants
This format is used as a template to generate the property name for a given level.
WORKER_TIERED_STORE_LEVEL_DIRS_PATH_FORMAT - Static variable in class tachyon.Constants
This format is used as a template to generate the property name for a given level.
WORKER_TIERED_STORE_LEVEL_DIRS_QUOTA_FORMAT - Static variable in class tachyon.Constants
This format is used as a template to generate the property name for a given level.
WORKER_TIERED_STORE_LEVEL_RESERVED_RATIO_FORMAT - Static variable in class tachyon.Constants
This format is used as a template to generate the property name for a given level.
WORKER_TIERED_STORE_LEVELS - Static variable in class tachyon.Constants
 
WORKER_TIERED_STORE_RESERVER_ENABLED - Static variable in class tachyon.Constants
 
WORKER_TIERED_STORE_RESERVER_INTERVAL_MS - Static variable in class tachyon.Constants
 
WORKER_WEB_BIND_HOST - Static variable in class tachyon.Constants
 
WORKER_WEB_HOSTNAME - Static variable in class tachyon.Constants
 
WORKER_WEB_PORT - Static variable in class tachyon.Constants
 
WORKER_WORKER_BLOCK_THREADS_MAX - Static variable in class tachyon.Constants
 
WORKER_WORKER_BLOCK_THREADS_MIN - Static variable in class tachyon.Constants
 
workerAddress - Variable in class tachyon.thrift.BlockLocation
 
WorkerBase - Class in tachyon.worker
This is the base class for all workers, and contains common functionality.
WorkerBase(ExecutorService) - Constructor for class tachyon.worker.WorkerBase
 
WorkerContext - Class in tachyon.worker
A WorkerContext object stores TachyonConf.
WorkerFactory - Interface in tachyon.worker
Interface for factory of Worker.
workerHeartbeat(long, Map<String, Long>, List<Long>, Map<String, List<Long>>) - Method in class tachyon.master.block.BlockMaster
Updates metadata when a worker periodically heartbeats with the master.
workerHeartbeat(long, List<Long>) - Method in class tachyon.master.file.FileSystemMaster
Instructs a worker to persist the files.
workerId - Variable in class tachyon.thrift.BlockLocation
 
workerId - Variable in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
the id of the worker
workerId - Variable in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
the id of the worker
workerId - Variable in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
the id of the worker
workerId - Variable in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
the id of the worker
WorkerIdRegistry - Class in tachyon.worker
The single place to get, set, and update worker id.
WorkerInfo - Class in tachyon.thrift
 
WorkerInfo() - Constructor for class tachyon.thrift.WorkerInfo
 
WorkerInfo(long, WorkerNetAddress, int, String, long, long, long) - Constructor for class tachyon.thrift.WorkerInfo
 
WorkerInfo(WorkerInfo) - Constructor for class tachyon.thrift.WorkerInfo
Performs a deep copy on other.
WorkerInfo._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
workerNetAddress - Variable in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
the worker network address
WorkerNetAddress - Class in tachyon.thrift
 
WorkerNetAddress() - Constructor for class tachyon.thrift.WorkerNetAddress
 
WorkerNetAddress(String, int, int, int) - Constructor for class tachyon.thrift.WorkerNetAddress
 
WorkerNetAddress(WorkerNetAddress) - Constructor for class tachyon.thrift.WorkerNetAddress
Performs a deep copy on other.
WorkerNetAddress._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
WorkerOutOfSpaceException - Exception in tachyon.exception
The exception thrown when a worker is out of space.
WorkerOutOfSpaceException(String) - Constructor for exception tachyon.exception.WorkerOutOfSpaceException
Constructs a new exception with the specified detail message.
WorkerOutOfSpaceException(String, Throwable) - Constructor for exception tachyon.exception.WorkerOutOfSpaceException
Constructs a new exception with the specified detail message and cause.
WorkerOutOfSpaceException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.WorkerOutOfSpaceException
Constructs a new exception with the specified exception message and multiple parameters.
WorkerOutOfSpaceException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.WorkerOutOfSpaceException
Constructs a new exception with the specified exception message, the cause and multiple parameters.
workerRegister(long, List<String>, Map<String, Long>, Map<String, Long>, Map<String, List<Long>>) - Method in class tachyon.master.block.BlockMaster
Updates metadata when a worker registers with the master.
WorkerSource - Class in tachyon.worker
A WorkerSource collects a Worker's internal state.
WorkerSource() - Constructor for class tachyon.worker.WorkerSource
 
WorkerStorageTierAssoc - Class in tachyon
StorageTierAssoc for workers
WorkerStorageTierAssoc(TachyonConf) - Constructor for class tachyon.WorkerStorageTierAssoc
Creates a new instance of WorkerStorageTierAssoc using a TachyonConf.
WorkerStorageTierAssoc(List<String>) - Constructor for class tachyon.WorkerStorageTierAssoc
Creates a new instance of WorkerStorageTierAssoc using a list of storage tier aliases.
WorkerUIWebServer - Class in tachyon.web
A worker's UI web server.
WorkerUIWebServer(NetworkAddressUtils.ServiceType, InetSocketAddress, BlockDataManager, InetSocketAddress, long, TachyonConf) - Constructor for class tachyon.web.WorkerUIWebServer
Creates a new instance of WorkerUIWebServer.
wrap(byte[], int, int) - Method in class tachyon.security.authentication.PlainSaslServer
 
write(int) - Method in class tachyon.client.block.BufferedBlockOutStream
 
write(byte[]) - Method in class tachyon.client.block.BufferedBlockOutStream
 
write(byte[], int, int) - Method in class tachyon.client.block.BufferedBlockOutStream
 
write(int) - Method in class tachyon.client.file.FileOutStream
 
write(byte[]) - Method in class tachyon.client.file.FileOutStream
 
write(byte[], int, int) - Method in class tachyon.client.file.FileOutStream
 
write(int) - Method in class tachyon.client.lineage.DummyFileOutputStream
 
write(byte[]) - Method in class tachyon.client.lineage.DummyFileOutputStream
 
write(byte[], int, int) - Method in class tachyon.client.lineage.DummyFileOutputStream
 
write(byte[], int, int) - Method in class tachyon.client.netty.NettyRemoteBlockWriter
 
write(byte[], int, int) - Method in interface tachyon.client.RemoteBlockWriter
Writes data to the remote block.
write(TProtocol) - Method in class tachyon.thrift.BlockInfo
 
write(TProtocol) - Method in class tachyon.thrift.BlockLocation
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_args
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_args
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_result
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
 
write(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
 
write(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_result
 
write(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
 
write(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
 
write(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
 
write(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
 
write(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
 
write(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
 
write(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
 
write(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
 
write(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
 
write(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
 
write(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
 
write(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
 
write(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
 
write(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
 
write(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
 
write(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result
 
write(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
 
write(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
 
write(TProtocol) - Method in class tachyon.thrift.Command
 
write(TProtocol) - Method in class tachyon.thrift.CommandLineJobInfo
 
write(TProtocol) - Method in class tachyon.thrift.CompleteFileTOptions
 
write(TProtocol) - Method in class tachyon.thrift.CreateDirectoryTOptions
 
write(TProtocol) - Method in class tachyon.thrift.CreateFileTOptions
 
write(TProtocol) - Method in class tachyon.thrift.DependencyInfo
 
write(TProtocol) - Method in class tachyon.thrift.FileBlockInfo
 
write(TProtocol) - Method in class tachyon.thrift.FileInfo
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemCommand
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
 
write(TProtocol) - Method in class tachyon.thrift.JobConfInfo
 
write(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
 
write(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
 
write(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
 
write(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
 
write(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
 
write(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
 
write(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
 
write(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
 
write(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
 
write(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
 
write(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
 
write(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
 
write(TProtocol) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
 
write(TProtocol) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
 
write(TProtocol) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
 
write(TProtocol) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
 
write(TProtocol) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
 
write(TProtocol) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
 
write(TProtocol) - Method in class tachyon.thrift.LineageInfo
 
write(TProtocol) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
 
write(TProtocol) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
 
write(TProtocol) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
 
write(TProtocol) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
 
write(TProtocol) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_args
 
write(TProtocol) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
 
write(TProtocol) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
 
write(TProtocol) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
 
write(TProtocol) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
 
write(TProtocol) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
 
write(TProtocol) - Method in class tachyon.thrift.LockBlockResult
 
write(TProtocol) - Method in class tachyon.thrift.PartitionInfo
 
write(TProtocol) - Method in class tachyon.thrift.PersistCommandOptions
 
write(TProtocol) - Method in class tachyon.thrift.PersistFile
 
write(TProtocol) - Method in class tachyon.thrift.RpcOptions
 
write(TProtocol) - Method in class tachyon.thrift.SetAclTOptions
 
write(TProtocol) - Method in class tachyon.thrift.SetAttributeTOptions
 
write(TProtocol) - Method in class tachyon.thrift.TachyonService.getServiceVersion_args
 
write(TProtocol) - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
 
write(TProtocol) - Method in exception tachyon.thrift.TachyonTException
 
write(TProtocol) - Method in exception tachyon.thrift.ThriftIOException
 
write(TProtocol) - Method in class tachyon.thrift.WorkerInfo
 
write(TProtocol) - Method in class tachyon.thrift.WorkerNetAddress
 
write(int) - Method in class tachyon.underfs.oss.OSSOutputStream
Writes the given bytes to this output stream.
write(byte[]) - Method in class tachyon.underfs.oss.OSSOutputStream
Writes the given byte array to this output stream.
write(byte[], int, int) - Method in class tachyon.underfs.oss.OSSOutputStream
Writes the given number of bytes from the given byte array starting at the given offset to this output stream.
write(int) - Method in class tachyon.underfs.s3.S3OutputStream
 
write(byte[]) - Method in class tachyon.underfs.s3.S3OutputStream
 
write(byte[], int, int) - Method in class tachyon.underfs.s3.S3OutputStream
 
write(int) - Method in class tachyon.underfs.swift.SwiftOutputStream
 
write(byte[], int, int) - Method in class tachyon.underfs.swift.SwiftOutputStream
 
write(byte[]) - Method in class tachyon.underfs.swift.SwiftOutputStream
 
write_args(TProtocol) - Method in class tachyon.thrift.BlockMasterClientService.AsyncClient.getBlockInfo_call
 
write_args(TProtocol) - Method in class tachyon.thrift.BlockMasterClientService.AsyncClient.getCapacityBytes_call
 
write_args(TProtocol) - Method in class tachyon.thrift.BlockMasterClientService.AsyncClient.getUsedBytes_call
 
write_args(TProtocol) - Method in class tachyon.thrift.BlockMasterClientService.AsyncClient.getWorkerInfoList_call
 
write_args(TProtocol) - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncClient.commitBlock_call
 
write_args(TProtocol) - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncClient.getWorkerId_call
 
write_args(TProtocol) - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncClient.heartbeat_call
 
write_args(TProtocol) - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncClient.registerWorker_call
 
write_args(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.accessBlock_call
 
write_args(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.asyncCheckpoint_call
 
write_args(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.cacheBlock_call
 
write_args(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.cancelBlock_call
 
write_args(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.lockBlock_call
 
write_args(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.promoteBlock_call
 
write_args(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.requestBlockLocation_call
 
write_args(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.requestSpace_call
 
write_args(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.sessionHeartbeat_call
 
write_args(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.unlockBlock_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.completeFile_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.createDirectory_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.createFile_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.free_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.getFileBlockInfoList_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.getNewBlockIdForFile_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.getStatus_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.getStatusInternal_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.getUfsAddress_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.listStatus_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.loadMetadata_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.mount_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.remove_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.rename_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.scheduleAsyncPersist_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.setAcl_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.setAttribute_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.unmount_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncClient.getFileInfo_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncClient.getPinIdList_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncClient.heartbeat_call
 
write_args(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncClient.completePartition_call
 
write_args(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncClient.completeStore_call
 
write_args(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncClient.createStore_call
 
write_args(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncClient.deleteStore_call
 
write_args(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncClient.getPartitionInfo_call
 
write_args(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncClient.mergeStore_call
 
write_args(TProtocol) - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncClient.get_call
 
write_args(TProtocol) - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncClient.getNextKeys_call
 
write_args(TProtocol) - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncClient.getSize_call
 
write_args(TProtocol) - Method in class tachyon.thrift.LineageMasterClientService.AsyncClient.createLineage_call
 
write_args(TProtocol) - Method in class tachyon.thrift.LineageMasterClientService.AsyncClient.deleteLineage_call
 
write_args(TProtocol) - Method in class tachyon.thrift.LineageMasterClientService.AsyncClient.getLineageInfoList_call
 
write_args(TProtocol) - Method in class tachyon.thrift.LineageMasterClientService.AsyncClient.reinitializeFile_call
 
write_args(TProtocol) - Method in class tachyon.thrift.LineageMasterClientService.AsyncClient.reportLostFile_call
 
write_args(TProtocol) - Method in class tachyon.thrift.TachyonService.AsyncClient.getServiceVersion_call
 
writeBufferToFile(String, byte[]) - Static method in class tachyon.util.io.BufferUtils
Writes buffer to the given file path.
writeByte(byte[], int, byte) - Static method in class tachyon.util.io.ByteIOUtils
Writes a single byte value (1 byte) to the output byte array at the given offset.
writeByte(ByteBuffer, int, byte) - Static method in class tachyon.util.io.ByteIOUtils
Writes a single byte value (1 byte) to the output byte buffer at the given offset.
writeByte(OutputStream, byte) - Static method in class tachyon.util.io.ByteIOUtils
Writes a single byte value (1 byte) to the output stream.
writeEntry(Journal.JournalEntry) - Method in interface tachyon.master.journal.JournalOutputStream
Writes a Journal.JournalEntry to the journal.
writeInt(byte[], int, int) - Static method in class tachyon.util.io.ByteIOUtils
Writes a specific integer value (4 bytes) to the output byte array at the given offset.
writeInt(ByteBuffer, int, int) - Static method in class tachyon.util.io.ByteIOUtils
Writes a specific integer value (4 bytes) to the output byte buffer at the given offset.
writeInt(OutputStream, int) - Static method in class tachyon.util.io.ByteIOUtils
Writes a specific integer value (4 bytes) to the output stream.
writeJournalEntry(Journal.JournalEntry) - Method in class tachyon.master.MasterBase
Writes a Journal.JournalEntry to the journal.
writeLock() - Method in class tachyon.worker.block.ClientRWLock
 
writeLong(byte[], int, long) - Static method in class tachyon.util.io.ByteIOUtils
Writes a specific long value (8 bytes) to the output byte array at the given offset.
writeLong(OutputStream, long) - Static method in class tachyon.util.io.ByteIOUtils
Writes a specific long value (8 bytes) to the output stream.
writePartition() - Method in class tachyon.examples.Performance.TachyonWriterWorker
Writes a partition.
writeReplace() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
 
writeReplace() - Method in class tachyon.proto.journal.Block.BlockInfoEntry
 
writeReplace() - Method in class tachyon.proto.journal.File.AddMountPointEntry
 
writeReplace() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
 
writeReplace() - Method in class tachyon.proto.journal.File.CompleteFileEntry
 
writeReplace() - Method in class tachyon.proto.journal.File.DeleteFileEntry
 
writeReplace() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry
 
writeReplace() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
 
writeReplace() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
 
writeReplace() - Method in class tachyon.proto.journal.File.InodeFileEntry
 
writeReplace() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
 
writeReplace() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry
 
writeReplace() - Method in class tachyon.proto.journal.File.PersistFileEntry
 
writeReplace() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
 
writeReplace() - Method in class tachyon.proto.journal.File.RenameEntry
 
writeReplace() - Method in class tachyon.proto.journal.File.SetAclEntry
 
writeReplace() - Method in class tachyon.proto.journal.File.SetStateEntry
 
writeReplace() - Method in class tachyon.proto.journal.Journal.JournalEntry
 
writeReplace() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
 
writeReplace() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
 
writeReplace() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
 
writeReplace() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
 
writeReplace() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
 
writeReplace() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
 
writeReplace() - Method in class tachyon.proto.journal.Lineage.LineageEntry
 
writeReplace() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
 
writeShort(byte[], int, short) - Static method in class tachyon.util.io.ByteIOUtils
Writes a specific short value (2 bytes) to the output byte buffer at the given offset.
writeShort(OutputStream, short) - Static method in class tachyon.util.io.ByteIOUtils
Writes a specific short value (2 bytes) to the output stream.
writeTo(CodedOutputStream) - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
 
writeTo(CodedOutputStream) - Method in class tachyon.proto.journal.Block.BlockInfoEntry
 
writeTo(CodedOutputStream) - Method in class tachyon.proto.journal.File.AddMountPointEntry
 
writeTo(CodedOutputStream) - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
 
writeTo(CodedOutputStream) - Method in class tachyon.proto.journal.File.CompleteFileEntry
 
writeTo(CodedOutputStream) - Method in class tachyon.proto.journal.File.DeleteFileEntry
 
writeTo(CodedOutputStream) - Method in class tachyon.proto.journal.File.DeleteMountPointEntry
 
writeTo(CodedOutputStream) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
 
writeTo(CodedOutputStream) - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
 
writeTo(CodedOutputStream) - Method in class tachyon.proto.journal.File.InodeFileEntry
 
writeTo(CodedOutputStream) - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
 
writeTo(CodedOutputStream) - Method in class tachyon.proto.journal.File.PersistDirectoryEntry
 
writeTo(CodedOutputStream) - Method in class tachyon.proto.journal.File.PersistFileEntry
 
writeTo(CodedOutputStream) - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
 
writeTo(CodedOutputStream) - Method in class tachyon.proto.journal.File.RenameEntry
 
writeTo(CodedOutputStream) - Method in class tachyon.proto.journal.File.SetAclEntry
 
writeTo(CodedOutputStream) - Method in class tachyon.proto.journal.File.SetStateEntry
 
writeTo(CodedOutputStream) - Method in class tachyon.proto.journal.Journal.JournalEntry
 
writeTo(CodedOutputStream) - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
 
writeTo(CodedOutputStream) - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
 
writeTo(CodedOutputStream) - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
 
writeTo(CodedOutputStream) - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
 
writeTo(CodedOutputStream) - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
 
writeTo(CodedOutputStream) - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
 
writeTo(CodedOutputStream) - Method in class tachyon.proto.journal.Lineage.LineageEntry
 
writeTo(CodedOutputStream) - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
 
WriteType - Enum in tachyon.client
Write types for creating a file in Tachyon.

Z

ZOOKEEPER_ADDRESS - Static variable in class tachyon.Constants
 
ZOOKEEPER_ELECTION_PATH - Static variable in class tachyon.Constants
 
ZOOKEEPER_ENABLED - Static variable in class tachyon.Constants
 
ZOOKEEPER_LEADER_INQUIRY_RETRY_COUNT - Static variable in class tachyon.Constants
 
ZOOKEEPER_LEADER_PATH - Static variable in class tachyon.Constants
 
A B C D E F G H I J K L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2016. All Rights Reserved.